September 17, 200421 yr Hey guys I have what may be a silly question. I saw there was a ton of info on making SP2 part of the Xp install and such but for clients that have the desktops and are on sp1 and I need to upgrade is there is an way to make a package that doesn't ask any questions and can be customized so not turn on the firewall or prompt for the virus scanner
September 17, 200421 yr Well, one way that can achieve this:1. Use a batch-file, which will do the following:2. Run the SP2 installer with a "/quiet /noreboot" switch (or something like that).3. run a registry-tweak file which disables the firewall4. Another reg-tweak which will turn-off "Anti-Virus not installed" prompts. (this one is given below); Disable irritating Security Center notification[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]"AntiVirusDisableNotify"=dword:00000001
September 17, 200421 yr Author hmm alright I was just wondering if there was a way to do it on install of it ahh well .. thanks man B)
Create an account or sign in to comment