Link to home
Start Free TrialLog in
Avatar of jjmartineziii
jjmartineziiiFlag for United States of America

asked on

Prevent saving on USERNAME with RDP

I know I can prevent RDP from saving the password of a RDP session but how can i prevent it from saving the username as well?
ASKER CERTIFIED SOLUTION
Avatar of Rob Williams
Rob Williams
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jjmartineziii

ASKER

Wouldn't it just recreate when I connect to another machine?

I want to do this on a domain of 700 machines.
>>"Wouldn't it just recreate when I connect to another machine?"
Yes. Sorry, thought we were talking about a single user.

There is a Group Policy to block saving of passwords, but not familiar with a policy to prevent saving of the other information.
All I can think of is to create a log off script with:
Del  "C:\Documents and Settings\%username%\My Documents\Default.rdp"  /Y
I suspect with 700 users you likely are using redirected my docs so you would have to edit the above.
Thanks. Not the answer I was looking for but its fine
Thanks jjmartineziii.
Sorry I/we didn't have a better solution for you.
Cheers !
--Rob