Showing posts with label tweak. Show all posts
Showing posts with label tweak. Show all posts

Thursday, July 26, 2007

Increase your Broadband speed ---- Part-II

For those using ADSL modem connected to the computer through USB or to a NIC (Network Interface Card) there is a trick to gain more speed. This trick creates a special buffer which handle the interrupts between the NIC and the ADSL modem more precisely.

Recommended on systems having 256 MB of RAM or higher.

Step#1 ::: Identify IRQ for the NIC/USB modem.

Start ----> Run and type msinfo32.exe which will open the System Information Console. Now go to Hardware Resources ----> IRQs. In the right panel, you will see all the hardware along with their IRQs. Look for your NIC's IRQ.

For those using an USB to connect the ADSL modem, the procedure differs.

Right click on My Computer and select Properties. Select the Hardware tab and click on device manager. At the bottom of the list you got Universal Serial Bus controllers. Click on it to expand and there should be at least one USB root hub. Double click on it and go to power management. There you should find the USB ADSL modem along with its IRQ. If it is not located under this USB root hub just get the properties for another until you find it.

Step # 2 ::: Editing the system.ini file.

Start -----> Run and type sysedit.exe.
In the newly appeared window, select the System.ini window. Here locate [386enh] , place the cursor after it and hit enter. A new blank line will be created.
Now type IrqX=4096.
The X represents the IRQ you obtained before for example Irq23=4096.
Go to file menu and save the new configuration. Restart the computer and you are done.

Read the rest...

Digg Technorati del.icio.us Stumbleupon Reddit Blinklist Furl Spurl Yahoo Simpy

Saturday, July 21, 2007

Increase your Broadband speed ---- Part-I

Hi friends .... not happy with the speed of our broadband connection which your ISP promised to give.Then here are some tricks to get maximum of your bandwidth...Try them....and you will get a lightning speed... if not some change will definitely occur.
The tutorial starts with part-I.
Just follow these easy steps:

1. Click on Start --> Run --> gpedit.msc <Enter>.
2. On the window that will show up, click on Administrative Templates --> Network --> QoS Packet Scheduler
3. On the right side pane, double click Limit reservable bandwidth.Change this configuration from not configured to Enabled and The reduce Bandwidth limit (%) from 20% to zero.
4. Click on Ok and restart your computer.

It seems that Windows XP reserves 20% of the available bandwidth even if this option is not configured and even if you don't use QoS (Quality of Service) feature (which is disabled by default).
Keep in mind that there are several other reasons for your download speed not reaching the labeled speed of your Internet connection.

Read the rest...

Digg Technorati del.icio.us Stumbleupon Reddit Blinklist Furl Spurl Yahoo Simpy

Thursday, May 17, 2007

Make your XP super fast !!!!!

This is one of the many Registry tricks, which can be applied without any problem or doubt and I believe these tricks will surely help in increasing the performance of ur windows. Just copy paste following code in Notepad and save the file with any name but the extension of the file must be .REG, and after that run the file:

Better if you downlaod the file from here.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}\InProcServer32]
@=hex(2):00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\
ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\Directory\Shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CLASSES_ROOT\Drive\Shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Drive\Shell\DosHere\Command]
@="%windir%\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Explorer]
"Link"=hex:00,00,00,00

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"StatusBar"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="8"
"WaitToKillAppTimeout"="2000"
"LowLevelHooksTimeout"="1000"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"ClearRecentDocsOnExit"=dword:00000001
"NoRecentDocsHistory"=hex:01,00,00,00
"LinkResolveIgnoreLinkInfo"=dword:00000001
"NoResolveSearch"=dword:00000001
"NoResolveTrack"=dword:00000001
"NoInternetOpenWith"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"

[- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\RemoteComputer]



NOTE:Before applying any changes in the registry always do a system restore or back up your complete registy.
(Backing up your registry------Run-->regedit-->click on computer(leftpane)-->File-->Export-->give a Name -->Save)

If you didn't like the changes after appying the registry tweak...then double click on the backed up registry file and everything reverts back to original as it was.

SOURCE:DIGIT


Read the rest...

Digg Technorati del.icio.us Stumbleupon Reddit Blinklist Furl Spurl Yahoo Simpy