Re: XPSP2 Push



From: "Nicholas Edivan" <NEDIVAN@xxxxxxxxxxx>

| Landesk is able to: push the package/unpack and add the reg entry to HKLM runonce. The
| actual pushing of the package seems not to be the issue rather the On Demand McAfee Scan
| when booting up......How were you able to stop/disable the McAfee Scan?
|

I think yoy mean "Om Access" scanning. McAfee should NOT perform a "On Demand" scan at boot
up.

I inserted the following KiXtart script snippet to turn off the the McAfee "On Access"
scanner.

;McAfee v4.5 SP1
;-----------------------------------------------------------
if exist ("c:\Program Files\Network Associates\VirusScan\*.*")=1
shell "%comspec% /c net stop mcshield >nul"
shell "%comspec% /c net stop AVSynMgr >nul"
endif

;Mcafee v7.1E and v8.0i
;-----------------------------------------------------------
if exist ("C:\Program Files\Network Associates\Common Framework\*.*")=1
shell "%comspec% /c net stop McAfeeFramework >nul"
shell "%comspec% /c net stop McTaskManager >nul"
shell "%comspec% /c net stop McShield >nul"
endif

At the end of the script the PC would be rebooted.

Note that in the script not only was SP2 installed but the c:\i386 folder was slip-streamed
to SP2 level as well.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


.



Relevant Pages

  • Re: XPSP2 Push
    ... push the package/unpack and add the reg entry to HKLM runonce. ... | actual pushing of the package seems not to be the issue rather the On Demand McAfee Scan ... I inserted the following KiXtart script snippet to turn off the the McAfee "On Access" ...
    (microsoft.public.windowsxp.security_admin)
  • Re: XPSP2 Push
    ... Set oFSO = CreateObject ... ' Mcafee v7.1E and v8.0i ... > I inserted the following KiXtart script snippet to turn off the the McAfee "On Access" ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Cant Switch user on XP anymore
    ... Once in Safe Mode, then what??? ... >Boot the computer into Safe Mode. ... Also you may want to turn off Script blocking in McAfee, ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Problem with email generated from VB.NET using Outlook
    ... I got the user to turn off "scriptstopper" in McAfee to see if the problem ... She also runs MS Anti Spyware so I turned that ... I am only familiar with Norton Antivirus. ... I think script blocking possibly has ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Conflict Between McAffee and ACT
    ... You should post this at the McAfee Support Forum: ... > For those not familiar with the product, ACT is a contact ... you will need to disable the Hawk Script Stopper ...
    (microsoft.public.security.virus)