Ramdisk...tcpip.sys...NIC tweak questions [Archive] - SpeedGuide.net Broadband Community

View Full Version : Ramdisk...tcpip.sys...NIC tweak questions


CAT5
07-14-02, 04:10 PM
Well...I tried it out and not working yet but I do have a few questions from the instructions. I am using windows 2000, my main drive is E. Ok...here are steps I still unsure:

For the two keys
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD
and, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
I renamed the paths to \??\Z:\afd.sys and \??\Z:\tcpip.sys respectively.

Copied all these, renamed it to TCP.BAT. Changed drive letter to E. Copied file to my startup folder.

@echo on

copy c:\winnt\System32\DRIVERS\tcpip.sys Z:\
copy c:\winnt\System32\DRIVERS\afd.sys Z:\

net start afd
net start tcpip
net start dhcp

ipconfig

@pause

I then disabled zonealarm and reboot. At this it on reboot it say it copied the two files to Z: ram drive. ON steps two, it say to pull the tcp.bat from startup, edit it, rename it. So is that mean I cut the file from start up folder, paste it on desktop, then edit it, then save it. Then rename it to tcp.cmd then copy to the drive root? So at this point there is no tcp.bat in starup no more right? This is where I am unsure. Is there two files. Tcp.bat in startup and another tcp.cmd in root of drive? Anything I did wrong?

Last but not least.....would this work on XP?

mccoffee
07-15-02, 05:20 AM
copy the tcp.bat to ur root directory then rename as tcp.cmd. So yes there is two files don't forget to take out the bat file out of the startup foloder. when you have the tcp.cmd loaded in ur startup script.

CAT5
07-16-02, 03:37 PM
Originally posted by mccoffee
copy the tcp.bat to ur root directory then rename as tcp.cmd. So yes there is two files don't forget to take out the bat file out of the startup foloder. when you have the tcp.cmd loaded in ur startup script.

So I delete the one in starup folder, then copy the same file to the root and rename it and also edit it. At this point there is only one file in the root. Is that what you saying?

mccoffee
07-16-02, 03:46 PM
yep that's it

CAT5
07-16-02, 05:10 PM
So the tcp.bat is used only one time on the first reboot, after that, it's deleted. So in the future when I reboot, there should not be any tcp.bat in the start up right?

mccoffee
07-16-02, 05:31 PM
no bat just the tcp.cmd in the startup script.

CAT5
07-16-02, 08:22 PM
Thanks....will ask you again if I run into problems.

CAT5
07-17-02, 09:25 PM
Got it to work...not sure if I see any difference though:- And I did it in XP...:)