How to disable Trend Micro OfficeScan using cmd.
Sometimes i find the Trend Micro OfficeScan is annoying when u wanna download some stuff from some cracks sites..so to disable the real time scan using command prompt, you can follow this guide..
1. Start command prompt. Start->run-> cmd
2. Type "net stop tmlisten"
3. Type "net stop ntrtscan"
and voila you Trend Micro OfficeScan real time scan is disable!!
1. Start command prompt. Start->run-> cmd
2. Type "net stop tmlisten"
3. Type "net stop ntrtscan"
and voila you Trend Micro OfficeScan real time scan is disable!!
Comments
Thanks
I've been searching on and off all day for a way to get around the freakin' password and disable the damned thing! Worked like a charm!
net start ntrtscan
net start tmlisten
This helps me a lot!
that appeared :( seens like i'm the only one who haven't got it to work :((((((
if the command is not valid for this service mean your service state is either is stopping or starting...and not stop or start..basically service has 4 state...start , stop, starting and stopping..
to fix it i suggest reinstall your officescan client if you have trouble starting or stopping it properly,.
Can't stop it via cmd, can't stop it via Services.
Any other brilliant ideas?
:)
I can't even copy a darn movie from the pc to my pen drive. PLEASE HELP!!
taskkill /F /IM TmListen.exe
taskkill /F /IM PccNTMon.exe
taskkill /F /IM OfcPfwSvc.exe
taskkill /F /IM NTRtScan.exe
Open Start | Control Panel | Administrative Tools | Services and locate your OfficeScan NT software. In properties, disable at startup, then reboot.
Or try from the command line:
sc config tmlisten start=disabled
sc config tmproxy start=disabled
sc config ntrtscan start=disabled
shutdown -r
stopping doesn't work, so I tried disabling it and restarting. Trend micro automatically resets it's service values to be automatic again every time I restart. Then I tried killing the task, but even with cmd running as administrator, the access is still denied! PLEASE HELP!!!