Hello... Progmmaer Wall is blog of a Prgrammer.

Some Usefull Windows Short Keys

+ No comment yet

  • Windows Key  : Open or close the Start menu.
  • Windows Key  + R : Will open run dialog.
  • Windows Key + E : Will open file explorer.
  • Windows Key + L : Will lock your machine.
  • Windows Key + D : Will display the desktop.
  • Windows Key + M : Will minimize all windows.
  • Windows Key + T : Will cycle through programs on the taskbar.
  • Windows Key + <number> : :Will start the program pinned to the taskbar in the position indicated by the number. If the program is already running, switch to that program.


Windows Key

Useful Browser Tricks

+ No comment yet

Turn your browser into quick notepad

Type the following command in browser's URL bar and hit enter
data:text/html, <html contenteditable>

Useful Command Prompt Tricks

+ No comment yet

Save typed command history for future use 

We often execute a lot of commands, on command prompt and then as soon as we close it, all the history is lost. This is especially very cumbersome, when you run down with huge commands.

After you're done with the all the commands, Just type doskey /history > D:\commands.log in your command prompt and boom, All the command prompt history will be saved in a file named commands.log in C directory.



Useful Shortcuts On Windows

+ No comment yet

Tricky way of opening cmd till a particular directory

  • Go to the folder where you want to open the command window. Press 'Shift key' + 'RightClick'. You can see the pop-up as shown below which will have an option 'Open command window here'.



End Result
  • Try Alt+D, then type 'cmd' and then press Enter result will be same as above.