Windows/UAC: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 October 2024

  • curprev 05:0305:03, 5 October 2024Kenneth talk contribs 647 bytes +647 Created page with "== Disable User Account Control (UAC) == HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System EnableLUA DWORD 0 = Disable 1 = Enable ref: [https://www.tenforums.com/tutorials/112488-enable-disable-user-account-control-uac-windows.html] === disable_uac.reg === <pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 </pre> === enable_uac.reg ===..."