Summary: Use Windows PowerShell to create a system restore point on your computer.
How can I use Windows PowerShell to create a system restore point on my computer before I perform an operation that might corrupt it?
Open the Windows PowerShell prompt with Admin rights, call the Checkpoint-Computer cmdlet, and pass a description, for example:
Checkpoint-Computer -Description 'test'