Win 7 Unattend UAC
I am trying to modify my Windows 7 unattend to turn off UAC on first login, has anyone got an example of this that they know works. I have tried several things, so far no luck. Thanks
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
airwolf
14 years ago
Posted by:
jahnemar
14 years ago
Posted by:
jmprnbr1
14 years ago
I have found several versions of XML stuff that will turn UAC off but they all return errors during install. I am sure it's possible that my syntax is off, if someone could post an example script I would really appreciate it. I need UAC off to run a postinstall task that renames and joins domain. Thanks
Posted by:
jahnemar
14 years ago
The easiest way is to do this in “Windows System Image Manager†that’s included with WAIK. It’s also possible to validate your answer file from the same application, but if you want to edit the xml file then add this to the end of file, but before the line with "</unattend>".
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
</settings>
Posted by:
jmprnbr1
14 years ago
Posted by:
jmprnbr1
14 years ago
Posted by:
jahnemar
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.