Changing your password in a Terminal Services session.
So you’re using a Terminal Services Client (MSTSC) to connect to a remote server, and you want to change your password. The secret is to use CTRL-ALT-END. Which will bring…
So you’re using a Terminal Services Client (MSTSC) to connect to a remote server, and you want to change your password. The secret is to use CTRL-ALT-END. Which will bring…
We used to hard-code a user’s home directory in a logon script; just like this: net use H: \\NODDY22\%Username%$ Of course, it becomes a problem when you need to change…
Strangely enough, I see this error occasionally when I connect to our corporate Citrix server farm. Googling for the answer, I found Microsoft’s answer, which was less than helpful. As…