Replies: 1 comment
-
Hi, the command is correct. It sets it to level 3, which is the default.
…On Sat, Aug 10, 2024, 11:24 XerXes777 ***@***.***> wrote:
In the end of the unattended.xml is maybe a typo?
reg.exe add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
/v EnableLUA /t REG_DWORD /d 3 /f
But only 1 and 0 are correct values. Info
<https://learn.microsoft.com/de-de/windows-hardware/customize/desktop/unattend/microsoft-windows-lua-settings-enablelua>
Is thes the correct command?
reg.exe add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System"
/v EnableLUA /t REG_DWORD /d 1 /f
—
Reply to this email directly, view it on GitHub
<#106>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJEZAPPLY3ZUKNMUABBRS53ZQXL4RAVCNFSM6AAAAABMJVY3Z6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGAZTEOBVHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the end of the unattended.xml is maybe a typo?
reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 3 /f
But only 1 and 0 are correct values. Info
Is thes the correct command?
reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 1 /f
Beta Was this translation helpful? Give feedback.
All reactions