Re: XPSP2 Push
- From: "David H. Lipman" <DLipman~nospam~@Verizon.Net>
- Date: Thu, 8 Dec 2005 12:59:17 -0500
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
.
- Follow-Ups:
- Re: XPSP2 Push
- From: Nicholas Edivan
- Re: XPSP2 Push
- References:
- XPSP2 Push
- From: Nicholas Edivan
- Re: XPSP2 Push
- From: David H. Lipman
- Re: XPSP2 Push
- From: Nicholas Edivan
- XPSP2 Push
- Prev by Date: Re: XPe Service Pack 2 Security
- Next by Date: Re: Windows XP Pro Security Settings
- Previous by thread: Re: XPSP2 Push
- Next by thread: Re: XPSP2 Push
- Index(es):
Relevant Pages
|