From 96c806198a453a132cb5365657625ca336bef9df Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Tue, 11 Jun 2019 20:46:17 -0600 Subject: [PATCH] Removed redundant UAC section --- .bin/Scripts/functions/cleanup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bin/Scripts/functions/cleanup.py b/.bin/Scripts/functions/cleanup.py index 1e49e4ca..595ff5f9 100644 --- a/.bin/Scripts/functions/cleanup.py +++ b/.bin/Scripts/functions/cleanup.py @@ -141,9 +141,6 @@ def cleanup_d7ii(): except OSError: pass - # Restore default UAC settings - restore_default_uac() - def cleanup_desktop(): """Move known backup files and reports into the ClientDir.""" dest_folder = r'{LogDir}\Tools'.format(**global_vars)