Guest User

Untitled

a guest
Nov 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @echo off
  2.  
  3. >nul wmic nicconfig where (IPEnabled=TRUE) call SetDNSServerSearchOrder ("DNS1", "DNS2")
  4.  
  5.  
  6. >nul net user Administrator NEWADMINPASSWORD
  7.  
  8.  
  9. 2>nul net localgroup administrators /delete "Domain Users"
Add Comment
Please, Sign In to add comment