When I launch Microsoft Project 2010 first time, it's displaying a message(Planning Wizard). As I have to deploy the package on thousands of machines in our environment, so want to hide this display message.
I have tried to find out the setting for the same in OCT but could not find. So anyone can help me how have hide this so end user don't need to do any settings.
Is there any registry tweek through which we can control it?
Open the command prompt, drag and drop the setup.exe in to that - Used \\ MY LOCATION\setup.exe /admin command to open up the Office Customization tool - Select for create new patch - Did the modifications in these areas
Install Location and Organization Name > changed to my organization name
Licensing and User Interface > - Entered license Key -Check in I accept License agreement - Display level None, Suppress model
Modify User Settings > Microsoft Office 2007(/2010) system > Privacy > Trustcenter - Enable Customer Experience Improvement Program= Enables - Automatically recieve small updates to improve reliebility= Enabled (The above step is to suppress the regestration window in first time launching)
Thats it saved this .msp file in the updates folder which you can see beside the setup.exe. then wrote a batch file like this
I had the same issue providing MS Project 2010 over our Citrix servers.
It is suggested to enable the option "Disable Opt-in Wizard on first run" in the Microsoft OCT when creating your MSP file.
It is located under the following: Setup \ Features \ Modify user settings
By enabling this setting, the wizard will not display the 1st time users run an Office 2010 application.
But users who have previously accessed Project 2007 have a Global.MPT file in their profile (username\AppData\Roaming\Microsoft\MS Project\12\1033\Global.MPT)
So the MS Project Planning Wizard will show up even if the installation of Project 2010 was set not to show the wizard.
You could of course delete the "username\AppData\Roaming\Microsoft\MS Project\12\1033\Global.MPT" of your users. But how to find out who of your hundreds or thousands of users have that file stuck in their profile could be a pain.
Set the following key in the login scripts of your servers so the Planning Wizard does not display: powershell script:
_writeValue "HKCU:\Software\Microsoft\Office\14.0\MS Project\Previous Global" "No Alert" "1" "Dword"
I had the same issue providing MS Project 2010 over our Citrix servers.
It is suggested to enable the option "Disable Opt-in Wizard on first run" in the Microsoft OCT when creating your MSP file.
It is located under the following: Setup \ Features \ Modify user settings
By enabling this setting, the wizard will not display the 1st time users run an Office 2010 application.
But users who have previously accessed Project 2007 have a Global.MPT file in their profile (username\AppData\Roaming\Microsoft\MS Project\12\1033\Global.MPT)
So the MS Project Planning Wizard will show up even if the installation of Project 2010 was set not to show the wizard.
You could of course delete the "username\AppData\Roaming\Microsoft\MS Project\12\1033\Global.MPT" of your users. But how to find out who of your hundreds or thousands of users have that file stuck in their profile could be a pain.
Set the following key in the login scripts of your servers so the Planning Wizard does not display: powershell script:
_writeValue "HKCU:\Software\Microsoft\Office\14.0\MS Project\Previous Global" "No Alert" "1" "Dword"
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ