Disabled process killer
This commit is contained in:
parent
affa8b5af8
commit
d0b7d116c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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...',
|
||||
|
|
|
|||
Loading…
Reference in a new issue