Код: Выделить всё
Start-Process chrome.exe -ArgumentList @( '-incognito', 'www.foo.com' )
Подробнее здесь: https://stackoverflow.com/questions/377 ... rom-python
Код: Выделить всё
Start-Process chrome.exe -ArgumentList @( '-incognito', 'www.foo.com' )