Jump to content

Tomcat76

Patron
  • Posts

    3,283
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    10.00 USD 
  • Country

    Belgium

Everything posted by Tomcat76

  1. Tomcat76

    Remove WMP10

    The other day, for testing purposes, I wanted to remove WMP10 (slipstreamed into Windows XP with HFSLIP) and install WMP8. This method worked for me in the past when WMP9 was integrated through a Service Pack: 1) RunDll32 advpack.dll,LaunchINFSection %WINDIR%\INF\wmp.inf,Uninstall 2) Clear dllcache 3) Install WMP8. In the WFP window, click Cancel at the prompt to insert the WinXP installation CD and then OK to the prompt to keep things as they are. Now, I'm already stuck at the first step. When inserting that command into a Run box and pressing Enter, a DOS box appears but quickly disappears and nothing happens. Doesn't HFSLIP modify wmp.inf or am I doing something wrong?
  2. This is how I'd do it... @echo off net user "Oleg 2" z /add net localgroup Administrators "Oleg 2" /add net accounts /maxpwage:unlimited echo Windows Registry Editor Version 5.00>%SystemDrive%\Temp\logon.reg echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]>>%SystemDrive%\Temp\logon.reg echo "AutoAdminLogon"="1">>%SystemDrive%\Temp\logon.reg echo "DefaultPassword"="">>%SystemDrive%\Temp\logon.reg echo "DefaultUserName"="Oleg 2">>%SystemDrive%\Temp\logon.reg echo "ForceAutoLogon"="1">>%SystemDrive%\Temp\logon.reg regedit -s %SystemDrive%\Temp\logon.reg exit (edited; forgot to include AutoAdminLogon)
  3. It was meant to be used inside Squeeto's batch file (as a replacement for the logon.reg file); %UserName% is defined in there. But he's using Windows 2000 and REG.EXE is not included by default so my version wouldn't work for him unless he added REG.EXE to his source. The first two lines in the code box of "my code" are already defined in the code box of Squeeto's code. Why not just add the third line to Squeeto's code and ditch mine? @echo "AutoAdminLogon"="1">> %SystemDrive%\Temp\logon.reg
  4. You could try making a silent/switchless installer out of UPHClean. I've also just added support for it in the "MultiCompiler". Whether it will work is another thing. A service is being added and I don't know if that's possible to do from SVCPACK... I've never tried it.
  5. Good thread. I especially like the last tweak -- I didn't know about that one. Here's a few of the tweaks I do myself... I hope it's OK to post them here. ; Disable some sounds, and associate the Recycle Bin with "recycle.wav" (why did they put it on "ding.wav"?) [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\MailBeep\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current] @="" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current] @="recycle.wav" [HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.current] @="" ; Show the Windows version on the desktop and disable smooth scrolling [HKEY_CURRENT_USER\Control Panel\Desktop] "PaintDesktopVersion"=dword:00000001 "SmoothScroll"=dword:00000000 ; Disable animation effects [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "MinAnimate"="0" ; Enable encoding auto-selection in IE [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\International] "AutoDetect"=dword:00000001 ; (IE) Don't reuse windows, don't search from Address bar, disable auto image resize, disable Image Toolbar, disable passwords functionality, don't show friendly error messages, close dialog when download's completed, don't check for updates, disable page transitions, remove Go button (also applies to folders). [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 "AutoSearch"=dword:00000000 "Enable AutoImageResize"="no" "Enable_MyPics_Hoverbar"="no" "FormSuggest Passwords"="no" "FormSuggest PW Ask"="no" "Friendly http errors"="no" "NotifyDownloadComplete"="no" "NoUpdateCheck"=dword:00000001 "Page_Transitions"=dword:00000000 "ShowGoButton"="no" "Use FormSuggest"="no" ; (WMP 6.4) Disable ID'ing and open every file in new window/instance [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings] "Client ID"="" "OpenNew"="yes" [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "SendUserGUID"=hex:00 [HKEY_USERS\.DEFAULT\Software\Microsoft\MediaPlayer\Player\Settings] "Client ID"="" ; Use Fixedsys font in Notepad (like Win9x) [HKEY_CURRENT_USER\Software\Microsoft\Notepad] "lfFaceName"="Fixedsys" ; (Deluxe CD Player) Disable album download batching and album info download [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\DeluxeCD\Settings] "BatchEnabled"=dword:00000000 "DownloadEnabled"=dword:00000000 ; Expand Control Panel in Start Menu, show file names using correct case (obsolete?), disable info tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "CascadeControlPanel"="YES" "DontPrettyPath"=dword:00000000 "ShowInfoTip"=dword:00000000 ; Show full path in the Explorer address bar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPathAddress"=dword:00000001 ; Remove IE desktop icon [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\ShellFolder] "Attributes"=dword:00100024 ; Places Bar (Desktop, My Computer, My Documents & My Network Places) [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar] "Place0"=dword:00000000 "Place1"=dword:00000011 "Place2"=dword:00000005 "Place3"=dword:00000012 "Place4"=- ; Remove Alexa key [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}] ; Remove "On The Internet" and "For People" (Start Menu > Search) [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WABFind] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FindExtensions\Static\WebSearch] ; Stop checking for scheduled tasks on remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ; Remove Help and My Documents from Start Menu and don't display the Welcome Screen on first account startup [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "NoSMHelp"=dword:00000001 "NoSMMyDocs"=dword:00000001 "NoWelcomeScreen"=dword:00000001 ; Disable NTFS LastAccess time stamp updating [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001 ; Fix memory corruption when using AMD + AGP (obsolete?) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "LargePageMinimum"=dword:ffffffff
  6. CDIMAGE.EXE compresses more by putting each file only once in the ISO; for identical files, it just creates multiple entries in the TOC. mkisofs can do this too if you use the dfl addon, but the HFSLIP tutorial doesn't mention it so I'm sticking with CDIMAGE.
  7. @Squeeto: OK... Misunderstanding there. Add this line, then: @echo "ForceAutoLogon"="1">> logon.reg If you don't include it, Windows 2000 will logon automatically only once.
  8. What went wrong then?
  9. You're absolutely right. I forgot... But what's the difference? Isn't HFSLIP putting back the SP4 version of webvw.dll (the only one that works properly)?
  10. What about creating a silent installer and having it installed via SVCPACK? 1) Download the Maxthon Compiler, extract it to a folder of choice (using 7-zip or WinRAR) and read howto.txt for instructions; they're in English and in French. (Téléchargez "Maxthon Compiler" et enlevez le contenu de cette archive dans un nouveau dossier (utilisant 7-zip ou WinRAR). Suivez les instructions dans le fichier "howto.txt"; j'éspère qu'ils sont au moins compréhensibles ) 2) Make a folder called SVCPACK inside I386. Copy the silent installer into SVCPACK. (Crééz un dossier nommé SVCPACK dans le dossier I386. Copiez le programme d'installation silencieux dans SVCPACK.) 3) Delete SVCPACK.IN_ from I386 and create a new file SVCPACK.INF with this: (Enlevez le fichier "SVCPACK.IN_" de I386 et crééz un nouveau fichier appelé "SVCPACK.INF" contenant le suivant:) [Version] Signature="$Windows NT$" [SetupData] CatalogSubDir="i386\SVCPACK" [ProductCatalogsToInstall] [SetupHotfixesToRun] maxthon.exe If you're using the Combo package, change "maxthon.exe" to "maxthonc.exe" under [setupHotfixesToRun]. (Si Maxthon Combo est utilisé au lieu de Maxthon Standard, remplacez "maxthon.exe" avec "maxthonc.exe" sous [setupHotfixesToRun]).
  11. KB900725 comes with webvw.dll?
  12. It just occured to me that I posted this in the wrong forum. I was talking about Windows XP...
  13. This comes from http://www.msfn.org/board/index.php?showtopic=24277. If you're using winnt.sif, add IEAccess = Off under the [Components] section. Else, use something to pause the batch file for a while; e.g.: PING 127.0.0.1 -n 9
  14. You aren't using ForceAutoLogon so I assume you're working with XP only. In that case, replace the above with the below; it'll save you 7 bytes... REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /d %UserName% /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /f REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoAdminLogon /d 1 /f
  15. We all know that. But where's the relevancy with his actual question?
  16. Yeah; half of the space is now taken up by the Framework... I think it's ridiculous. I only need .NET 1.1 for SoundForge 8 (which I need because it can save audio files in the QMusic Design format, which in turn allows me to ditch QuickTime Pro in favor of QuickTime Alternative) so it's actually a waste of space. ATi does the right thing for its Catalyst drivers by providing two versions of the program: one with and one without .NET requirement.
  17. @Shark007: I've re-read Ghosty's post a few times but fail to see where he's asking for support for warez. He has trouble integrating a Windows hotfix and MSI files, of which we don't know if they've been acquired legitimately or not. But I guess that just flew right past you.
  18. del /q %~p0
  19. 2007-02-01: • updated Roots Certificate Update link 2007-01-11: • added KB920213, KB927977, KB927978, KB923980, KB924270, KB926121, KB926247, KB925398, KB925454, KB929969, KB923694 and KB923689 • added optional KB928388 and KB917275 • changed DX9 April '06 redist link to DX9 Dec '06 redist • removed KB890046, KB925672, KB925673, KB918899, KB925486 and KB911567 • updated link to page with SP slipstreaming instructions • updated texts Notes about HFSLIP The description of new updates is colored differently. Updates that are currently only handled in a test release of HFSLIP are colored differently. Starting with version 60421, the HFSVPK and HFSVPK_SW are called HFSVCPACK and HFSVCPACK_SW respectively. HFSLIP will automatically rename the folders if they still have the old name. As of version 60129, you can let HFSLIP slipstream Service Pack 4 into the Windows 2000 source you provide in the SOURCE folder. Please read the instructions carefully. All individual updates mentioned on this page are optional. However, the Windows 2000 source must be patched to Service Pack 4 (either by yourself or by HFSLIP) regardless of the updates you include, and you must add the Post-SP4 Update Rollup (KB891861) if you wish to slipstream Internet Explorer 6. For some components (should you wish to include these), the necessary files are marked. LegitCheckControl.cab, the DX9 CABS and the MSIE6 CABS go in HFCABS. All other updates go in HF. Note from TommyP HFSLIP concentrates on critical updates and not optional ones reported by Windows Update. Note for non-English Windows 2000 users There's an issue with the non-English versions of "webvw.dll" present in the Update Rollup, KB894320 (superseded) and KB900725. This is patched as of HFSLIP 60121 but I thought you might wanna know what's going on. I've tested this thing extensively, and my conclusion is that localized versions of webvw.dll that are present in these hotfixes are corrupt or at least have a corrupt registration section. When either of these files is registered, and you didn't disable the "left pane" in folders, you'll be bombarded with JavaScript error messages when you're trying to browse your local network through "Computers Near Me". Why doesn't this happen when installing the hotfixes by hand? Because the localized versions of these hotfixes don't register the webvw.dll file they contain. They just overwrite the previous version that resides in the system32 folder and let the registry believe the SP4 version is still installed. As a test, install a clean version of Windows 2000 with SP4, and install IE6 too if you want. Then install either one of these hotfixes. All is still fine at this point. Now open up a Run prompt and type in the following: regsvr32 /u webvw.dll Hit Enter and click OK at the message that appears. This unregisters the SP4 version of webvw.dll. Now open up the Run prompt again and type in the following: regsvr32 webvw.dll Press Enter and click OK. You just registered the new version of webvw.dll. Now try browsing your network through "Computers Near Me"... (PM me for instructions on how to fix it again) The English versions of the newer webvw.dll files are registered, but the versions for other languages are not. It's impossible MS are not aware of the webvw.dll problem, otherwise they wouldn't have "blocked" the registration process. I just wish they'd fix this once and for all... Current Windows 2000 updates Browsing • Internet Explorer 6.0 Service Pack 1 English / other languages Required files: BRANDING.CAB; IEW2K_1.CAB; IEW2K_2.CAB; IEW2K_3.CAB; IEW2K_4.CAB; MAILNEWS.CAB; OEEXCEP.CAB; SCRIPTEN.CAB; WAB.CAB • Windows Script 5.6 (IE6 only) • MSXML: KB832414_MSXML2.5_x86.exe (language neutral) • MSXML2: msxml2.msi (multilingual) + msxml2sp6-kb887606-x86-enu.exe update (language neutral) • MSXML4: msxml4-KB927978-enu.exe (available in 9 languages) • MSXML6: msxml6-KB927977-enu-x86.exe (available in 13 languages) DirectX • DirectX 9.0c from DirectX 9.0c Redist (33.5MB) or DirectX 9.0c Dec '06 Redist (59.2MB) Required files: BDANT.cab and DXNT.cab • Extra DX9 gaming binaries from DirectX 9.0c Dec '06 Redist (59.2MB) Supported files: *d3dx9*x86.cab, *XACT*x86.cab and *xinput*x86.cab Windows Media • Windows Media Player 6.4 codec package (wmp6cdcs.exe; include only when using WMP 6.4) • Windows Media 9/10 Codecs. Required file: wmfdist.exe • Windows Media Player 9 English / other languages Other • Windows Update Agent 2.0 (Windows Update v6; direct link) • Windows Genuine Advantage (LegitCheckControl.cab; redirect link) • Roots Certificate Update (English; direct link) • Malicious Software Removal Tool Current critical Windows 2000 post-SP4 hotfixes MDAC253-KB911562-x86-ENU.exe (Vulnerability in MDAC 2.5 SP3) Windows2000-KB842773-x86-ENU.EXE (BITS 2.0 and WinHTTP 5.1) Windows2000-KB891861-v2-x86-ENU.EXE (Update Rollup 1 v2) Windows2000-KB893756-x86-ENU.EXE (Vulnerability in Telephony service) Windows2000-KB896358-x86-ENU.EXE (Vulnerability in HTML Help) Windows2000-KB896423-x86-ENU.EXE (Vulnerability in Print Spooler service) Windows2000-KB896424-x86-ENU.EXE (Vulnerabilities in graphics rendering engine) Windows2000-KB899587-x86-ENU.EXE (Vulnerabilities in Kerberos) Windows2000-KB899589-x86-ENU.EXE (Vulnerability in Client Service for NetWare) Windows2000-KB899591-x86-ENU.EXE [sERVER] (Vulnerability in Remote Desktop protocol) Windows2000-KB900725-x86-ENU.EXE (Vulnerabilities in Windows Shell) Windows2000-KB901017-x86-ENU.EXE (Vulnerability in MS Collaboration Data Objects) Windows2000-KB901214-x86-ENU.EXE (Vulnerability in MS Color Management Module) Windows2000-KB902400-x86-ENU.EXE (Vulnerabilities in MSDTC and COM+) Windows2000-KB905414-x86-ENU.EXE (Vulnerability in Network Connection Manager) Windows2000-KB905749-x86-ENU.EXE (Vulnerability in Plug and Play) Windows2000-KB908506-x86-ENU.EXE (Post-896423) Windows2000-KB908519-x86-ENU.EXE (Vulnerability in Embedded Web Fonts) Windows2000-KB908531-v2-x86-ENU.EXE (Vulnerability in Windows Explorer) Windows2000-KB911280-v2-x86-ENU.EXE (Vulnerability in Routing and Remote Access) Windows2000-KB912919-x86-ENU.EXE (Vulnerability in graphics rendering engine) Windows2000-KB913580-x86-ENU.EXE (Vulnerability in MS DTC) Windows2000-KB914388-x86-ENU.EXE (Vulnerability in DHCP Client Service) Windows2000-KB914389-x86-ENU.EXE (Vulnerability in Server Message Block) Windows2000-KB917008-x86-ENU.EXE (Vulnerability in MS MMC) Windows2000-KB917422-x86-ENU.EXE (Vulnerability in Windows Kernel) Windows2000-KB917537-x86-ENU.EXE (Vulnerability in MS IIS using ASP) Windows2000-KB917736-x86-ENU.EXE (Vulnerability in RPC mutual authentication) Windows2000-KB917953-x86-ENU.EXE (Vulnerability in TCP/IP) Windows2000-KB920213-x86-ENU.EXE (Vulnerability in Microsoft Agent) Windows2000-KB920670-x86-ENU.EXE (Vulnerabilities in Hyperlink Object Library) Windows2000-KB920683-x86-ENU.EXE (Vulnerability in DNS Resolution) Windows2000-KB920685-x86-ENU.EXE (Vulnerability in Indexing Service) Windows2000-KB920958-v2-x86-ENU.EXE (Vulnerability in Windows Kernel) Windows2000-KB921398-x86-ENU.EXE (Vulnerability in Windows Explorer) Windows2000-KB921883-x86-ENU.EXE (Vulnerability in Server Service) Windows2000-KB922582-x86-ENU.EXE (Error message "0x80070002") Windows2000-KB922616-x86-ENU.EXE (Vulnerability in HTML Help) Windows2000-KB923191-x86-ENU.EXE (Vulnerability in Windows Explorer) Windows2000-KB923414-x86-ENU.EXE (Vulnerability in Server Service) Windows2000-KB923980-x86-ENU.EXE (Vulnerabilities in Client Service for NetWare) Windows2000-KB924191-v2-x86-ENU.EXE (Vulnerability in MSXML3) Windows2000-KB924270-x86-ENU.EXE (Vulnerability in Workstation Service) Windows2000-KB926121-x86-ENU.EXE (Vulnerability in Remote Installation Service) Windows2000-KB926247-x86-ENU.EXE (Vulnerability in SNMP) WindowsInstaller-KB893803-v2-x86.exe (Windows Installer 3.1 Redistributable) WindowsMedia6-KB925398-x86-ENU.EXE (Vulnerability in Windows Media Format) WindowsMedia-KB911564-x86-ENU.exe (Vulnerability in Windows Media Player plug-in) Current optional Windows 2000 post-SP4 hotfixes Windows-KB909520-v1.000-x86-ENU.exe (MS Base Smart Card...) WindowsRightsManagementServicesSP2... (Windows RMS Client) WindowsXP-KB928388-x86-ENU.exe (2007 time zone update) Updates for MSIE when slipstreaming MSIE 6.0 SP1 IE6.0sp1-KB905495-Windows2000-x86-ENU.exe (Vulnerability in the Windows FTP client) IE6.0sp1-KB925454-Windows2000-x86-ENU.exe (Cumulative security update for MSIE6) IE6.0sp1-KB929969-Windows2000-x86-ENU.exe (Vulnerability in Vector Markup Language) OE6.0sp1-KB923694-Windows2000-x86-ENU.exe (Cumulative security update for MSOE6) Update for Windows Scripting when slipstreaming MSIE 6.0 SP1 but NOT slipstreaming the latest Windows Script 5.6 Windows2000-KB917344-56-x86-ENU.EXE (Vulnerability in MS JScript 5.6) Updates for MSIE when keeping MSIE 5.01 SP4 (ie, NOT slipstreaming MSIE6) IE5.01sp4-KB925454-Windows2000sp4-x86-ENU.exe (Cumulative security update for MSIE5) IE5.01sp4-KB929969-Windows2000sp4-x86-ENU.exe (Vulnerability in Vector Markup Language) OE5.5sp2-KB923694-Windows2000sp4-x86-ENU.exe (Cumulative security update for MSOE5.5) Windows2000-KB917344-x86-ENU.EXE (Vulnerability in MS JScript) Update for DirectX when slipstreaming DirectX 9.0c Windows2000-KB904706-DX9-x86-ENU.exe Update for DirectX when keeping DirectX 7.0 (ie, NOT slipstreaming DX9) Windows2000-KB904706-v2-x86-ENU.EXE Update for WMP9 Windows2000-KB923689-x86-ENU.EXE (Vulnerability in Windows Media Format) WindowsMedia9-KB917734-x86-ENU.exe (Vulnerability in Windows Media Player 9)
  20. General notes The description of new updates is colored differently. Updates that are only handled in a test release of HFSLIP are colored differently. As of version 60129, you can let HFSLIP slipstream a Service Pack into the Windows source you provide in the SOURCE folder. Please read the instructions carefully. For some components (should you wish to include these), the necessary files are marked. LegitCheckControl.cab and the new DX9 gaming binaries cabs go in HFCABS; all other updates go in HF. Note from TommyP HFSLIP concentrates on critical updates and not optional ones reported by Windows Update. Windows XP post-SP2 updates and hotfixes * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 2006-11-20: • removed KB921883 (superseded by KB924270) 2006-11-19: • added Windows Internet Explorer 7 and Adobe Flash Player 9 for IE • added KB920213, KB922760, KB923980 and KB924270 • added KB923789 (use when not slipstreaming Adobe Flash Player) • added optional updates KB920342 and KB914440-v12 • updated MSXML4 and MSXML6 • removed KB885835, KB890046, KB899589, KB913433, KB918899 and KB924496 • Malicious Software Removal Tool was updated to v1.22 • added KB922819, KB923191, KB923414, KB924191 and KB925486 • updated DX9 link (gaming binaries) for October Redist • removed KB917159, msxml3.msi, msxmlcab.exe, msxml.msi, msxml4 update and msxml6.msi Current Windows XP SP2 updates Browsing • Windows Internet Explorer 7: English / localized versions • Adobe Flash Player 9 for IE: swflash.cab (direct link) • MSXML2: msxml2.msi (multilingual) + msxml2sp6-kb887606-x86-enu.exe (language neutral) • MSXML4: msxml4-KB927978-enu.exe (9 languages) • MSXML6: msxml6-KB927977-enu-x86.exe (13 languages) DirectX • New DX9 gaming binaries from DirectX 9.0c October '06 Redist (55.5MB) Supported files: *d3dx9*x86.cab, *XACT*x86.cab and *xinput*x86.cab Windows Media • Windows Media Player 10 • Windows Media 9/10 Codecs from KB891122 (5.91MB) / from KB900325 (29.0MB) Required file: wmfdist95.exe KB900325 holds the newest version, but it's a larger source. • HighMAT update for the CD Writing Wizard (non-WGA: EN / FR) Other • Windows Update Agent 2.0 (Windows Update v6; direct link) • Windows Genuine Advantage (LegitCheckControl.cab; redirect link) • Malicious Software Removal Tool • User Profile Hive Cleanup Service Current critical Windows XP post-SP2 hotfixes WindowsInstaller-KB893803-v2-x86.exe (Windows Installer 3.1 Redistributable) WindowsMedia-KB911564-x86-ENU.exe (Vulnerability in Windows Media Player plug-in) WindowsXP-KB873339-x86-ENU.exe (Vulnerability in HyperTerminal) WindowsXP-KB885626-v2-x86-enu.exe (Systems running Intel Prescott C-0 without BIOS support can hang on SP2 installation) WindowsXP-KB885836-x86-ENU.exe (Vulnerability in WordPad) WindowsXP-KB886185-x86-enu.exe (Vulnerability in Windows Firewall) WindowsXP-KB887472-x86-enu.exe (Vulnerability in Windows Messenger) WindowsXP-KB888302-x86-ENU.exe (Vulnerability in Windows) WindowsXP-KB890859-x86-ENU.exe (Vulnerabilities in Windows kernel) WindowsXP-KB891781-x86-ENU.exe (Vulnerability in DHTML Editing) WindowsXP-KB893756-x86-ENU.exe (Vulnerability in Telephony service) WindowsXP-KB896358-x86-ENU.exe (Vulnerability in HTML Help) WindowsXP-KB896423-x86-ENU.exe (Vulnerability in Print Spooler service) WindowsXP-KB896424-x86-ENU.exe (Vulnerabilities in graphics rendering engine) WindowsXP-KB896428-x86-ENU.exe (Vulnerability in Telnet Client) WindowsXP-KB898461-x86-ENU.exe (Package Installer 6.1.22.4) WindowsXP-KB899587-x86-ENU.exe (Vulnerabilities in Kerberos) WindowsXP-KB899591-x86-ENU.exe (Vulnerability in Remote Desktop protocol) WindowsXP-KB900725-x86-ENU.exe (Vulnerabilities in Windows Shell) WindowsXP-KB901017-x86-ENU.exe (Vulnerability in MS Collaboration Data Objects) WindowsXP-KB901190-x86-ENU.exe (Vulnerability in the Korean IME) WindowsXP-KB901214-x86-ENU.exe (Vulnerability in MS Color Management Module) WindowsXP-KB904706-v2-x86-ENU.exe (Vulnerability in DirectShow) WindowsXP-KB905414-x86-ENU.exe (Vulnerability in Network Connection Manager) WindowsXP-KB905749-x86-ENU.exe (Vulnerability in Plug and Play) WindowsXP-KB908519-x86-ENU.exe (Vulnerability in Embedded Web Fonts) WindowsXP-KB908531-v2-x86-ENU.exe (Vulnerability in Windows Explorer) WindowsXP-KB910437-x86-ENU.exe (Access Violation error using AU service) WindowsXP-KB911280-v2-x86-ENU.exe (Vulnerability in Routing and Remote Access) WindowsXP-KB911562-x86-ENU.exe (Vulnerability in MDAC on WinXP) WindowsXP-KB911567-x86-ENU.exe (Cumulative security update for MSOE) WindowsXP-KB911927-x86-ENU.exe (Vulnerability in the Web Client service) WindowsXP-KB912817-v2-x86-ENU.exe (COM+ Hotfix Rollup Package 13) WindowsXP-KB912919-x86-ENU.exe (Vulnerability in graphics rendering engine) WindowsXP-KB913580-x86-ENU.exe (Vulnerability in MS DTC) WindowsXP-KB914388-x86-ENU.exe (Vulnerability in DHCP Client Service) WindowsXP-KB914389-x86-ENU.exe (Vulnerability in Server Message Block) WindowsXP-KB916595-x86-ENU.exe ("Stop 0x05" and "Stop 0xD1" errors) WindowsXP-KB917422-x86-ENU.exe (Vulnerability in Windows Kernel) WindowsXP-KB917537-x86-ENU.exe (Vulnerability in MS IIS using ASP) WindowsXP-KB917953-x86-ENU.exe (Vulnerability in TCP/IP) WindowsXP-KB918439-x86-ENU.exe (Vulnerability in ART image rendering) WindowsXP-KB919007-x86-ENU.exe (Vulnerability in Pragmatic General Multicast) WindowsXP-KB920213-x86-ENU.exe (Vulnerability in Microsoft Agent) WindowsXP-KB920214-x86-ENU.exe (Vulnerability in Outlook Express) WindowsXP-KB920670-x86-ENU.exe (Vulnerabilities in Hyperlink Object Library) WindowsXP-KB920683-x86-ENU.exe (Vulnerability in DNS Resolution) WindowsXP-KB920685-x86-ENU.exe (Vulnerability in Indexing Service) WindowsXP-KB920872-x86-ENU.exe (Errors playing back audio files) WindowsXP-KB921398-x86-ENU.exe (Vulnerability in Windows Explorer) WindowsXP-KB922582-x86-ENU.exe (Error message "0x80070002") WindowsXP-KB922616-x86-ENU.exe (Vulnerability in HTML Help) WindowsXP-KB922819-x86-ENU.exe (Vulnerabilities in TCP/IP IPv6) WindowsXP-KB923191-x86-ENU.exe (Vulnerability in Windows Explorer) WindowsXP-KB923414-x86-ENU.exe (Vulnerability in Server Service) WindowsXP-KB923980-x86-ENU.exe (Vulnerabilities in Client Service for NetWare) WindowsXP-KB924191-x86-ENU.exe (Vulnerability in MSXML3) WindowsXP-KB924270-x86-ENU.exe (Vulnerability in Workstation Service) Current optional Windows XP post-SP2 hotfixes Windows-KB909520-v1.000-x86-ENU.exe (MS Base Smart Card...) WindowsXP-KB896344-v2-x86-ENU.exe (You cannot transfer files from WinXP SP2 32-bit to WinXP 64-bit) WindowsXP-KB900485-v2-x86-ENU.exe ("Stop 0x7E in aec.sys" error message) WindowsXP-KB904942-v2-x86-ENU.exe (Issue with MSOE6 when installing MSIE7) WindowsXP-KB914440-v12-x86-ENU.exe (Network Diagnostic Tool) WindowsXP-KB920342-x86-ENU.exe (Peer Name Resolution Protocol 2.0) Critical updates for MSIE7 (none) Critical updates for MSIE6 WindowsXP-KB922760-x86-ENU.exe (Cumulative security update for MSIE6) WindowsXP-KB925486-x86-ENU.exe (Vulnerability in Vector Markup Language) WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe (Windows Script 5.6) Critical update for MSIE6 when NOT slipstreaming the latest Windows Script 5.6 WindowsXP-KB917344-x86-ENU.exe (Vulnerability in MS JScript) Critical update for WMP when NOT slipstreaming WMP10 WindowsMedia9-KB917734-x86-ENU.exe (Vulnerability in Windows Media Player 9) Critical update for WMP when slipstreaming WMP10 WindowsMedia10-KB917734-x86-ENU.exe (Vulnerability in Windows Media Player 10) Critical update for Flash Player 6 when NOT slipstreaming or installing Flash Player 7 or greater WindowsXP-KB923789-x86-ENU.exe (Vulnerabilities in Flash Player 6) Dynamic list including KB numbers, MS security bulletin numbers and descriptions
  21. I'm wondering if there exists a reg hack with which it's possible to let Windows Update believe that Windows Messenger 4.7 is still installed after removing it. I know one can customize the display of individual optional hotfixes on Windows Update, but I'm after a registry tweak (or file tweak).
  22. For those who use(d) my list... The link to the download page of KB904706 (Vulnerability in DirectShow) was for a version that's only intended to be applied on Windows XP with Service Pack 1. The new download link is for the version which is intended for Windows XP with Service Pack 2 as well. Windows Update didn't complain when integrating the "wrong" version of the update, but HFNETCHK would claim that the version of quartz.dll is less than expected.
  23. It's fixed now. The error should be clear from what I wrote: I installed the English version of the update on a Dutch Windows XP... Thanks for the reply, though.
  24. KB909520 is considered not installed by Windows Update. "Windows-KB909520-v1.000-x86-ENU.exe" is in HF (confirmed by ERROR_REPORT.TXT) "basecsp.cat" is in SOURCESS\I386\SVCPACK "basecsp.CAT" is referred to in SVCPACK.INF HFNETCHK doesn't see a problem (at least not with this update).
  25. That did the trick. I was using 51115. Thanks.
×
×
  • Create New...