Skip to main content

Some Awesome Tricks and Tips


Some Awesome Tricks and Tips


1)      You can always win solitaire game in windows 7 or former versions of windows!
       To do that ,launch solitaire game and press Alt+Shift+2 at same time.
        It will show you that you are the winner!!

2)      Every Tom, Dick, and Harry knows that mouse wheels are used to scroll up and down on a page. Nevertheless, this wheel can be also used as a third button of mouse!!
      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 also this button can be used to close a tab by clicking the wheel.
       While you are in  a web page and if you want to open any link in that web page.yu can do it  just by clicking the wheel on that link and it will open a web page in a new tab . By holding down the  Ctrl key, Scroll wheel can be used for Quickly Zoom in and Out on a web page. 

3)      You can select any word easily by double-clicking the word. If you want to highlight the whole paragraph, click the mouse button three times on any text in the paragraph. As a result the whole paragraph would be selected 

4)      In a browser you can open a link in a new tab while pressing and holding ctrl key and click on the link.

 

Comments

Popular posts from this blog

KEYBOARD SHORTCUTS FOR WINDOWS 8 :

KEYBOARD SHORTCUTS FOR WINDOWS 8 :  Hai friends, The following are keyboard shortcuts for windows 8 users.I hope that this will make your Windows 8 experience much more enjoyable! I. On Pressing the Windows key + I will open the Settings at side of the screen i.e,. the charms. II. Press and hold the Windows key + D to open the Windows Desktop. III. Press and hold the Windows key to open the Start screen . ... If your are in start screen , then you will be switched to desktop on pressing windows key! IV. Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder. V. Press the Windows key + C to open the Charms. VI. Press and hold the Windows key + Tab to show open apps. VII. Press the Windows key + X to open the power user menu at the lower left corner. This menu allows you to choose various windows tools and work with them as shown below!!   TRY THIS FRIENDS     ...

Why My Internet Connection is Slow?

If your connection to the internet is slow then it would be one of the following reasons  It could be a DNS problem, which is to do with your internet connection.  Solution: Try resetting your router/modem by turning it of for 5 minutes, then turning it back on (fixes many connection issues, or at-least the common ones.)  - Try changing your web browser, depending on what your using: Suggestions -Google Chrome (recommended) -Safari -Firefox -Internet Explorer  On the other hand, you could have a more then a connection problem such a virus which is eating up your CPU. So download anti-malware and do some scans, alternatively download (Advanced System Care) which has optimization that will make your computer run flawlessly and its free. Clear the cache, dump all temp files, check for excess programs loaded into memory at start up -(VERY COMMON), clear cookies, AND check ISP speed with "speed test".

create CON, PRN, AUX folder in Windows

Ever tried to create the following folder in Windows?  CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, & LPT9 Probably windows doesn't allow you to create a folder in these name using Windows Explorer or Command Prompt directly! This is because windows prevent these terms as SYSTEM Folder Names   which are reserved  for the Operating System. But there is a trick to create it. Trick for CREATING those folders:  In command prompt, Type the following: md \\.\\C:\con This would create a folder named "con" on your "C Drive" i.e., md \\.\\(path where you want to create)followed by the name Similarly to delete such folder: Type the following in cmd: rd/s \\.\\C:\con This would remove the folder named "con".please note that rd(Remove Directory) command is used with "/s" switch as otherwise it would give error that "folder is not...