Hvis traditionelle metoder som registernøgler, master_preference fil og kommandoswitch --make-default-browser ikke virker, kan du prøve følgende alternative metoder:
Batchfiler kan bruges til at automatisere processen ved at ændre registreringsdatabasen og udføre nødvendige kommandoer. Følg disse trin:
@echo off REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice" /v ProgId /t REG_SZ /d ChromeHTML /f REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" /v ProgId /t REG_SZ /d ChromeHTML /f REG ADD "HKEY_CURRENT_USER\Software\Classes\http\shell\open\command" /ve /t REG_SZ /d "\"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe\" -- \"%1\"" /f REG ADD "HKEY_CURRENT_USER\Software\Classes\https\shell\open\command" /ve /t REG_SZ /d "\"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe\" -- \"%1\"" /f
set_default_browser.bat
.Manuel ændring af registreringsnøgler kan også sætte standardbrowseren. Følg disse trin:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice
HKEY_CURRENT_USER\Software\Classes\http\shell\open\command
HKEY_CURRENT_USER\Software\Classes\https\shell\open\command
ProgId: ChromeHTML Command: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -- "%1"
Hvis batchfiler og registreringsnøgler ikke virker, kan du prøve at redigere specifikke filer direkte:
master_preferences
for Chrome).Bemærk: Ændringer i registreringsdatabasen og systemfiler kan påvirke systemets stabilitet. Sørg for at tage backup af registreringsdatabasen og vigtige filer, før du foretager ændringer.
Har du brug for hjælp til batchfiler eller registreringsnøgler? Med Handyhand kan du nemt oprette din opgave gratis og få bud fra kvalificerede hjælpere på få minutter. Gør det lettere for dig selv og få den assistance, du har brug for!