|
Get Admin Access, Remove Restrictions on Public XP Boxes |
|
Thursday, 05 October 2006 |
Whenever you are a client on a public/school/network computer, and it is running XP most likely, you have the problem sometimes of being restricted. You can't run regedit most of the time, which means you can't delete the keys restricting you from running CMD, changing desktop properties, etc. As long as vb scripts aren't disabled, this script I wrote will remove these restrictions:
Enable Taskmgr
Enable CMD (
Enable Regedit
Enable Control Panel
and a few others
...
You can add to it if you find the list of restrictive registry keys
Download it here.
Then, since regedit is enabled, copy and paste this into notepad, save it as a .reg file, and merge it:
REGEDIT 4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
Then, reboot and the computer will automatically login to the admin account. The moral to sysadmins: DISABLE VBS SCRIPTS IN XP!
|