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

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.

ATG Search - search engine tuning settings

In this blog, I am going to list the best tuning settings for ATG Search engine. The AESoapConfig.xml, AESoapWaspConfig.xml  and AEConfig.xml are the xmls referred below and you can find it @  <ATG_DIR>\<Searchx.x>\SearchEngine\<operating_system>\bin\ folder. (1)  Make sure that the AESoapConfig.xml's rwTimeout is less than or equal to routing's readTimeoutMs. You could find the routing's readTimeoutMs @ atg\search\routing\SearchEngineService component.               rwTimeout is the  length of time in seconds to wait before a read or write operation times out on an active connection. The number can be decreased to improve performance. However, a value that is too low could cause slow connections to be prematurely closed. (2)  Adjust the number of engine threads to match the number of CPUs available to the engine. Note that the minimal value for maxThreads and maxSpareThreads is 2, which applies to running with 1 CPU.  However, it is recommended to

Java History and main changes over Java versions

Java SE 7 Codename Dolphin. Releasing on July 28, 2011. Better integral literals allowing for underscores as digit separators. Strings in switch Statements. Improved Type Inference for Generic Instance Creation. Improved Compiler Warnings and Errors When Using Non-Reifiable Formal Parameters with Varargs Methods. Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking . JVM support for dynamic languages, following the prototyping work currently done on the Multi Language Virtual Machine Compressed 64-bit pointers. Available in Java 6 with -XX:+UseCompressedOops. Concurrency and collections updates: a lightweight fork/join framework, flexible and reusable synchronization barriers, transfer queues, concurrent linked double-ended queues, and thread-local pseudo-random number generators. New file I/O library to enhance platform independence and add support for metadata and symbolic links. The new packages are java.nio.file and java.nio.file.attr

Working Environment

It is always good to think about your working environment. Here I am listing mine,  expecting your comments to add other necessary tools to this list. Anti Virus Avast  –> http://www.avast.com/free-antivirus-download Avira  –> http://www.avira.com/en/avira-free-antivirus AVG  –> http://www.freeavg.com/?lng=in-en&cmpid=free Kaspersky  –> http://www.kaspersky.com/ McAfee  –> http://www.mcafee.com/us/ Symantec  –> http://www.symantec.com/index.jsp Application Server JBoss  –>   http://www.jboss.org/jbossas/ Tomcat –>   http://tomcat.apache.org/ Weblogic –>   http://www.oracle.com/technetwork/middleware/weblogic Browser Firefox –>   http://www.mozilla.com/en-US/firefox Google Chrome  –> http://www.google.com/chrome/ IE  –>   http://windows.microsoft.com/en-US/internet-explorer/downloads/ie Communication_Network IPMessenger –>   http://ipmsg.org/index.html.en Putty –>   http://www.chiark.greenend.org.uk/~sgtatham/putty