PowerShell Open Chrome URL in Incognito

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