less than 1 minute read

  • Open chrome
  • Use process explorer with the target to find which exe it is and check the path - Should be something like this : - `“C:\Users\user\scoop\apps\googlechrome\current\chrome.exe” –user-data-dir=”C:\Users\user\scoop\apps\googlechrome\current\User Data”
  • Modify in the registry : Computer\HKEY_CLASSES_ROOT\ChromeHTML.NT43LP3HFQOY4TWE5TD7B6C6SY\shell\open\command`
    • to "C:\Users\doria\scoop\apps\googlechrome\current\chrome.exe" --user-data-dir="C:\Users\doria\scoop\apps\googlechrome\current\User Data" "%1"

Here the registry file:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\ChromeHTML.NT43LP3HFQOY4TWE5TD7B6C6SY\shell\open\command]
@="\"C:\\Users\\doria\\scoop\\apps\\googlechrome\\current\\chrome.exe\" --user-data-dir=\"C:\\Users\\doria\\scoop\\apps\\googlechrome\\current\\User Data\" \"%1\""

Updated: