Tuesday, November 29, 2011

Fix a Slow Internet Connection

TIPS FOR FIREFOX BROWSER

The browser is configured to load one web page or "request" a time. You can alter these settings to increase the amount of information that can flow into Firefox's pipeline.
"Be careful while editing these settings..Your browser may  Crash due to improper handling..."

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.
3. Finally, right-click the black space and select "New" and choose Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it receives.

How to Block a Website...

How to block a Website using Internet Explorer

Internet Explorer version 5 and later offer the ability for heighten security and privacy. You can block a site by following the directions below:

1. Load your Internet explorer
2. Click Tools
3. Click Internet Options
4. Click the Privacy tab
5. Under the Privacy window, Click Sites
6. Type in the site address that you want to Block and Click OK. Remember this technique only blocks on one site at a time. Parental control software will allow you to block multiple sites and categories.

Here are alternate instructions to block a website using Internet Explorer.
Tools ->Internet Options->Security->Restricted sites->Sites->Type in the site address and Click ADD.
then click OK

How to Restrict a Website using Firefox

Firefox requires an add-on to restrict sites. You can find many good ones at Mozilla.org. The best one is BlockSite.

Here is How:
1. In Firefox, click Tools
2. Click Add-ons
3. Click Get Add-ons
4. Choose Browse All Add-ons.
5. Type blocksite in the search bar.After installing the add-on you will be able to block sites with just a few clicks.


How to block a Website using Google Chrome

1. Open your Chrome Web Browser
2. Click the wrench symbol in he upper right corner.
3. Choose Tools
4. Click Under the Hood tab.
5. Choose Change Proxy Settings.
6. Click Security, click Restricted Sites
7. Double click Sites and add the site you want block


How to Block A Website in All Web Browsers


This action will require you to edit your Host file. Your host file is a computer file used to store information on where to find a node on a computer network. For more a more detailed description. Check out this link Host File Description Link

In Windows XP

1. Click Start->All Programs->Accessories->Command Prompt.
2. Click Command Prompt This will open a DOS command window.
3. Type: notepad C:/Windows/System32/drivers/etc/hosts
4. Locate the line 127.0.0.1 localhost
5. To block the website google.com for example, just add this text under 127.0.0.1 localhost:

127.0.0.1 google.com
127.0.0.1 www.google.com

You can add as many sites any site, However you will need to prefix it with "127.0.0.1".

6. Save the file
Google will now be blocked in all web browser. This is an advanced but easy method on how to block a website.

Wednesday, November 23, 2011

How to bypass WGA notification in ur windows OS...

1. Print these directions before proceeding because you will have to restart your computer.

2. Open the Task Manager by pressing "Ctrl," "Alt," and "Delete" together. Click the "Processes" tab.

3. Scroll down and click "wgatray.exe." Click "End Process" to stop this program from running.

4. Restart your computer and press "F8" consistently before the Windows logo screen to launch the Windows Options Menu. Scroll down the menu and select "Safe Mode." Press "Enter" to log into Windows Safe Mode.

5. Double-click "My Computer" on your desktop and double-click the "C:" drive. Double-click the "Windows" folder and double-click the "System32" folder. Locate the "WgaTray.exe" file and delete it.

6. Double-click the "dllcache" folder in the System32 folder. Locate the other "WgaTray.exe" and delete it.

7. Click the Windows "Start" button and click "Run." Type "regedit" (without quotes) and press "Enter" to open the registry.

8. Click "HKEY_LOCAL_MACHINE" on the left panel and click "SOFTWARE." Click "Microsoft" an click "Windows NT." Click "CurrentVersion" and click "Winlogon." Click "Notify." Delete the "WgaLogon." folder. Close the registry and restart your computer normally.

Thursday, November 10, 2011

AVG antivirus 2012 all version product keys..

Hello there, 
Here are the product keys of  newly launched AVG 2012 antivirus (all editions)......
Please feel free to use it.
Enjoy...@alok


AVG Anti-Virus 2012

8A-NWLD0-KZU8L-MLMVA-ZDQRS-GDU20-K4CF





AVG Anti-Virus Business Edition 2012, Admin for Windows, Server, Workstation
 
KAMCG-B37P6-KLKLU-AZ2MM-YOBPN-9DQXP


AVG Email Server Edition 2012, Admin, E-Mail Server

EATVK-I7XRK-JXV7E-A6KR3-HZ99K-PTXWE





AVG Internet Security 2012
 
8MEH-RQX93-WYZKW-BE2FR-QX8MA-PEMBR-ACED



AVG Internet Security Business Edition 2012, Admin, E-Mail, Server & Workstation

8MEH-RF7RF-MRYJO-EWOVA-U3E9N-FEMBR-ACED

Sunday, October 16, 2011

Remove Recycle Bin Icon from Desktop


How to remove Recycle Bin Icon from Desktop

In Windows XP Pro

1>Go to START > RUN

2>Type GPEDIT.MSC

3>Navagate to USER CONFIGURATION >ADMINISTRATIVE TEMPLATES >Click on DESKTOP,
On the right hand pane find ” Remove Recycle Bin icon on the desktop ” , double left click on it to ENABLE it.
Sorted!

Folder Lock Without Any Software

Folder Lock With Password Without Any Software-

Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat').
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

Follow the steps given below-

1) Open the Login Page of any website. (eg. http://mail.yahoo.com)

2) Type your 'Username' and 'Password'.

3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

javascript: alert(document.getElementById('Passwd').value);


4) As soon as you press 'Enter', A window pops up showing Password typed by you..!


Note :- Please use Microsoft Internet Explorer Web Browser, This trick may not be working with firefox

Change Start button name in Windows XP

Hi Guys,
In this post i’ll be telling you how you can change start button name.
First of all you will have to download Resource hacker. Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.

1. Create a system restore point just incase if something goes wrong you can roll back to the original settings or make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe.

2. Open Resource Hacker utility. Click on File >> Open. Type “explorer.exe” in the text box.

3. Expand String Table, select 37 from the tree view and click on 1033 as shown in the If you are using the Classic Layout rather than the XP Layout, use number 38.

4. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

5. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry say “ALOK”.

6. Open registry editor by clicking on Start >> Run and typing “regedit” at the text box. Navigate to HKEY_Local_Machine -> Software -> Microsoft -> Windows NT -> CurrentVersion -> Winlogon

7. In the Right pane double click the Shell entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file say “my_Explorer”. Click OK.

4. Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

How to Send Data on a Right Click to Your Desired Folder?

Whenever you attach a removable disk and want to send some items in it, you have option either you select the required files and do a CTRL –C, open the removable disk and do a CTRL-V or you select the required files right click on it and there you find “Send To” option. In “Send To” you find the name of removable disk and you simply send the items into it. Well, What if i get the name of my own desired folder there which I use frequently for keeping my stuff.


Now in this post I will be telling you how you can create your own folder with in any name in “Send To” option so that whenever you will copy any files or folders, you will simply send them to your folder instead of using CTRL-C and CTRL-V.



1)     Firstly you’ll have to access hidden files. So change your view settings to make all hidden files visible.

Tools -> folder options -> view (tab) and select the show hidden files and folders.


2)     In Windows 7 also you will have to unmark “hide system protected files and folder”. After that you can see all the hidden system protection file, now go to

C:\Users\UserName\SendTo folder.


3)     Open up my computer and locate your most used folders let us take “Fun”. Create a shortcut of the most used folders (Fun) in

C:\Users\UserName\SendTo folder.


4)     You can do this in a number of ways.

Right click -> send to desktop (create shortcut) and move the shortcut from the desktop to the C:\Users\UserName\SendTo folder.

Copy the most used folder and go to C:\Users\UserName\SendTo folder and right click -> paste shortcut.

5)     Now your customized “Send To” option is ready to go.

Friday, May 6, 2011

XP start up without user name or password!


You can start up without needing to enter a user name or password. Select run... From the start menu and type 'control userpasswords2', which will open the user accounts application. On the users tab, clear the box for users must enter a user name and password to use this computer, and click on OK. 



An automatically log on dialog box will appear; enter the user name and password for the account you want to use...

How to re-enable a disabled USB port in ur pc...

To re-enable a disabled port, follow these steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor

How to disable the access to USB ports...

To disable the access to USB port, in windows XP and 2000, follow the steps below
1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
6. Quit Registry Editor.

Lock the CD-ROM for currently logged user...

Lock ur CD-ROM:
Goto
-run
-type regedit
-find(ctrl+F)
-then type 'allocatecdroms'
-change the value 1 to 0
-to normal then type 0 to 1
-done
Lock ur CD-ROM:
Goto
-run
-type regedit
-find(ctrl+F)
-then type 'allocatecdroms'
-change the value 1 to 0
-to normal then type 1 to 0
-done

Wednesday, May 4, 2011

How to Restrict Website Access in Firefox Browsers »


Without any doubt there are a lot of ways to block and restrict website access on your Windows operating system. Most of such methods  involve the use of tricky software you have to pay for. Other times instead all you have to do is use a geek trick (for computer expert only!) able to block  unwanted websites without any third-party software. The reasons behind this choice are almost identical. You have children and you want to be in control of what they are able to view and browse while you are not with them, in front of the computer. If you use Firefox browser and you are looking for a simple, thus effective way to restrict the access to certain “explicit” websites and blogs, I have got a nice, free and simple solution for you.  The Firefox addon I am going to show you is one of a kind.  In fact, it is able to block and restrict any website you want in a very simple way. But the addon goes beyond this. In fact, as you know, explicit content, images and videos can also be accessed via “masked and disguised hyperlinks” that can be accessed by going to other  safe websites and blogs. Well, thanks to this addon you will be 100% sure that your smart kids won’t be able to gain access  to anything  forbidden or age-restricted in any way!  Let your children surf safely. Put a lock to the Internet the way you want!
BlockSite is one of those Firefox addons that make you wonder: “Why is it for free?”. In fact, it is so well-done, so effective and secure that only paid application have got such distinguished features and options! Reading from the official Firefox addon page: “BlockSite is an extension, which automagically blocks websites of your choice. Additionally, this extension will disable all hyperlinks to these websites, by just displaying the link text without the clicking functionality.”
Here is a list of its most important features:
  • Add or block certain websites from being accessed.
  • Block whole websites by using wildcard symbols. This way is the most effective one as it will  forbid the access to websites even if  do not know their addresses. If you want to block those websites which contain the word “Microsoft”, all you have to do is enter “http://*.microsoft.*” and “http://microsoft.*” to Blocksite addon and you are done. Even if you do not the web address of the  websites you wish to block,  you will be sure that your kids won’t be able to access them in any way.
  • Import/export your blacklist.
  • Password protect BlockSite using a master-password.
  • you can download this add-on from the following link...
    Download BlockSite extension or Firefox

Internet Explorer 9 (IE9) Keyboard Shortcuts

As you know, Microsoft, and its products, always give you the chance to do the same thing in different ways. Above all, Microsoft lets you use shortcuts to shorten the time you spend to do those tasks you tend to repeat a lot of times. Internet Explorer 9 is no exception! In fact, the new Microsoft browser has got a lot of keyboard shortcuts which let you save a lot of time and enjoy your Internet surfing even more!

Alt : This IE9 shortcut will show you the IE menu bar. Once you have finished selecting an option or a setting, the menu bar will hide automatically.
Alt + X : Opens the tools menu.
Alt + M: Go to the home page.
Alt + C: Manage browsing history, view feeds and also shows your bookmarks.
Alt + 9: Force Internet Explorer rendering mode.
Alt + Home: Open the Home Menu.
Alt+R: Open the Print Menu.
Alt+J: Open the RSS Menu.
Alt+O: Opens the tools Menu.
Alt+S: Opens the Safety Menu.
Alt + H: Open the Help Menu.
Alt+Z: Open the Add to Favorites Menu.
Alt+ A: Open the Favorites Menu from the Menu bar.
Alt+ I: Display all your feeds.
Alt+ M: Mark a feed as read.
Alt+ S: Put the cursor in search box in feed view.
Alt+ C: Open Favorites Center and display your bookmarks.
CTRL + D: Bookmarks a webpage or adds it to your Internet Explorer bookmarks.
CTRL + T: Opens a new tab.
CTRL + w: Closes the tab.
CTRL + K: Copies the tab and opens it.
CTRL + N: Open a new Internet Explorer window.
CTRL + J: Opens the Internet Explorer Download Manager.
CTRL + L: Selects the address bar also letting you type in a new web address.
CTRL + B: Organizes your Internet Explorer bookmarks.
CTRL + +: Zoom in.
CTRL + –: Zoom out.
CTRL + o: Open a web page.
CTRL + S: Save a web page for offline viewing.
CTRL + Shift + Tab: Move back through tabs.
CTRL + Tab: Move forward through tabs.
F12: This keyboard shortcut opens The developer toolbar for debugging.
F5: Refresh or reload the current webpage.
F1: Display the Help tool.
F4: Displays a list of addresses you have typed recently.

Tuesday, May 3, 2011

DOWNLOAD QUICK HEAL TOTAL SECURITY 2011 UPDTAE:

QUICK HEAL TOTAL SECURITY 2009 UPDTAE: 100% Working


Download the update file for Quick Heal Total Security 2009 without serial no:......
QUICK HEAL TOTAL SECURITY 2009 DEFINITION DOWNLOAD LINK

Click on the above link
               ==OR==
Copy and paste the following code into ur browser window...

http://bitcast-maa1.bitgravity.com/quickheal/1000/qhts/eng/nt/QHDEF.ZIP

Monday, May 2, 2011

CD ROM Stops AutoPlaying...


CD ROM Stops AutoPlaying...

...and the AutoPlay Tab has disappeared in My Computer, Devices With Removable Storage,
Right Click on CDROM, Properties.

Solution:
The service: "Shell Hardware Detection" has been set to Manual or Disabled. Go to Control
Panel, Administrative Tools, Services. Return this service to "Automatic".

Secrets Hidden in Windows XP


Secrets Hidden in Windows XP

A hidden message or feature in an application. This guide covers the undocumented and hidden features in Windows XP. All of the following were tested in Windows XP only.

Defrag

Secret - Hidden Command Line Switch
Instructions - Go to “Start”, “Run” and Type defrag c: -b to defragment the Boot and Application Prefetch information.
Windows XP will run this automatically every three days or so, during system idle periods. BootVis will evoke this when you run the “Optimize System” function. There is no need to manually run this unless you wish to immediately optimize a newly installed application’s load time.

IExpress

Secret - Hidden Install Creator

Instructions - Go to Start, Run, type iexpress
Notes - IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside. The setup program can be an .inf file or an executable program.
IExpress technology automatically removes the setup files after installation, saving the user time and frustration.

Pinball secrets:


Pinball secrets:
1. Type 1max at the start of a new ball to get extra balls.
2. Type gmax at the start of a new game to activate the Gravity Well.
3. Type rmax at the start of a new game to go up in ranks.
4. Type bmax at the start of a new ball. This will give you unlimited balls. Once this is activated you will be unable to activate other secrets without restarting the game.

Sunday, May 1, 2011

Windows Vista Service Pack 2 Serials...


Ultimate:
6F2D7-2PCG6-YQQTB-FWK9V-932CC

Business:
72PFD-BCBK8-R7X4H-6F2XJ-VVMP9

HomePremium:
8XPM9-7F9HD-4JJQP-TP64Y-RPFFV

HomeBasic:
762HW-QD98X-TQVXJ-8RKRQ-RJC9V

Environment variables in computer system


Useful Envoirment variables:-

%temp% - Opens user temporary folder
%username% - Points to currnet user logged in
%userprofile% - Points a user home path
%systemroot% - Opens windows root directory
%systemdrive% - Points to the drive on which OS is installed
%HOMEDRIVE% - C:
%HOMEPATH% - \Documents and Settings\<user name>
%ProgramFiles% - program files folder