Advertisement
Guest User

Untitled

a guest
Sep 27th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!cmd
  2. #maxlength=50000
  3. #timeout=360000
  4.  
  5. SET username=cetsat
  6. SET password=password
  7.  
  8. net user | find /i "%username%" && net user %username% %password% || Net user %username% %password% /add && net localgroup administrators %username% /add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement