Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Create Restore Point with PowerShell

$
0
0

Summary: Use Windows PowerShell to create a system restore point on your computer.

Hey, Scripting Guy! Question How can I use Windows PowerShell to create a system restore point on my computer before I perform an operation that might corrupt it?

Hey, Scripting Guy! AnswerOpen the Windows PowerShell prompt with Admin rights, call the Checkpoint-Computer cmdlet, and pass a description, for example:

Checkpoint-Computer -Description 'test'


Viewing all articles
Browse latest Browse all 3333

Trending Articles