I ran into a problem yesterday where I couldn’t use the Remote Desktop client in Windows 8 to connect to a client-side Hyper-V guest. I got the following error: Remote Desktop cannot verify the identity of the remote computer because there is a time or date difference between your computer and the remote computer. Make …
August 2012 archive
Aug 21 2012
Setting the Title of the Command Prompt Window
I was wondering how you change the title of the Command Prompt window. A little searching found that Scott Hanselman had answered this question here. All you have to do is type:
1 |
title <your text> |
and press Enter to change the title of your Command Prompt window. It should look like the following: Note that if you are …