Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CLS
- @ECHO OFF
- ECHO.
- ECHO *** Win7\Vista TCP/IP patch v1.0 15/12/2009 ***
- ECHO.
- ECHO Optimised Internet Settings
- ECHO.
- ECHO By CodeMeRight
- ECHO.
- ECHO.
- ECHO Use at your own risk. DO NOT COME BITCHING, IF THIS REGEDIT HACK DID NOT WORK FOR YOUR MACHINE OK.
- ECHO.
- ECHO N.B. Also It's a good Idea to back up your current registry settings
- ECHO before making any changes, so you can revert Back if you need to later.
- ECHO "GOTO START.TYPE " RUN " & IN RUN TYPE " regedit ". WHEN YOUR REGEDITER OPEN'S... CLICK " FILE " & THEN " EXPORT " & SAVE..
- ECHO.
- ECHO ------------------------------------------
- ECHO Type "Y" In " Lower Case " to optimize Vista TCP/IP settings
- ECHO Type "N" Also in " Lower Case " to cancel patch and exit
- ECHO ------------------------------------------
- :LOOP
- SET /P choice1= Type Y or N and HIT YOUR ENTER KEY:
- IF /I "%choice1%"=="Y" GOTO TWEAK
- IF /I "%choice1%"=="N" GOTO CANCEL
- :: ELSE
- GOTO LOOP
- :TWEAK
- @ECHO ON
- netsh int tcp set global rss=enabled
- netsh int tcp set global chimney=enabled
- netsh int tcp set global autotuninglevel=normal
- netsh int tcp set global congestionprovider=ctcp
- netsh int tcp set global ecncapability=disabled
- netsh int tcp set global timestamps=disabled
- @ECHO OFF
- cd %temp%
- ECHO >> Win7_Vista_TcpIp_Patch.reg Windows Registry Editor Version 5.00
- ECHO >> Win7_Vista_TcpIp_Patch.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
- ECHO >> Win7_Vista_TcpIp_Patch.reg "QualifyingDestinationThreshold"=dword:00000003
- ECHO >> Win7_Vista_TcpIp_Patch.reg "EnableTCPA"=dword:00000001
- ECHO >> Win7_Vista_TcpIp_Patch.reg "Tcp1323Opts"=dword:00000001
- ECHO >> Win7_Vista_TcpIp_Patch.reg "TCPMaxDataRetransmissions"=dword:00000007
- ECHO >> Win7_Vista_TcpIp_Patch.reg "TCPTimedWaitDelay"=dword:0000001e
- ECHO >> Win7_Vista_TcpIp_Patch.reg "MaxMTU"=dword:00000598
- ECHO >> Win7_Vista_TcpIp_Patch.reg "DefaultRcvWindow"=dword:000185F8
- ECHO >> Win7_Vista_TcpIp_Patch.reg "DefaultTTL"=dword:00000040
- ECHO >> Win7_Vista_TcpIp_Patch.reg "SynAttackProtect"=dword:00000001
- ECHO >> Win7_Vista_TcpIp_Patch.reg [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]
- ECHO >> Win7_Vista_TcpIp_Patch.reg "LocalPriority"=dword:00000004
- ECHO >> Win7_Vista_TcpIp_Patch.reg "HostsPriority"=dword:00000005
- ECHO >> Win7_Vista_TcpIp_Patch.reg "DnsPriority"=dword:00000006
- ECHO >> Win7_Vista_TcpIp_Patch.reg "NetbtPriority"=dword:00000007
- regedit /s Win7_Vista_TcpIp_Patch.reg
- del Win7_Vista_TcpIp_Patch.reg
- CLS
- ECHO.
- ECHO.
- ECHO * PATCH SUCCESFULLY FUCKING APPLIED *
- GOTO SUCCESS
- :SUCCESS
- netsh int tcp show global
- ECHO.
- ECHO * Now launch your Dam browser and see if it has made any fucking improvement.At least allow for the ceache to REBUILD! *
- ECHO.
- @PAUSE
- EXIT
- :CANCEL
- CLS
- ECHO.
- ECHO * PATCH CANCELLED BY USER,Fucking Yellow Belly *
- ECHO.
- @PAUSE
- EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement