fix(guru-scan): remove /quiet from HitmanPro -- UI allowed to show during scans

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 00:22:19 -07:00
parent 40e090c95a
commit bad034cd15

View File

@@ -112,14 +112,12 @@
"scan_args": [ "scan_args": [
"/noinstall", "/noinstall",
"/scan", "/scan",
"/quiet",
"/log=\"{LOG_ROOT}\\HitmanPro_Scan_Log.txt\"", "/log=\"{LOG_ROOT}\\HitmanPro_Scan_Log.txt\"",
"/excludelist=\"C:\\GuruScan\\whitelist.txt\"" "/excludelist=\"C:\\GuruScan\\whitelist.txt\""
], ],
"clean_args": [ "clean_args": [
"/noinstall", "/noinstall",
"/clean", "/clean",
"/quiet",
"/log=\"{LOG_ROOT}\\HitmanPro_Scan_Log.txt\"", "/log=\"{LOG_ROOT}\\HitmanPro_Scan_Log.txt\"",
"/excludelist=\"C:\\GuruScan\\whitelist.txt\"" "/excludelist=\"C:\\GuruScan\\whitelist.txt\""
], ],