Stop User Account Control message for logon script
I want to stop the "UAC message during my logon on any windows 2008 server or windows 7. Please note: I do not want to disable UAC but stop this message. During my logon to any windows 2008 server or any domain computer, a logon script run and part of this script is to modify a registry setting to update office application footer, which is normal for us. As I have windows 2003 DC, how do stop this message appears every time, when I logon to windows 2008 or windows 7. User Account Control Do you want to allow the following program to make changes to this computer? Program name: Registry Editor Verified publisher: Microsoft Windows Program Location: "C:\Windows\Regedit.exe" /S \\Domain Controller\scripts\Files\Footer.reg
September 21st, 2010 3:02am

Hi, there is no way to stop only that message if UAC is enabled. A workaround could be modify registry in HKLM running script in "localsystem" security context instead of "current user" security context. HTH Edoardo Benussi - Microsoft® MVP Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi Windows Server Italian Forum Moderator edo[at]mvps[dot]org
Free Windows Admin Tool Kit Click here and download it now
September 21st, 2010 5:33am

Hi Can you please give more detail on this work around? Also, in windows 2003 and xp, Regedit.exe with /S key work silently. Is there any switch which will work same way in windows 7 or windows 2008? http://support.microsoft.com/kb/310516/en-au or If I use group policy to import/export this registry key, will I have same UAC message on any windows 2008 or window 7 machines.
September 22nd, 2010 1:15am

Hi Can you please give more detail on this work around? this work around can work only if you have to change registry keys that are in HKLM section and not in HKCU section because you have to run a startup script and not a logon script thus the user is not yet identified at that time. what registry change are written in footer.reg ?Edoardo Benussi - Microsoft MVP Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi Windows Server Italian Forum Moderator edo[at]mvps[dot]org
Free Windows Admin Tool Kit Click here and download it now
September 22nd, 2010 3:19am

Hello Mkhan100, Please refer to the following articles: Script Elevation PowerToys http://technet.microsoft.com/en-us/magazine/2007.06.utilityspotlight.aspx The Elevation PowerToys and Windows 7 http://blogs.technet.com/b/deploymentguys/archive/2009/01/21/the-elevation-powertoys-and-windows-7.aspx Brent Hu,Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
September 23rd, 2010 5:32am

Hi Can you please give more detail on this work around? this work around can work only if you have to change registry keys that are in HKLM section and not in HKCU section because you have to run a startup script and not a logon script thus the user is not yet identified at that time. what registry change are written in footer.reg ? Edoardo Benussi - Microsoft® MVP Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi Windows Server Italian Forum Moderator edo[at]mvps[dot]org Logon script modify two registry keys 1. Footer.reg: When we save a document, it shows the file path on footer http://support.microsoft.com/kb/875514 2. Font.reg: It allow users to add their name on Outlook "Mark Comments with" (Tools>Options>Email Options> tick box of "Mark my comments with" Location: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\MailSettings\MarkCommentsWith If it is possible to achieve the same result without applying these two registry keys on logon script, problem should go away on UAC on win7 and win2008. I just don't know how to do or what to do.
Free Windows Admin Tool Kit Click here and download it now
September 24th, 2010 2:18am

Logon script modify two registry keys 1. Footer.reg: When we save a document, it shows the file path on footer http://support.microsoft.com/kb/875514 2. Font.reg: It allow users to add their name on Outlook "Mark Comments with" (Tools>Options>Email Options> tick box of "Mark my comments with" Location: HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\MailSettings\MarkCommentsWith If it is possible to achieve the same result without applying these two registry keys on logon script, problem should go away on UAC on win7 and win2008. I just don't know how to do or what to do. You can't use my work around because both reg files change "HKCU" registry keys that are unavailable at startup but Footer.reg can be not necessary if you update all your clients with Office 2003 Service Pack 3. I recommend you to try follow Brent suggestion, particularly the first link. Bye. Edoardo Benussi - Microsoft MVP Management Infrastructure - Systems Administration https://mvp.support.microsoft.com/Profile/Benussi Windows Server Italian Forum Moderator edo[at]mvps[dot]org
September 24th, 2010 3:33am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics