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

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.

ATG License Files and Oracle Software Delivery Cloud

Oracle no longer generates license keys that are specific to your IP address(es). Oracle now provides generic license files that enable you to fully utilize all of the features for which you are licensed. Please find the ATG License files for different ATG versions @ http://www.oracle.com/us/support/licensecodes/atg/index. @ Oracle Software Delivery Cloud , you can find downloads for all licensable Oracle products –> https://edelivery.oracle.com/ Please find below a screen shot for ATG products download :

Eclipse plug-in to create Class and Sequence diagrams

ModelGoon is an Eclipse plug-in avaiable for UML diagram generation from Java code. It can be used to generate Package Dependencies Diagram, Class Diagram, Interaction Diagram and Sequence Diagram. You coud get it from http://marketplace.eclipse.org/content/modelgoon-uml4java Read more about it and see some vedios about how to create the class and sequence diagram @ http://www.modelgoon.org/?tag=eclipse-plugin Find some snapshots below which gives an idea about the diagram generation.