diff --git a/.bin/Scripts/system_checklist.py b/.bin/Scripts/system_checklist.py index cbcde87e..41be9d27 100644 --- a/.bin/Scripts/system_checklist.py +++ b/.bin/Scripts/system_checklist.py @@ -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')