📜  创建系统还原点命令 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:11.554000             🧑  作者: Mango

代码示例1
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"