brandon6976 Posted September 17, 2004 Posted September 17, 2004 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
prathapml Posted September 17, 2004 Posted September 17, 2004 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
brandon6976 Posted September 17, 2004 Author Posted September 17, 2004 hmm alright I was just wondering if there was a way to do it on install of it ahh well .. thanks man B)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now