Enable Windows Updates during checklist
This commit is contained in:
parent
07a92d2a8e
commit
1bc77334a4
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ if __name__ == '__main__':
|
||||||
function=enable_system_restore, cs='Done')
|
function=enable_system_restore, cs='Done')
|
||||||
try_and_print(message='Create System Restore point...',
|
try_and_print(message='Create System Restore point...',
|
||||||
function=create_system_restore_point, cs='Done')
|
function=create_system_restore_point, cs='Done')
|
||||||
|
try_and_print(message='Enabling Windows Updates...',
|
||||||
|
function=enable_windows_updates, cs='Done')
|
||||||
try_and_print(message='Updating Clock...',
|
try_and_print(message='Updating Clock...',
|
||||||
function=update_clock, cs='Done')
|
function=update_clock, cs='Done')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue