G
Grafis
Does anyone know how to run a command line Scan and display either the
results with an option to choose what to remove and or keep or just
results of the scan?
<http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm>
v) "Are there any command line arguments available?" ( *.exe -scan
-schedule -withui -withresultsui)
I have tried many variations and I can a scan (-scan), a GUI scan (-scan
-withui) BUT I cannot get "withresultsUI" to give me results (-scan
-withresultsui).
I'm currently running this, but get no UI
shellCmd = "%comspec% /C " & chr(34) & "C:\Program Files\Microsoft
AntiSpyware\GIANTAntiSpywareMain.exe" & chr(34) & " -scan -withui
-withresultsui"
And for Andre who maintains the above mentioned page (THANK YOU!!!), the
Remote/Silent installs have changed due to nwe MSI and program folder
names. This is working for me:
shellCmd = "%comspec% /C " & chr(34) & "D:\msas\Microsoft
AntiSpyware.msi" & chr(34) & " /Q"
results with an option to choose what to remove and or keep or just
results of the scan?
<http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm>
v) "Are there any command line arguments available?" ( *.exe -scan
-schedule -withui -withresultsui)
I have tried many variations and I can a scan (-scan), a GUI scan (-scan
-withui) BUT I cannot get "withresultsUI" to give me results (-scan
-withresultsui).
I'm currently running this, but get no UI
shellCmd = "%comspec% /C " & chr(34) & "C:\Program Files\Microsoft
AntiSpyware\GIANTAntiSpywareMain.exe" & chr(34) & " -scan -withui
-withresultsui"
And for Andre who maintains the above mentioned page (THANK YOU!!!), the
Remote/Silent installs have changed due to nwe MSI and program folder
names. This is working for me:
shellCmd = "%comspec% /C " & chr(34) & "D:\msas\Microsoft
AntiSpyware.msi" & chr(34) & " /Q"