Summary: Use Windows PowerShell to create a checkpoint restore point for your computer.
How can you create a checkpoint restore point for your computer?
Start the Windows PowerShell console with admin rights. Use the Checkpoint-Computer cmdlet to create the restore point. You must supply the Description parameter value, as shown here.
Checkpoint-Computer -Description “everythings groovy”
0 comments