Thanks for the info,
Do you happen to know what the Group Policy item I need to set to 0?
Thanks
Main Topics
Browse All TopicsHi,
I have a number of users who insist on setting autologin to their desktops - even though the it staff give them hell when they do it. We have to give these users admin rights (as they are developers who need it), but want to be able to detect when it has been set.
Is there any way of detecting it (snmp, etc).
Regards,
Ian
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry, Enabled. This is the group policy and not the registry I forgot.
Always prompt client for password upon connection
1. Click Start, click Run, type mmc in the Open box, and then click OK.
2. On the File menu, click Add/Remove Snap-in.
3. Click Add.
4. Click Group Policy Object Editor, and then click Add.
5. Click the target Group Policy object (GPO). The default GPO is Local Computer. Click Browse to select the GPO that you want, and then click Finish.
6. Click Close, and then click OK.
7. Expand the Group Policy object, expand Computer Configuration, expand Administrative Templates, expand Windows Components, expand Terminal Services, and then click Encryption and Security.
8. In the right pane, double-click Always prompt client for password upon connection.
9. Click Enabled.
10. Click OK, and then quit the Group Policy Object Editor snap-in.
Hi,
I might be wrong here but this looks like it disables users from using terminal services with pre-configured passwords.
What I'm after is the ability to force a user to always enter credentials when logging into the console of their machine.
We have some staff who insist in changing their registry to enable the XP auto-login feature when starting up their PC.
Will this GP change achieve this?
(As much as I'd like to drop their access back to just a 'user' politically this isn't an option, they have local admin rights)
Thanks,
Business Accounts
Answer for Membership
by: 930913Posted on 2009-11-04 at 16:56:52ID: 25745852
Make a group policy that sets it to 0.
As for detecting it, using your preferred language, detect the registry key and if it is 1, alert you by some means.