From 721a083c857ae24d572a48890cf45ebc75d21fc6 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 9 Jan 2019 18:43:20 -0700 Subject: [PATCH] Bumped System Restore max size to 8% * Per request in issue #31 --- .bin/Scripts/functions/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/setup.py b/.bin/Scripts/functions/setup.py index 2edfab41..c661571b 100644 --- a/.bin/Scripts/functions/setup.py +++ b/.bin/Scripts/functions/setup.py @@ -253,7 +253,7 @@ def enable_system_restore(): 'resize', 'shadowstorage', '/on={}'.format(global_vars['Env']['SYSTEMDRIVE']), '/for={}'.format(global_vars['Env']['SYSTEMDRIVE']), - '/maxsize=5%'] + '/maxsize=8%'] run_program(cmd) def update_clock():