Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BAT files to stop/start McAfee Services

Speed applicaions startup

BAT files to stop/start McAfee Services

by  campyracr  Posted    (Edited  )
For applications or system changes that would be slowed by McAfee AV software you can use two simple batch files. Simply copy the green text and save as [color red]stop/start_[/color]avservices.bat files where they can be accessed easily.

The batch files will alternately stop and then start the McAfee AV services in W2K or XP. [color purple]While the actual stop/start service takes the same ammount of time, several steps are saved by running the bat file over the same task via the "Manage" utility.[/color]

To Stop the services run the "[color blue]stopAVservices.bat[/color]"
[color green]net stop "McAfee Framework Service"

net stop "Network Associates McShield"

net stop "Network Associates Task Manager"[/color]


To Stop the services run the "[color blue]startAVservices.bat[/color]"
[color green]net start "McAfee Framework Service"

net start "Network Associates McShield"

net start "Network Associates Task Manager"[/color]
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top