Skip to main content

Windows Shortcut Keys - TechnoBytes

Windows Shortcut keys

Windows key + R — Run menu

Windows key + E — Explorer

ALT + Tab — Switch between windows

ALT + Space + X — Maximize window

CTRL + Shift + Esc — Task Manager

Windows key + Break — System properties

Windows key + F — Search

Windows key + D — Hide/Display all windows

CTRL + C — Copy

CTRL + X — Cut

CTRL + V — Paste

Keyboard Shortcuts in Windows

[Alt] + [Esc] — Switch between running applications

[Alt] + letter — Select menu item by underlined letter

[Ctrl] + [Esc] — Open Program Menu

[Ctrl] + [F4] — Close active document or group windows (does not work with some applications)

[Alt] + [F4] — Quit active application or close current window

[Alt] + [-] — Open Control menu for active document

Ctrl] Lft. + Rt. arrow — Move cursor forward or back one word

Ctrl] Up + Down arrow — Move cursor forward or back one paragraph

[F1] — Open Help for active application

Windows + M — Minimize all open windows

Shift+Windows + M — Undo minimize all open windows

Windows + F1 — Open Windows Help

Windows + Tab — Cycle through the Taskbar buttons

Windows + Break — Open the System Properties dialog box

Accessability Shortcuts

Right SHIFT for eight seconds — Switch FilterKeys on and off
Left ALT + left SHIFT + PRINT SCREEN — Switch High Contrast on and off
Left ALT + left SHIFT +NUM LOCK — Switch MouseKeys on and off
SHIFT five times — Switch StickyKeys on and off
NUM LOCK for five seconds — Switch ToggleKeys on and off
Explorer Shortcuts

END — Display the bottom of the active window
HOME — Display the top of the active window
NUM LOCK + ASTERISK — on numeric keypad (*) Display all subfolders under the selected folder

Comments

Popular posts from this blog

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Privacy Policy

Privacy Policy TechnoBytes built the RotateMe app as an Ad Supported app. This SERVICE is provided by TechnoBytes at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at RotateMe unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information, including but not limited to ...

Disable USB Ports On Windows PC Via Registry

Disable USB Ports On Windows PC Via Registry With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. To use this trick to disable USB ports, follow the steps given below:- Click on Start. Click on Run. If you cannot find RUN, type it in the search box. Type "regedit" without quotes. This will launch the Registry Editor. Navigate to  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor. In the work area, double click on Start. In the Value Data box, enter 4. Click on OK. Close Registry Editor and refresh your desktop. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6. Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8. Note: This trick als...