Quote:
Originally posted by Virtualbody1234+11 August 2004 - 01:15--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Virtualbody1234 @ 11 August 2004 - 01:15)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Ariel_001@10 August 2004 - 20:13
I am now also thinking of adding a "fix" tcpip.sys to winXP setup with max out connetions set. B)
I too have been trying to do just that.
Quote:
Place both ModifyPE.exe and uxtheme.dll in the same directory. Open up Command Prompt and browse to the directory
containing the two files. Run:
modifyPE.exe uxtheme.dll -c
then...
makecab uxtheme.dll
Having done that, you should have a compressed uxtheme.dl_ file (which was the purpose of using makecab). All you have
to do now is copy uxtheme.dl_ to your i386 directory and overwrite when prompted.
Because we used modifyPE on the uxtheme.dll file, this edits the CRC header so Windows XP Setup will no longer attempt
to abort the file copy. Instead it will allow the file through without prompting anything.
However, it will be logged in setuperr.log when Windows has finished installing, which will mention that the file isn't
digitally signed. There's nothing to worry about as the original Microsoft uxtheme.dll file doesn't exist in either dllcache or
on the CD, so there's no way it can be replaced back to its original version :-)
According to LvlLord " the CRC is been corrected". But you can always try "modifyPE.exe TCPIP.SYS -c" to fix that.