Read only mirror: Get admin on any Windows computer in about 30 seconds
rainestorme 5af4f0d615 Fix typo. | 1 rok pred | |
---|---|---|
.gitignore | 1 rok pred | |
LICENSE | 2 rokov pred | |
README.md | 1 rok pred | |
build.sh | 1 rok pred | |
init.sh | 1 rok pred |
Get admin on any windows computer in about 30 seconds (with physical access, of course). Now improved significantly!
chmod +x *.sh
./build.sh
and the project will be built automatically.dd
or RUFUS. The ISO file that you use should be located in the directory you cloned ez-admin to. In previous versions of the project, ez-admin used a slightly modified Windows installer, but it now runs on a custom Linux built with BusyBox. (Thanks to @HENRYMARTIN5 for the AurumLinux project)cmd
and press enter.username
with the username you want for the admin user and password
the password you want for the account:
```
net user username password /addnet localgroup Administrators username /add
15. Sign in to the account. If the system you ran this on has a domain used for accounts, type `.\` (note the backslash) followed by your username and your password as normal.
16. (OPTIONAL) Once you're signed into your new account, you can restore the original Utilman.exe to avoid arousing suspicion. To do so, just open a command prompt as administrator and type: `ez-restore.bat`.
Congratulations. You've gotten admin access on a computer with just a few minutes of your precious time.
## Alternate methods of booting from your USB
1. If you have access to a user account on the target device and have access to settings, this is your best bet. Find the Advanced Startup option in your windows settings and click the button to restart your PC. On the screen that follows, select Boot from USB and select your USB drive. Complete the rest of the steps as normal.
2. If you don't have access to a user account or the previous method didn't work, try this. Reboot the target PC and hold shift. Spam F8 until the installer appears. We're going to run ez-admin manually for this one, so you won't have to follow any of the normal steps up to step 16. Press Shift+F10 and run the following commands:
C: copy C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak xcopy C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe shutdown ``` Close the cmd and the installer window, rebooting the PC. Unplug the USB drive and continue from the normal step from step 11.
ez-admin.iso
.