Zwicke
Lieutenant
- Dabei seit
- Aug. 2006
- Beiträge
- 526
Hi,
ich würde gerne FF statt IE als Standardbrowser einstellen über die Konsole.
Gibts dazu vll einen Befehl oder so?
Ich hab mal diese Registry-Keys gefunden aber die werden aber komlett ignoriert vom System:
mfg
Zwicke
ich würde gerne FF statt IE als Standardbrowser einstellen über die Konsole.
Gibts dazu vll einen Befehl oder so?
Ich hab mal diese Registry-Keys gefunden aber die werden aber komlett ignoriert vom System:
Code:
reg add "HKEY_CURRENT_USER\Software\Clients\StartMenuInternet" /t REG_SZ /d FIREFOX.EXE /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.htm\UserChoice\Progid" /t REG_SZ /d FirefoxHTML /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice\Progid" /t REG_SZ /d FirefoxHTML /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.shtml\UserChoice\Progid" /t REG_SZ /d FirefoxHTML /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xht\UserChoice\Progid" /t REG_SZ /d FirefoxHTML /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.xhtml\UserChoice\Progid" /t REG_SZ /d FirefoxHTML /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\ftp\UserChoice\Progid" /t REG_SZ /d FirefoxURL /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice\Progid" /t REG_SZ /d FirefoxURL /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice\Progid" /t REG_SZ /d FirefoxURL /f
mfg
Zwicke