# UAC 關閉 ###### tags: `script`,`regedit`, `windows` ``` bat @echo off echo Windows Registry Editor Version 5.00 > uac.reg echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] >> uac.reg echo "EnableLUA"=dword:00000000 >> uac.reg regedit /s uac.reg REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System | find "EnableLUA" pause ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up