December 27th, 2012

PowerTip: Use Windows PowerShell to Create a Checkpoint

Doctor Scripto
Scripter

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”

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.