We are trying to deploy XP SP2, I have everything working the way I would like it except, when the machine reboots after the installation has completed, the Windwows Security Center pops up. I have specific settings in there I just don’t want the users to have this pop up on them after rebooting.
Are you using the Fixlet to deploy XP SP2 that is part of the Enterprise Security/Patches for Windows site? If so, there are a number of options in the deployment fixlet that allow you to enable/disable the firewall and uninstalls, and also to configure the firewall to allow BES traffic. All of these options also disable the Security Center UI. This Fixlet ID is #13404.
If you are not using the Fixlet we supply and have your own custom Fixlet, you can add the following command after you run the installer:
run “{pathname of client folder of site “BESSupport” & “\RunQuiet.exe”}” “{pathname of system folder}\cscript.exe” “{pathname of client folder of site “Enterprise Security”}\SecurityCenterUIOff.vbs”
Thanks so much for the reply, I am using the fixlet from the site 13404, I do not see an option to shut off the securoty center UI, I see how to turn off the firewall, allow removal but now shutoff security center UI. This vbs script you are talk about is that something that is already written and provided for me?
Yes, that script is something we created. If you look at the action script for any of the actions in that Fixlet, you’ll see they all call the script already. Did it not work for you in your testing?
run “{pathname of client folder of site “BESSupport” & “\RunQuiet.exe”}” “{pathname of system folder}\cscript.exe” “{pathname of client folder of site “Enterprise Security”}\SecurityCenterUIOff.vbs”
Is working for me now. Is this something that was in version 6 and not in version 5? Thanks this is exactly what I was looking for.