Thread: XPSP2 Push
View Single Post
  #5  
Old December 8th 05, 07:59 PM posted to microsoft.public.windowsxp.security_admin
external usenet poster
 
Posts: n/a
Default XPSP2 Push

Very Cool.....is there way to convert the kixtart script to a vbs or js....I really don't want
to deploy kixtart to all my users....

David H. 12/08 12:59 PM

From: "Nicholas Edivan"

| 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




Ads