Everything posted by LuxLOL
-
360 Extreme Explorer Modified Version
@Humming Owl I have put the "master_preferences" file in the main folder next to the "360chrome.exe" file. Can also be used for registry entries (*.cmd): @ECHO OFF Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe" /ve /t REG_SZ /d "360Chrome" /f 1>NUL Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe" /v "FriendlyTypeName" /t REG_SZ /d "360Chrome" /f 1>NUL Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe\DefaultIcon" /ve /t REG_SZ /d "%ProgramFiles%\360EE Chrome\360chrome.exe,0" /f 1>NUL Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe\shell" /ve /t REG_SZ /d "open" /f 1>NUL Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe\shell\open\command" /ve /t REG_EXPAND_SZ /d "\"%ProgramFiles%\360EE Chrome\360chrome.exe\" --user-data-dir=\"%%"UserProfile"%%\Local Settings\Application Data\360EE Chrome\" -- \"%%1\"" /f 1>NUL Reg Add "HKLM\SOFTWARE\Classes\Applications\360chrome.exe\shell\open\ddeexec" /ve /f 1>NUL PAUSE EXIT
-
360 Extreme Explorer Modified Version
@Humming Owl Oh dammit i forgot about the old "master_preferences" file name. Now it works. But no luck with the --profile-directory command. When i use it then the 360EE still trying to force a global User Data folder and wont startup. "%ProgramFiles%\Chrome\360chrome.exe" --profile-directory="%UserProfile%\Local Settings\Application Data\360 Chrome" EDIT 1: Okay this command below works, but the "master_preferences" file is being ignored. "%ProgramFiles%\Chrome\360chrome.exe" --profile-directory="%UserName%" EDIT 2: I now found a shortcut command that fixed all those problems. Here it is: "%ProgramFiles%\360EE Chrome\360chrome.exe" --user-data-dir="%UserProfile%\Local Settings\Application Data\360EE Chrome"
- 360 Extreme Explorer Modified Version
- 360 Extreme Explorer Modified Version
- 360 Extreme Explorer Modified Version
- 360 Extreme Explorer Modified Version
- 360 Extreme Explorer Modified Version