I have a simple taskbar script which has some hotkeys setup + it brings up a list of a few websites. As clearing the cache is important at the moment for some users I wanted the option of chrome opening with the page that shows the clear browser settings. Thinking this would be straight forward like launching any browser eg:
chrome.exe www.autoitscript.com
I put in
chrome.exe chrome://settings/clearBrowserData
thinking it would launch and display that option page - it doesn't. It just defaults [ well in my case ] to google. I don't want to have to code deleting the user's %appdata%\AppData\Local\Google\Chrome\User Data\Default\Cache folder but will if required. It would be great just to get that page when they click on the option of use the hotkey.
Any ideas or work arounds anyone ?