Meine XP SP3
urlmon.dll:
Version 8.00.6001.19258 (longhorn_ie8_gdr.120423-1946)
Größe: 1,15 MB (1.212.416 Bytes)
Die urlmon.dll als ZIP von
http://de.dll-files.com/urlmon.dll.html
Version 8.00.7600.17006 (win7_gdr.120419-1509)
Größe: 1,17 MB (1.230.336 Bytes)
Laut der readme.txt der urlmon.zip funktioniert die auch für XP. Kann ich mir nicht vorstellen, aber OK.
Readme.txt der urlmon.zip
Extract the .dll-file to a location on your computer.
We recommend you to unzip the file to the directory of the program that is requesting the file.
If that doesn't work, you will have to extract the file to your system directory.
By default, this is C:\Windows\System (Windows 95/98/Me), C:\WINNT\System32 (Windows NT/2000), or C:\Windows\System32
(Windows XP, Vista, 7).
Make sure overwrite any existing files (but make a backup copy of the original file).
Reboot your computer.
If the problem still occurs, try the following:
1. Press Start and select Run.
2. Type CMD and press Enter (or if you use Windows ME, type COMMAND).
3. Type regsvr32 "filename".dll and press Enter.
Du brauchst also folgenden Ablauf:
1.) Herunterladen der ZIP-Datei
urlmon.zip (NICHTdes urlmon-fixers dffsetup-urlmon.exe)
2.) im Taskmanager - Datei - neuer Task
c:\windows\system32\cmd.exe Enter
.... in der DOS-Box
3.) Registrierung für die alte urlmon.dll aufheben mit
regsvr32 /u urlmon.dll
4.) Wechseln in das Download-Verzeichnis
cd "Eigene Dateien\Downloads"
5.) entzippen der urlmon.dll mit 7-zip, WinZip o.ä. aus der urlmon.zip
bei 7-zip entpackt
7z e urlmon.zip in das aktuelle verzeichnis (also Downloads)
bei WinZip entpackt
wzunzip -d urlmon.zip (evtl. muss das Verzeichnis am Ende noch angegeben werden)
6.) kopieren der urlmon.dll in das system32-Verzeichnis
copy "C:\Dokumente und Einstellungen\xyz\Eigene Dateien\Downloads\urlmon.dll" c:\windows\system32
wobei xyz dein benutzer ist
7.) registrieren mit
regsvr32 urlmon.dll
8.) Neustart
Um Verzeichnisse in der DOS-Box einzugeben, kann man die
Tab-Taste benutzen. Die ersten Buchstaben eingeben und dann
solange Tab drücken, bis der passende Verzeichnisname erscheint und mit Enter Kommando ausführen.
Ich hoffe,du kannst das jetzt nachvollziehen.
HTH