From d0b7d116c5eb12bc0d1ae5bc411127c1e599e2b2 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Mon, 4 Dec 2017 10:04:07 -0800 Subject: [PATCH] Disabled process killer --- .bin/Scripts/system_diagnostics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bin/Scripts/system_diagnostics.py b/.bin/Scripts/system_diagnostics.py index 4591f674..feaee0da 100644 --- a/.bin/Scripts/system_diagnostics.py +++ b/.bin/Scripts/system_diagnostics.py @@ -35,8 +35,8 @@ if __name__ == '__main__': # Sanitize Environment print_info('Sanitizing Environment') - try_and_print(message='Killing processes...', - function=run_process_killer, cs='Done') + # try_and_print(message='Killing processes...', + # function=run_process_killer, cs='Done') try_and_print(message='Running RKill...', function=run_rkill, cs='Done') try_and_print(message='Running TDSSKiller...',