Skip to main content

Posts

HOW TO CHECK STORED PASSWORD IN FIREFOX

HOW TO CHECK STORED PASSWORD IN FIREFOX Do you use internet  on firefox? Then you have noticed that it always ask you to save password. Do you want to see  all saved password in your firefox? If yes then follow these steps  Step 1 - Open firefox browser and click on FIREFOX BUTTON . Step 2 - After that click on OPTION . Step 3 - Now click on SAVED PASSWORDS . Step 4 - Now click on SHOW PASSWORD , your all password will be shown. Enjoy and share. . .
Disable USB ports on Windows PC via Registry With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives.  To use this trick to  disable USB ports , follow the steps given below:- Click on  Start . Click on  Run . If you cannot find RUN, type it in the search box. Type "regedit" without quotes. This will launch the Registry Editor. Navigate to    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor. In the work area, double click on  Start . In the  Value Data  box, enter 4. Click on  OK . Close  Registry Editor and refresh your desktop. To re-enable access to your USB ports, enter 3 in the  Value Data  box in  Step 6 . Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports...

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...