• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

2 questions

Legacyc

Junior Member
Sorry if the following questions are mindnumbingly easy but they are bugging me.

1. When I start up my computer I want it to go directly to my desktop. It used to go to a pretty little icon that I had to click to get to my desktop but I figured out how to get it to the old skool version where I have to type the name and pass(I have no pass), this is a little more bearable but I want no extra step between startup and desktop.

2. When I press ctr+alt+del it takes me to a menu where I can choose the task manager but I want it to go directly to task manager.

Thank you
 
Assuming Windows 2000 or XP Pro, here's one possible way:

Regedit

HKEY_LOCAL_MACHINE
SOFTWARE
Microsoft
Windows NT
CurrentVersion
Winlogon

Modify "DefaultUserName" to your user name ie., after the = sign

Right-click, New, String Value "Default Password"
Modify "DefaultPassword" and put in your password

If you're on a domain you'll need to modify "DefaultDomainName" to = your domain name

And lastly, right-click, New, String Value "AutoAdminLogon"
Modify "AutoAdminLogon" and put in a value of 1


So you end up getting as an example:

DefaultUserName=MyName
DefaultDomainName=Domain
DefaultPassword=password
AutoAdminLogon=1

This works for both Win2k and XP Pro. YMMV on other O/S versions.
 
run this command in the run box. control userpasswords2
uncheck users must enter a user name and password to use this computer
 
Although I could be mistaken, I don't think you can do what you want in #2. It may well be possible to disable all of the other choices on the menu except the Task Manager button, but I don't think you can re-direct the call entirely.
 
Back
Top