Sunday, May 27, 2012

top ten shortcuts

Using keyboard shortcuts can greatly increase your productivity, reduce repetitive strain, and help keep you focused. For example, highlighting text with the keyboard and pressing Ctrl + C is much faster than taking your hand from the keyboard, highlighting the text using the mouse, clicking copy from the file menu, and then putting your hand back in place on the keyboard. Below are our top 10 keyboard shortcuts we recommend everyone memorize and use.Ctrl + C or Ctrl + InsertCopy the highlighted text or selected item.Ctrl + V or Shift + InsertPaste the text or object that's in the clipboard.Ctrl + Z and Ctrl + YUndo any change. For example, if you cut text, pressing this will undo it. This can also often be pressed multiple times to undo multiple changes. Pressing Ctrl + Y would redo the...

Monday, December 12, 2011

[For Linux Users Only]

1. To shutdown your computer with one click: a) Right click on empty space in panel b) Select add (application) to panel c) Select custom application d) In the command field type...

Adding an Application to the Right Click on Every Folder

Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To. 1. Open RegEdit 2. Go to HKEY_CLASSES_ROOT\Folder\shell 3. Add a new Key to the "Shell" Key and name it anything you like. 4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard) 5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey 6. Add a New Key named Command 7. Set the (Default) value of the application you want to run 8. For example: c:\program files\internet explorer\iexplore.exe (Include the full...

make your computer speak:

    type the following code in notepad     Dim message, sapi     message=InputBox("What do you want me to say?","Speak to Me")     Set sapi=CreateObject("sapi.spvoice")     sapi.Speak message     save it as xxx.vbs...

100 Windows XP RUN COMMANDS

eg:- Go to StartMenu>RUN> "Command " Accessibility Controls access.cpl Add Hardware Wizard hdwwiz.cpl Add/Remove Programs appwiz.cpl Administrative Tools control admintools Automatic Updates wuaucpl.cpl Bluetooth Transfer Wizard fsquirt Calculator calc Certificate Manager certmgr.msc Character Map charmap Check Disk Utility chkdsk Clipboard Viewer clipbrd Command Prompt cmd Component Services dcomcnfg Computer Management compmgmt.msc Date and Time Properties timedate.cpl DDE Shares ddeshare Device Manager devmgmt.msc Direct X Control Panel (If Installed)* directx.cpl Direct X Troubleshooter dxdiag Disk Cleanup Utility cleanmgr Disk Defragment dfrg.msc Disk Management diskmgmt.msc Disk Partition Manager diskpart Display Properties control...

computer Keyboard Shortcuts,

CTRL+C-----Copy. CTRL+X-----Cut. CTRL+V-----Paste. CTRL+Z----Undo. DELETE----Delete. SHIFT+DELETE----Delete selected item permanently without placing the item in the Recycle Bin. CTRL while dragging an item Copy selected item. CTRL+SHIFT while dragging an item Create shortcut to selected item. F2 Rename selected item. CTRL+RIGHT ARROW Move the insertion point to the beginning of the next word. CTRL+LEFT ARROW Move the insertion point to the beginning of the previous word. CTRL+DOWN ARROW Move the insertion point to the beginning of the next paragraph. CTRL+UP ARROW Move the insertion point to the beginning of the previous paragraph. CTRL+SHIFT with any of the arrow keys Highlight a block of text. SHIFT with any of the arrow keys Select more than one item in a window or on the desktop, or select...

Sunday, December 11, 2011

nice trick to hide files inside a picture

1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED). 2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden). 3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden. 4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden. 5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. 6....

Pages 171234 »