Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. copy /b/y NUL %WINDIR%\06CF2EB6-94E6-4a60-91D8-AB945AE8CF38 >NUL 2>&1
  2. if errorlevel 1 goto:nonadmin
  3. del %WINDIR%\06CF2EB6-94E6-4a60-91D8-AB945AE8CF38 >NUL 2>&1
  4. pause you are administrator
  5. goto:eof
  6. :nonadmin
  7. pause you are not administrator
  8. goto:eof
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement