2009-05-02

browsing on the internet is faster in XP

Nowadays, the word "internet" is not foreign in our ears. Use of the Internet had become a routine activity in daily life. Even the internet is not just used for fun or study, but used to generate money as well. Sometimes people say that the internet is the same as the term "browsing". I have a tip that we browsing faster, in a computer using Windows XP Prof. OS or Windows Home Edition.

In windows there is a QoS (Quality of Service) that have the function to make sure the network you work with both. But in fact this program is not very useful and can take up to 20% of your bandwidth. You can turn off this program in order to browse more quickly and see the difference.

For Windows XP Professional

1. Click Start, then Run.

2. Type "gpedit.msc" in the field, and press enter.

3. In the Local Computer Policy, click the plus sign in the Computer Configuration, then click again in the Administrative Templates.

4. Click the plus sign on Network and select QoS Packet Scheduler.

5. On the right-hand box, double-click on Limit Reservable Bandwidth.

6. In the Settings, select Enabled.

7. In the Bandwidth limit%, change the contents so 0%. (Do not leave empty its contents)

8. Click OK.

For Windows Home Edition

1. Click Start and then select Settings.

2. Select Control Panel and open Network Connections

3. Right-click on Local Area Connection and select Properties.

4. On the General tab, check the lost QoS.

hopefully helpful

2009-04-28

how to display the back regedit

It is very frustrating when we are exposed to computer viruses. Moreover, the virus makes the computer to become slow or sudden error. As the story of one of my friends where regedit, msconfig, task manager on his computer suddenly lost because of virus. How do I restore it?
Below how to restore it.
1. Open notepad from start menu.
2. Copy the code below.

[Version]
Signature=”$Chicago$”
Provider=Vaksincom

[DefaultInstall]
AddReg=UnhookRegKey
DelReg=del

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,”"”%1″” %*”
HKLM, Software\CLASSES\comfile\shell\open\command,,,”"”%1″” %*”
HKLM, Software\CLASSES\exefile\shell\open\command,,,”"”%1″” %*”
HKLM, Software\CLASSES\piffile\shell\open\command,,,”"”%1″” %*”
HKLM, Software\CLASSES\regfile\shell\open\command,,,”regedit.exe “%1″”
HKLM, Software\CLASSES\scrfile\shell\open\command,,,”"”%1″” %*”
HKLM, SOFTWARE\Classes\regfile\shell\edit\command,,,%SystemRoot%\system32\NOTEPAD.EXE %1
HKLM, SOFTWARE\Classes\regfile\shell\open\command,,,regedit.exe “%1″

[del]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System, DisableRegistryTools


3. Save this file to any extension provided with the Inf. This file can be stored anywhere. And
try to put on the desktop so that it is not difficult to find.
4. Run this file.
5. Restart the computer after running the file.

Keep in mind that this is only to restore regedit, msconfig, and task manager only, and not remove the virus. To remove the virus with anti-virus only. Hopefully useful.