ziloth Posted January 17, 2013 Posted January 17, 2013 I need a file. Reg allows to configure the UAC. Maybe someone has it or knows where it can be downloaded. On this page it is described: HERE Important points: This disable Admin Approval Mode To disable UAC from promting ..... To change the elevation prompts behavior... Quote
NIM Posted January 17, 2013 Posted January 17, 2013 Here are the registry keys that are available for configuring UAC http://technet.microsoft.com/en-us/library/dd835564 The registry keys are found in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System Quote
BYTE-ME Posted September 3, 2013 Posted September 3, 2013 (edited) UAC is mostly handled by group policy settings, in Windows 8, not the registry as it was in Windows 7. Go here for a full explanation. In order to bypass the chore of changing each of the four group policy settings that the PeteNetLive article cites, (for, say, a Windows 8 clean install or reinstall) you can make the changes once, then export your policy settings to a file and use this command to reinstate on a standalone PC:C:\Windows\System32\SecEdit.exe /configure /db %temp%\temp.sdb /cfg C:\Path_to_your_UAC_policy.infKeep in mind that the automated install of a UAC policy won't be able to change settings for at least one of the group policy settings cited in the article. "User Account Control: Only elevate UIAccess applications that are installed in secure locations", is one you have to set manually, I think. However, you will get rid of the annoying UAC prompt for most application installs and other administrative tasks. I hope that helps. Edited September 3, 2013 by BYTE-ME Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.