tanush_89 said:
How can i get administrator in welcome screen or
how an a user through exploits get administrative rights without going to safe mode???
In a blank text document write:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultDomainName"="SYSTEM"
"DefaultUserName"="Administrator"
"AutoAdminLogon"="1"
save it as something.reg, (remember, thefile uses a reg extension, if you can't see the extensions, enable it in folder options)
Changes take effect after reboot.
I use this script during windows install so that no other user profile is created.
If you only want to use the Administrator Profile, delete the other profiles using User Accounts or manually in Documents and settings.
Hope this is what u need