]
Denis Golovin updated JBDS-4308:
--------------------------------
Labels: Devex_Sprint_129_Demo New_and_noteworthy (was: )
Run cygwin with hidden window using powershell start-process cmdlet
-------------------------------------------------------------------
Key: JBDS-4308
URL:
https://issues.jboss.org/browse/JBDS-4308
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Enhancement
Components: platform-installer
Environment: Windows
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: Devex_Sprint_129_Demo, New_and_noteworthy
Fix For: 10.4.0.AM2
This PR came out of simple example for running process with powershell with window hidden
by this command
{code}
Start-Process -WindowStyle hidden -FilePath notepad.exe
{code}