Skip to main content

Some useful Windows System Shortcuts

F1         :Help
F2         :Rename the selected item
F3         :Search for a file or folder
F4         :Display the address bar list in File Explorer
F5         :Refreshes the current window.
F6         :Moves among panes in a window
F10        :Activates the Menu bar
   
CTRL+C                       : Copy
CTRL+X                       : Cut
CTRL+V                       : Paste
CTRL+Z                       : Undo
CTRL+B                       : Bold
CTRL+U                       : Underline
CTRL+I                         : Italic

CTRL+ESC                            : Open Start menu
CTRL + F4                             : Close the active document
CTRL + (plus)                        : Zoom in
CTRL + (minus)                     : Zoom out
CTRL + RIGHT ARROW      : Move the cursor to the beginning of the next word
CTRL + LEFT ARROW         : Move the cursor to the beginning of the previous word
CTRL + DOWN ARROW      : Move the cursor to the beginning of the next paragraph
CTRL + UP ARROW             : Move the cursor to the beginning of the previous paragraph
CTRL+Windows Logo+F       : Find computer

ALT+TAB                               : Switch between open programs
ALT+F4                                  : Quit program
ALT + ENTER                        : Display properties for the selected item
ALT+F6                                  : Switch between multiple windows in the same program
ALT+SPACE                           : Displays the main window's System menu
ALT+underlined letter in
                                      menu : Opens the menu
ALT + LEFT ARROW           : Back
ALT + RIGHT ARROW         : Forward
ALT + PAGE UP                    : Move up one screen
ALT + PAGE DOWN             : Move down one screen
ALT+DOWN ARROW           : Opens a drop-down list box

SHIFT+DELETE                   : Delete item permanently
SHIFT+click+Close button    : Closes the current folder plus all parent folders.
SHIFT+Windows Logo+M     : Undo minimize all

Win                                : Start menu
Win+F1                         : Help
Win + B                         : Set focus in the notification area
Win+D                           : Minimizes all open windows and displays the desktop
Win+E                           : Windows Explorer
Win+F                           : Find files or folders
Win + H                         : Open the Share charm
Win + I                          : Open the Settings charm
Win + K                         : Open the Devices charm
Win+L                           : Lock the computer
Win+M                          : Minimize all
Win + O                         : Lock device orientation
Win + Q or S                 : Open the Search charm
Win+R                           : Run dialog box
Win + T                         : Cycle through apps on the taskbar
Win + U                         : Open Ease of Access Center
Win + V                         : Cycle through notifications
Win + SHIFT + V           : Cycle through notifications in reverse order
Win + W                         : Open the Search charm and search for settings
Win + X                          : Open the Quick Link menu
Win + Z                          : Show the commands available in the app
Win + ,                           : Temporarily peek at the desktop
Win + PAUSE                 : Display the System Properties dialog box
Win + ENTER                 : Open Narrator

Comments

Popular posts from this blog

Fatal exception errors and how to fix them

              'A fatal exception XY has occured at xxxx:xxxxxxxx' What is it? A fatal exception error is an error that causes a program to abort,returning the user to the operating system.When program encounters an exception that is invalid or unknown,fatal exception error(fatal 0E) is thrown.It mainly occurs during the computer's booting process,shutdown process or while trying to launch a program in windows.The processor exception(XY value) ranges from  00 to 0F. xxxx:xxxxxxxx represents the 32-bit address where the actual exception has occured. 00-Divide fault 02-NMI interrupt 04-overflow trap 05-bounds check fault 07-coprocesser not available 08-double fault 09-coprocesser segment overrun 0A-invalid task state segment 0B-Not present fault 0C-stack fault 0D-general protection fault 0E-page fault 10-coprocessor error fault 11-Alignment check fault When it occurs? Attempting an illegal instruction or operation accessin...

Test your anti virus software with eicar

Do you want to check whether you have deployed your anti virus(AV) software correctly? Checking your AV software with real virus is risky!What if you have an option to test with a file which the AV software detects as if it were a virus,but actually it is non-viral? EICAR(European Institution for Computer Anti virus Research) provides Anti-malware test file for this purpose.It provides four test files to check your anti virus software.A good anti virus scanner will believe that the file is virus-infected. To download the anti-malware test files,visit this website Please feel free to post your comments.

How does Global Positioning System work?

The U.S. military developed and implemented GPS satellite network as a military radio-navigation system to figure out the exact position on the earth. It’s made up of three parts: satellites, ground stations, and receivers. GPS is  a constellation of 27 Earth-orbiting satellites (24 in operation and three extras in case one fails). Each satellite is built to last about 10 years. Each one transmits information about its position and the current time at regular intervals.These satellites make two complete rotations around the globe everyday such that at any point of time atleast four satellites are visible to the receiver. The basis of GPS is "trilateration".Trilateration is a method of determining the relative positions of objects using the geometry of triangles.In order to make this simple calculation, the GPS receiver has to know the location of at least three satellites and the distance between our receiver and each of those satellites. The signals, moving at the speed...