I just need to right click.... but can't figure out where or how the person who set these things up removed right clicking. They are not "part" of a domain so I know Group Policy isn't going to be where the setting is.
Main Topics
Browse All TopicsI have several Windows XP Embedded machines that are stand alone machines that use RDP to connect to a terminal server for web browsing.
The current setup: The XPE machines auto logon when powered on and launch the RDP file (which has a username and password in it) and the remote desktop connection is made.
This user account doesn't have the ability to use right click either.
Problem:
I need to create a new RDP connection as the limited user and save the username and password in the RDP file. I have tried creating a new RDP file as the Admin account then placing it in the limited users startup folder.... which didn't save the password.
How can I re-enable the right click to change the RDP file settings for the limited user??? I'm lost as to where this setting could be set.
I have tried: HKEY_LOCAL_MACHINE\Softwar
and looking for a NoViewContentMenu setting and found nothing
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.
Also this link explains why the right click is disabled...
http://msdn.microsoft.com/
From the link:
"How can I enable context menus for "right-click" functionality in the runtime?
Context menus are disabled by default. To enable them, you must change the configurable settings in the User Interface Core component. There are two check boxes related to context menus that you can modify."
So it is disabled by default.
Another link:
http://www.eggheadcafe.com
As I assume you are not creating the XPe images yourself, you will definitely need to contact the vendor of these devices. They will be able to help you and explain what needs to be done.
Cláudio Rodrigues
Citrix CTP
Hi tsmvp,
These stations are not part of a domain... otherwise I would have this problem fixed using Group policy.
Before I was hired the vendor who created this setup was in to "fix" a similar problem on one of the thin clients, but were unsuccessful. Now we want to change a setting in each thin clients RDP setup to access firefox instead of IE. But unless we make the change using the correct user account the RDP password is lost because of windows security...
I see. Well so it looks like someone created this XPe build for you. The only way to fix this is to use the tools used to create the build and change all that you need (enable right click, add firefox instead of IE and so on). The only person that may understand that, from what you say, is the vendor that helped you guys initially.
Cláudio Rodrigues
Citrix CTP
So I found some documentation with reguards to setting up these thin clients. I looks like they used the admin account and made registry changes to the user account...
they opened the HKEY_USER, clicked on file/load hive, selected the NTuser.dat file from the "general user" documents and settings
They then import a file, named "policies explorer" to the users software\Microsoft\Current
They also load some other files under the same users key then they click on the Key and unload the hive.
I'm assuming "policies Explorer" is a file that was custom made, and isn't common to windows. If thats true I bet the other files that were loaded into the registry were also custom made.
Business Accounts
Answer for Membership
by: Paul_W360Posted on 2009-10-21 at 11:00:03ID: 25626544
I think that the problem here has to do with the fact that saved passwords in *.rdp-files are securely stored in a encrypted way which is also based on the sid of the user that saves the password. So if you save the Password as Administrator, only this User-Account can read the saved password. I am currently not aware of a workaround as it is generally not advised to globally save passwords on machines, but you know that for sure. ;) So i wish you good luck, maybe someone knows a workaround.