It is currently April 19th, 2024, 10:22 pm

Opening Chrome in Incognito and pulling up a website

Get help with installing and using Rainmeter.
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: Opening Chrome in Incognito and pulling up a website

Post by mak_kawa »

You can get exec path of Chrome from the property of the link file. So, for example for me, following LeftMouseUpAction does launch Chrome in Incognito mode.
LeftMouseUpAction=["C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -incognito]