open chrome incognito by batch file code example
Example: open chrome incognito by batch file
@echo off
start /d "c:\Program files\Google Chrome" Chrome.exe --incognito http://www.example.domain
@echo off
start /d "c:\Program files\Google Chrome" Chrome.exe --incognito http://www.example.domain