Remove space from System Restore name
This commit is contained in:
parent
957a53ad12
commit
b7423ae3b5
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ def create_system_restore_point():
|
|||
cmd = [
|
||||
'PowerShell',
|
||||
'-Command', 'Checkpoint-Computer',
|
||||
'-Description', '1201 Checklist',
|
||||
'-Description', '1201-Checklist',
|
||||
]
|
||||
run_program(cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue