powershell open chrome url in incognito

C++
[System.Diagnostics.Process]::Start("chrome.exe","--incognito $url")

Source

Also in C++: