Skip to main content

Useful windows shortcut keys


Following are the most useful set of windows shortcut keys that I would like to share with you.

run commands
  1. calc        -->  Calculator 
  2. mspaint   -->  To get Paint
  3. textpad   -->  To get Textpad if installed
  4. cmd        -->  Opens a new Command Window (cmd.exe) 
  5. control    -->  Displays Control Panel 
  6. msconfig   -->  Configuration to edit startup files 
  7. compmgmt.msc  -->  Computer management 
  8. fsmgmt.msc      -->  Folder Sharing Management 
  9. services.msc     -->   System Services 
  10. appwiz.cpl  --> Add/Remove Programs 
  11. ncpa.cpl     -->  Network Connections 
  12. %userprofile%  -->  Opens you User's Profile 
  13. %temp%  -->  Opens temporary file Folder 
  14. temp        -->  Opens another temporary file Folder 
cmd commands
  1. hostname   -->  Returns Computer's name 
  2. ipconfig /all   -->  Shows detailed information for all all network adapters
  3. netstat -a   -->  Displays all active network connections with port
  4. netstat -b   -->  Displays the executables and port numbers, involved in creating each connection like iexplore.exe , chrome.exe , OUTLOOK.EXE, ...
  5. systeminfo  -->  Displays various system information like OS, Processor, System Up Time, Original Install Date, BIOS Version, Physical Memory , ...
microsoft natural keyboard shortcuts
  1. Windows Logo + BREAK -->  Display the System Properties dialog box
  2. Windows Logo + D  -->  Display the desktop
  3. Windows Logo + M  --> Minimize all of the windows
  4. Windows Logo + SHIFT + M  -->  Restore the minimized windows
  5. Windows Logo + E  -->  Open My Computer
  6. Windows Logo + F  -->  Search for a file or a folder
  7. Windows Logo + L  -->  Lock the keyboard
  8. Windows Logo + R  -->  Open the Run dialog box
general keyboard shortcuts
  1. NUM LOCK+Asterisk sign (*) in Windows Explorer   -->  Display all of the subfolders that are under the selected folder
  2. SHIFT when you insert a CD-ROM into the CD-ROM drive   -->  Prevent the CD-ROM from automatically playing 
  3. F2 key  -->   Rename the selected item
  4. F6 key  -->   Cycle through the screen elements in a window or on the desktop
  5. SHIFT+F10   -->  Display the shortcut menu for the selected item

Comments

  1. Sony, this blog will be really helpful for my work. Lot i learn't which i doesn't know. Keep posting :)

    ReplyDelete

Post a Comment

Popular posts from this blog

How to convert your Blogger Blog to PDF ?

You can use a website called "blogbooker" @  http://www.blogbooker.com/blogger.php   to convert your Blogger Blog to a PDF . Please find the steps below : 1. Save your blog as an xml using Blogger Settings - Other - Export Blog option 2. Go to the website " http://www.blogbooker.com/blogger.php " and select this XML , give your blog address and select the options like date range, page size, font, ... 3. Click the  "Create Your BlogBook" button to view and save your blog as PDF

GC Log Analyzer from IBM

This blog is about the GC( garbage collection) log analyzer from IBM. If you have a GC log and you want to analyze the file,  this IBM tool will help you with some graphical analyzer and some recommendations. You can download it from the following URL : https://www.ibm.com/support/pages/ibm-pattern-modeling-and-analysis-tool-java-garbage-collector-pmat Please find below some screenshots and details that might help you. 1. Screenshot 1: 2. Screenshot 2 : 3. Screenshot 3 : 4. Screenshot 4:

Eclipse plug-in : single java file compiler

At any point of time, you think about an Eclipse plug-in to compile a single java file in your Eclipse (as the Eclipse provide only the option for Build-All ) ? Here , I am giving the links to a plug-in, helping you to compile a single java file. Find the plug-in @ http://timealias.bplaced.net/eclipse2ant . Please find below some screen shots:

ATG Product Catalog schema ER diagram

Check out the O rder schema ER-Diagram @   http://tips4ufromsony.blogspot.in/2012/02/atg-order-schema-er-diagram.html Check out the User Profile  schema ER-Diagram @ http://tips4ufromsony.blogspot.in/2012/03/atg-user-profile-schema-er-diagram.html If you would like to know the relationship between different Product Catalog tables, please find below screen shots of  Product Catalog schema ER Diagrams.

SOAP UI faster start up

If you feel like your SOAP UI is starting up very slowly, check whether this is due to any start up web page call. You can check this @ Preferences - UI Settings - Show Startup Page ==> Here you can deselect this option to improve the start-up time.