Answers for "create system restore point command"

0

create system restore point command

Wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "%DATE%", 100, 1

REM if you want to use a custom name, replace "%DATE%" with a name string, e.g. "My restore point"
Posted by: Guest on January-27-2021

Code answers related to "create system restore point command"

Browse Popular Code Answers by Language