Hi,
nach einiger suche im Internet und hier im Board stehe ich nun vor einem Rätsel.
in HKEY_CLASSES_ROOT
\.html:
FirefoxHTML
\.htm:
FirefoxHTML
1. \FirefoxHTML\shell\open\command
steht: "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -
url "%1"
2. \htmlfile\shell\open\command
steht: "C:\Program Files\Internet Explorer\iexplore.exe" -nohome
3. \http\shell\open\command
steht: "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -
url "%1"
Der Internet Explorer ist Standard!?
Wenn ich dann FireFox starte und als Standard festlege ändern sich die Einträge oben nicht!
Auch nicht wenn ich danach wieder den Internet Explorer starte und ihn als Standard definiere.
Wo finde ich den Eintrag welcher nun wirklich der Standard Browser ist?
Internet Explorer & FireFox erkennen es zumindest das sie nicht Standard sind.
Also muss irgendwo noch ein Eintrag sein!
EDIT:
Habe einmal die Registry exportiert. Einmal mit IE und einmal FireFox als Standard.
Unterschiede bei Vista:
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="FirefoxHTML"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="FirefoxHTML"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="IE.AssocFile.HTM"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="IE.AssocFile.HTM"
Diese Werte kann ich aber per Regedit nicht verändern!?
dann noch:
Code:
[HKEY_CURRENT_USER\Software\Clients\StartmenuInternet]
@="IEXPLORE.EXE"
Code:
[HKEY_CURRENT_USER\Software\Clients\StartmenuInternet]
@="FIREFOX.EXE"
das ist es auch nicht!
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="IE.AssocFile.HTM"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="IE.AssocFile.HTM"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice]
"Progid"="FirefoxHTML"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]
"Progid"="FirefoxHTML"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\
ftp]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\
ftp\UserChoice]
"Progid"="IE.FTP"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]
"Progid"="IE.HTTP"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]
"Progid"="IE.HTTPS"
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\
ftp]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\
ftp\UserChoice]
"Progid"="FirefoxURL"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice]
"Progid"="FirefoxURL"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice]
"Progid"="FirefoxURL"
ist es auch nicht.
Oder habe ich etwas vergessen?