How to reveal Passwords in Web Browsers(Click on this image to see this post)

How to hide text in an image file(Click on this image to see the post)

Lock a Folder with Password(click on this image to see the post)

How to Remove shorcut virus from Pendrive(click on this image to see this post)

Watch ASCII starwars in CMD(Click on this image to see this post)

All TEXT File Formats(Click on this image to see this post)

Different Technologies and their Founders(Click on this image to see this post)

How to disable USB Port(Click on this image to see this post)

Shutdown ur PC in One click(Click on this image to see this post)

How to Colorize the folders in windows(Click on this image to see this post)

How to use Pendrive as RAM(Click on this image to see this post)

Monday 16 June 2014

Top 10 Computer Mouse Tips EveryOne Should KnoW !!!!!!!

Most computer users don't take full advantage of the computer Mouse. Below are computer mouse tips and secrets that help you get the full potential of your computer mouse and increase your overall productivity while on the computer.







Shift key and mouse click


Many text editors and programs allow you to highlight all or portions of text using the Shift key and the mouse. For example, click at the beginning of a text in the below text box, hold down the Shift key, scroll to the bottom, and click at the end of the text to highlight all of the text.

Bonus tip: Holding down the Alt key while dragging and highlighting text in a text editor allows you to selectively highlight text. This can be useful if your paragraph or other text is in a column.


Take full advantage of the scroll wheel


Today, everyone is familiar with a mouse wheels ability to scroll up and down on a page. However, this wheel can also do so much more, below are just a few examples.
The mouse wheel is not just a wheel, it can also be used as a button. Pressing down on the wheel will act like a third mouse button. This can be used to open a web page in a tab by clicking the wheel on any link and can also be used to close a tab by clicking the wheel on any open tab.
Zoom in and Out on a web page, word document, excel spreadsheet, etc. by holding down the Ctrl key and scrolling up to zoom in and down to zoom out.
Holding down the Shift key while scrolling up or down in most Internet browsers to go back and forward between web pages.
Some mouse wheels can be pushed left or right to also move back and forward on a web page.


Select with double and triple click


Any word can be selected by double-clicking the word. If you want to highlight the whole paragraph or sentence, click the mouse button three times on any word. Try it now on this paragraph by clicking three times fast on any word in the paragraph.

Bonus Tip: If you double-click and then drag your mouse it will highlight one word at a time.


Use the right-click



Take full advantage of the right-click any time you highlight text or want to view the properties of an object. For example, if you highlight a file or text, you can right-click that highlighted item copy it and then right-click anywhere else to paste it.

Bonus Tip: If you highlight or select any file or text and then click and drag it while hold the right button, when you let go the option to move or copy that file or text. This saves you the extra step of having to right-click where you want to paste the item.

Bonus Tip: While in a browser pressing and holding Ctrl while clicking on any link opens a menu with options for that link.







Ctrl key and mouse click or highlight



While holding down the Ctrl key you can left-click to select multiple objects or highlight multiple sections of text. For example, in the below selection box if you wanted to highlight more than on eof the itmes listed you could hold down Ctrl and select each item you want highlighted.

Bonus Tip: Mozilla Firefox users can also hold down the Ctrl key and individually click on each cell in a table they want to copy or drag their mouse down a row to select just that row or text without selecting any of the other text in that table.


Use the mouse side buttons


Many new computer mice also have buttons on the side of the mouse. These buttons can be programmed to do anything, however, by default the left-thumb button can be used to go back on a web page. This makes browsing the Internet more enjoyable since you do not need to move the mouse cursor to the browser back arrow button in order to go back a page.


Use the Windows Snap To feature



Take full advantage of the Windows mouse Snap To feature, which will automatically move your mouse to buttons that appear in a dialog box. For example, if you delete a file or close a window you may get a prompt asking you if you are sure you want to perform the task. With the Snap To feature enabled, the mouse cursor automatically moves to the Ok button, so all you have to do is click the mouse button if you agree. This saves you the time of having to move the mouse cursor over to the Ok button and then click Ok.
To enable this feature open the Mouse properties under the Windows Control Panel and check the Snap To check box under the Pointer Options tab.

Bonus Tip: While changing this feature we also suggest looking at other available options in the Mouse settings. For example, increasing the Motion speed can also help increase your productivity while using the mouse.


Manage the open window with the mouse



Double-click the top title bar of any window to maximize a window or if it is already maximized resize it to a window. You can also double-click the icon for the window in the top-left corner of the window to close that window.


Move the mouse with your keyboard



Instead of using the mouse that came with your computer you can also enable Windows to use the number pad as a mouse.


Customize your mouse




Finally, if you have a mouse with more than two buttons, installing the included mouse software allows you to customize the mouse even more. For example, if you don't use the side buttons to move back and forth in a web page change it to something you do more often, such as switching between open windows or opening the calculator.

Friday 6 June 2014

HOw to create a bootable USB Flash drive ????

Hello frndszz...it's been so long that I haven't posted


Do U all know how to make ur USB Flash Drive as a bootable....




TO make it follow these steps..

1. Insert a USB flash drive into a running computer.

2. Open a Command Prompt window as an administrator.

3. Type diskpart.



4. In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.

5. At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.

6. Type clean, and the click ENTER. This command deletes all data from the USB flash drive.

7. To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER.

8. To select the partition that you just created, type select part 1, and then click ENTER.

9. To format the partition, type format fs=ntfs quick, and then click ENTER.



Important :

If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.


10. Type active, and then click ENTER.

11. Type exit, and then click ENTER.

12. When you finish preparing your custom image, save it to the root of the USB flash drive.

Hope u like it... :)