Wednesday, September 26, 2012

RDP Shortcut keys

Boy, these have made my life as a sysadmin a lot easier.  No longer need to have an RDP session in full-screen to do alt-tab etc.  Fantastic.  The ctrl-alt-minus + plus require you to use the +/- on the numeric keypad to create a local screenshot in the clipboard on the server.

A commenter also says CTRL+ALT+MINUS is equivalent to ALT+PRTSCRN, and CTRL+ALT+PLUS = PRINTSCRN.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa383500(v=vs.85).aspx


No comments:

Get Restart log using PowerShell

I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...