From 1bc77334a42f94a2d3af39241b170a0f5522beb6 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 13 Jan 2019 17:21:24 -0700 Subject: [PATCH] Enable Windows Updates during checklist --- .bin/Scripts/system_checklist.py | 2 ++ 1 file changed, 2 insertions(+) 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')