Help set the registry - cache, registry
-
amidserg last edited by
Help set the registry ... The bottom line is - that in a startup parameter (in the label prescribe
D:\TEMP\Opera_10_SSD\launcher.exe --disk-cache-dir="X:\Opera Stable\Cache" --user-data-dir="X:\OperaUser")
open opera, where I moved to another disk cache. But if I click on the link in Skype or anywhere else - open that opera, in which the cache is not moved. How to achieve that - I have to be opened through the browser - which I have registered the transfer of the cache. Where necessary to add startup options default browser.
-
rseiler last edited by
Did you try here?
HKEY_CLASSES_ROOT\OperaStable\shell\open\command
So, for example:
"C:\Program Files (x86)\Opera\Launcher.exe" --disk-cache-dir="d:\cache" --disk-cache-size=104857600 -noautoupdate -- "%1"
It's too bad Opera doesn't simply include the option like some other Chromium browsers do (Slimjet, Cent, etc).