Jump to content

ChronSyn

Members
  • Posts

    16
  • Joined

Reputation

10 Good
  1. I will actually look into writing a program for this purpose until Corsair implement their own method. It's not much work i dare say and would simply be a case of a single checking if a config file exists. If it does, it executes the shortcut with the specified parameters. If not, it allows you to configure settings. That way, you just link to my exe instead of to the exe that needs parameters. All parameters are stored in the config file. Alternatively, you can do the following; 1) Open Notepad 2) Write the following; @ECHO OFF CD "C:\Program file (x86)\Google Chrome\" chrome.exe --incognito Replace C:\Program file (x86)\Google Chrome\ with the installation path to Chrome. Make sure the quotation marks remain in place. 3) Save that as "ChromeIncognito.bat" (without the quotes) 4) In the Corsair Profile Manager, link the macro to "Launch Program" and then direct it to the ChromeIncognito.bat file you just created If you save the batch file to a drive other than the one Windows and Chrome are installed on, add "C:" after the "@ECHO OFF" line, obviously replacing it with the drive that Chrome is installed on. Actually, that last option is a lot easier. Be sure to check that the "--incognito" parameter is the correct one. I don't use Chrome myself so you'll need to check that yourself.
×
×
  • Create New...