Jump to content

creopard

Member
  • Posts

    537
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by creopard

  1. the only file this speed-patch is updating is ntdll.dll that hast the version number 5.1.2600.1177 the ntdll.dll in the "kernel rollup hotfix package" (http://support.microsoft.com/?kbid=820128) got the version number 5.1.2600.1221 so i huess this speed-issue should also be gone with this patch? or am i wrong?
  2. for those of you that want to add "xp-antispy", get the zip-version put in in your install folder and add following to your batch: echo Starte XP-AntiSpy 3.72 echo. start /wait %systemdrive%\install\xp-antispy.exe" 0 1 2 3 4 5 6 7 8 9 10 11 12 14 16 17 18 19 20 21 22 23 24 25 26 27 30 31 32 echo. echo 0 == Alexa Registry Eintrag entfernen echo 1 == Lizenzen nicht automatisch erwerben echo 2 == Identifikation des Players durch Internetsites nicht zulassen echo 3 == Automatischen Codec-Download deaktivieren echo 4 == Fehlerberichterstattung ausschalten echo 5 == Fehlerberichterstattung auch nicht bei schwerwiegenden Fehlern echo 6 == Keine geplanten Updates echo 7 == Keine Überprüfung auf Updates echo 8 == Integrierte Windows Authentifizierung deaktivieren echo 9 == Dienst für Fehlerberichterstattung deaktivieren echo 10 == Dienst für automatische Updates deaktivieren echo 11 == Dienst zur Zeitsynchronisation deaktivieren echo 12 == Dienst für den Taskplaner deaktivieren echo 14 == MSMessenger: Nicht mit Windows starten echo 15 == MSMessenger: Deinstallieren echo 16 == MS Supportbenutzer entfernen echo 17 == Regsvr32: Regwizc.dll echo 18 == Regsvr32: licdll.dll echo 19 == Explorer: Remotedesktopunterstützung ausschalten echo 20 == RegDone auf 1 setzen echo 21 == Internetzeit nicht automatisch synchronisieren echo 22 == BalloonTips nicht mehr Anzeigen echo 23 == Auslagerungsdatei beim Herunterfahren löschen echo 24 == MS Messenger nicht mit Outlook Express starten echo 25 == UPNP Service deaktivieren echo 26 == Bandbreitenbeschränkung aufheben echo 27 == OfficeXP: Keine Fehlerberichte senden echo 28 == Fast shutdown aktivieren echo 29 == Maximal mögliche Anzahl der gleichzeitigen Verbindungen zu einem http server auf 10 erhöhen echo 30 == Eingebautes zip tool deaktivieren echo 31 == Nachrichtendienst deaktivieren echo 32 == Autovervollständigen für Webformulare deaktivieren ECHO. each number applies to an option within the tool...
  3. @amirali_esh: i've tried it the way, you suggested... it actually doesn't work. windows doesn't report any error, but also won't update any files. it's easy to figure it out, if you check whether the IE cumulative patch has been installed, see whether "ntdll.dll" got a new version number (>1106), etc... it only works, if you also add the altered files to "dosnet.inf" as suggested in that microsoft guide.
  4. that works? did you add anything to "dosnet.inf"?
  5. well done, royalbox! if i had that script earlier today...
  6. i could make a bootable xp-cd work with that svcpack-method! it's really pretty cool and much faster than adding the "Q"-files by a batch script. the only thing that didn't work was adding any KB-files to that whole svcpack installation method. since microsoft only mentions "Q" files in that manual (see link above), it's seems not to be intended to work with KB-files...
  7. i'll try the alternative tomorrow it's really a lot of work http://support.microsoft.com/default.aspx?...kb;en-us;814847
  8. why didn't you tell us earlier? i didn't know about that svcpack method! the reason we "bother" you with this batch method is, that it was introduced and is used by the MSFN unattended how-to: http://www.MSFN.org/unattended/xp/index.htm
  9. hey not bad! maybe you should integrate a timer, so if the user doesn't sit in front of the computer (i.e. doesn't press a key after some time) the setup will install the fixes but i've got a probleme here with nero 5: i've set the parameters like in the manual "/silent /noreboot", but i always receive this weird 183 error... google couln't help me out either
  10. you have to test it for each individual system! it may run much faster or slow down... it works just great for me. For all users working with a German version of WinXP, get a Post-Sp1-Update here (released today): http://www.winhelpline.info/
  11. you do not need Q327696 (october 2002) when you install Q811114 (may 2003). you do not need to install 330909, 814545, 815011 & 815227 when you install the hotfix rollup package Q820128, since they're already implemented. there is no official hotfix download available for q816868, q810243, q817979, q818060 so i forgot: q329623, q282010 & 820291
  12. these were nearly all hotfixes appearing on windowsupdate after a clean XP SP1 installation. some were added manually, such as "Q810032 Panasonic DV Camera May Not Enumerate". others like "Q815411 Heap Algorithm Update for Atypically Large Heap Requests" cannot even be downloaded freely from microsoft, since it's just for "premium customers", but if you search the web, you'll probably find a download location (since this one is one of the more important patches)
  13. the only thing missing are WMP updates... CLS @echo off ECHO. ECHO Installing Windows Update Hotfixes ECHO. ECHO Installing Q322011 Fax Preview Fix... start /wait %systemdrive%\install\Hotfixes\Q322011_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q323183 Support for Bluetooth Wireless Devices... start /wait %systemdrive%\install\Hotfixes\Q323183_WXP_SP2_X86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q323255 Unchecked Buffer in Windows Help Fix... start /wait %systemdrive%\install\Hotfixes\Q323255_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q327979 Game Stops Responding When Introductory Video Clip Is Played... start /wait %systemdrive%\install\Hotfixes\Q327979_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q328310 Flaw in Windows WM_TIMER Fix... start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329048 Unchecked Buffer in File Decompression Fix... start /wait %systemdrive%\install\Hotfixes\Q329048_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329115 Certificate Validation Flaw Fix... start /wait %systemdrive%\install\Hotfixes\Q329115_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329170 Flaw in SMB Signing Fix... start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329256 1394 Devices Do Not Enumerate Fix... start /wait %systemdrive%\install\Hotfixes\Q329256_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329390 Unchecked Buffer in Windows Shell Fix... start /wait %systemdrive%\install\Hotfixes\Q329390_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329441 Cannot Create a Network Connection After You Restore Windows... start /wait %systemdrive%\install\Hotfixes\Q329441_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329604 PostScript Print Jobs Containing MMM Fonts Are Not Printed... start /wait %systemdrive%\install\Hotfixes\Q329604_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329692 Explorer.exe May Generate an Application Error Fix... start /wait %systemdrive%\install\Hotfixes\Q329692_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q329834 Unchecked Buffer in PPTP May Permit DoS Attacks... start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing April 2003, Cumulative Patch for OE6... start /wait %systemdrive%\install\Hotfixes\Q330994.exe /Q:A /R:N ECHO. ECHO Installing Q331320 Outlook 11 Performs Slowly or Stops Responding Fix... start /wait %systemdrive%\install\Hotfixes\Q331320_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q331953 Flaw in RPC Could Allow Denial of Service Attacks... start /wait %systemdrive%\install\Hotfixes\Q331953_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q331958 Hard Disk May Become Corrupted Fix... start /wait %systemdrive%\install\Hotfixes\Q331958_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810032 Panasonic DV Camera May Not Enumerate... start /wait %systemdrive%\install\Hotfixes\Q810032_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810272 Audio Test Causes Computer to Stop Responding Fix... start /wait %systemdrive%\install\Hotfixes\Q810272_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810400 USB Devices May Not Work Fix... start /wait %systemdrive%\install\Hotfixes\Q810400_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810565 Hyperlinks Open in IE Instead of in Default Browser... start /wait %systemdrive%\install\Hotfixes\Q810565_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810577 Unchecked Buffer in Windows Redirector Fix... start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q810833 Unchecked Buffer in the Locator Service Fix... start /wait %systemdrive%\install\Hotfixes\Q810833_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811114 May 2003 Cumulative Patch for IIS... start /wait %systemdrive%\install\Hotfixes\Q811114_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811383 IE Connectivity and Certificate Display Issues... start /wait %systemdrive%\install\Hotfixes\Q811383.exe /Q:A /R:N ECHO. ECHO Installing Q811493 Buffer Overrun in Windows Kernel Message Handling Fix... start /wait %systemdrive%\install\Hotfixes\Q811493_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q811630 HTML Help Update to Limit Functionality... start /wait %systemdrive%\install\Hotfixes\Q811630_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q812415 Problems When Computer with Multiple ATA Drives Enters S1... start /wait %systemdrive%\install\Hotfixes\Q812415_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q812793 Cannot Map a Network Drive Under Different User Credentials... start /wait %systemdrive%\install\Hotfixes\Q812793_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814033 Cannot Install Driver Updates from Windows Update Web Site... start /wait %systemdrive%\install\Hotfixes\Q814033_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q814995 Program Fixes Stop Working After You Install the 328310 Update... start /wait %systemdrive%\install\Hotfixes\Q814995_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815021 Unchecked Buffer May Cause Web Server Compromise... start /wait %systemdrive%\install\Hotfixes\Q815021_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815411 Heap Algorithm Update for Atypically Large Heap Requests... start /wait %systemdrive%\install\Hotfixes\Q815411_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q815485 Overview of the WPA Wireless Security Update in Windows XP... start /wait %systemdrive%\install\Hotfixes\Q815485_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing Q816506 IE or OE Quits Unexpectedly with an Error in Mshtml.dll... start /wait %systemdrive%\install\Hotfixes\Q816506.exe /Q:A /R:N ECHO. ECHO Installing Q817287 Windows Update 643 Error and the Catalog Database... start /wait %systemdrive%\install\Hotfixes\Q817287.exe /Q:A /R:N ECHO. ECHO Installing Q817606 Buffer Overrun in Windows Could Lead to Data Corruption... start /wait %systemdrive%\install\Hotfixes\Q817606_WXP_SP2_x86_ENU.exe /Q /M /Z ECHO. ECHO Installing June 2003, Cumulative Patch for IE6... start /wait %systemdrive%\install\Hotfixes\Q818529.exe /Q:A /R:N ECHO. ECHO Installing Q817778 Advanced Networking Pack for Windows XP... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB817778-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q820128 Kernel Rollup Hotfix Package... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB820128-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q821253 Windows Error Reporting Update... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821253-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q821557 Unchecked Buffer in the Windows Shell Fix... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821557-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q823559 Buffer Overrun in HTML Converter Could Allow Code Execution... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823559-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing Q823980 Buffer Overrun in RPC May Allow Code Execution... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823980-x86-ENU.exe /Q /M /Z ECHO. ECHO Installing JScript 5.6... start /wait %systemdrive%\install\Hotfixes\js56nde.exe /Q:A /R:N ECHO. EXIT
×
×
  • Create New...