Enable Windows Updates during checklist

This commit is contained in:
2Shirt 2019-01-13 17:21:24 -07:00
parent 07a92d2a8e
commit 1bc77334a4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -54,6 +54,8 @@ if __name__ == '__main__':
function=enable_system_restore, cs='Done')
try_and_print(message='Create System Restore point...',
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...',
function=update_clock, cs='Done')