Skip to main content

Posts

Cool Keyboard Tricks (Windows) : Make a Disco

Cool Keyboard Tricks (Windows) : Make a Disco Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows. This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on your keyboard. To make your own live disco, follow the steps given below:- 1. Open Notepad. 2. Copy paste the exact code given below:- Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop 3. Save the file as Disco.vbs or "*.vbs". Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco. This trick has been tested on Windows  XP , Wind...

Change Processor Name Permanently

Change Processor Name Permanently Problem: To, make the name change permanent, it was required to update the  Processor Name String registry key  every time Windows starts.  Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:- Steps  :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor \0 ] "ProcessorNameString"=" My Processor name 50000MHz " To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu, click on Save ...

Make your Computer Welcome You

Make your Computer Welcome You Make your Computer Welcome You Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. Then you are at the right place, this article describes exactly how you can make your computer welcome you like this. With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username." Make Windows Greet you with a Custom Voice Message at Startup To use this trick, follow the instructions given below:- Click on  Start . Navigate to All Programs, Accessories and  Notepad . Copy and paste the exact code given below. Dim speaks, speech speaks="Welcome to your PC,  Username " Set speech=CreateObject("sapi.spvoice") speech.Speak speaks      3....

List Of Some Good Proxy Sites

List Of Some Good Proxy Sites               Below is the list of some good proxy site  which you can use to surf  anonymously on the internet . Even you can use this proxy sites  to open block website  in school or offices. For example you can use facebook if it is block at your school or office. List Of Top Proxy Sites http://aniscartujo.com/webproxy http://www.badboysproxy.com http://www.surfscreened.com http://www.hagiomusic.info http://www.greenpips.info http://urlbrowse.com http://www.hideipaddress.net http://www.sneakfilter.com http://www.browsestealth.com http://www.sneak1.info http://proxiesrus.com http://www.surfindark.com http://www.navydog.com http://falsario.com http://www.proxypit.com http://www.proxypan.com http://myspacewebproxy.org/ http://www.allfreehere.info http://www.takefreely.info http://autobypass.com http://www.proxcity.info http://www.proxyzip.org http://www.cheekyproxy.com http://w...

Make your Computer Talk

Make your Computer Talk Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it. To create one such talk script, follow the steps given below:- Steps Open  Notepad . Copy and paste the exact code given below.           Dim Message, Speak           Message=InputBox("Enter text","Speak")           Set Speak=CreateObject("sapi.spvoice")           Speak.Speak Message     3. Click on  File Menu ,  Save As , select  All Types  in  Save as...

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE

RESIZE IMAGE WITHOUT LOOSING QUALITY – HOW TO GUIDE People hate to visit websites which require more time for loading. So one should always seek to improve the webpage load time, so to do so you have to look at many things like loading sources, page cache, media files etc. One among such media file is images, adding beauty to your page, but at the same time, it is regarded as the most bulky resources which takes much time to load on the page, thereby causing inconvenience to the visitors. But one can improve the page load time by cutting the size of an image to a significant amount. But even resizing the image without any proper knowledge may be troublesome as you may lose the quality it had. Though photoshop provides a nice feature to save the original quality of the pic, it is not preferred much as it’s too expensive to purchase the photoshop application for desktop or web version. So here I’m going to provide you with free online tools to Resize Image without loosing Qu...

COMMON USES OF F1-F12 KEYS IN WINDOWS

COMMON USES OF F1-F12 KEYS IN WINDOWS You might be Using Windows since long time but i am sure majority of you guys don’t know all the features and  Uses of F1-F12  keys on your keyboard. We all know Common shortcuts like CTRL+C to Copy and CTRL+V to Paste, But you might not know what F1, F2,F3…….F12 keys actually do and where and when to use them. In this article we will see Common features and  Uses of  F1-F12 keys  ,  and also how these keys can be used with the Combination of CTRL and ALT keys. VARIOUS USES OF F1-F12 KEYS IN WINDOWS USES OF F1 KEY: F1 key almost everywhere is used for “Help”.  if you are using windows OS and want help anywhere then press F1 key, this will open up help window for you. Sometimes F1 key is used to enter the BIOS (press F1 when your computer is about to boot). Combination of Win + F1 keys will open the “Help and Support» Microsoft Windows. USES OF F2 KEY: Rapidly rename the chosen file or ...