PowerTip: Use Windows PowerShell to Create a Checkpoint

Doctor Scripto

Summary: Use Windows PowerShell to create a checkpoint restore point for your computer.

Hey, Scripting Guy! Question How can you create a checkpoint restore point for your computer?

Hey, Scripting Guy! Answer 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

Discussion is closed.

Feedback usabilla icon