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:
@@ -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\""
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user