Fixed comment to match code
This commit is contained in:
parent
23ffcae432
commit
8be59c2c13
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ def enable_mini_dumps():
|
|||
|
||||
|
||||
def enable_system_restore():
|
||||
"""Enable System Restore and set disk usage to 5%"""
|
||||
"""Enable System Restore and set disk usage to 8%"""
|
||||
cmd = [
|
||||
'PowerShell',
|
||||
'-Command', 'Enable-ComputerRestore',
|
||||
|
|
|
|||
Loading…
Reference in a new issue