]
Jan Richter closed JBDS-4308.
-----------------------------
Verified in devsuite-1.4.0 2017-03-31-173-installer.
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
Affects Versions: 10.1.0.GA
Environment: Windows
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: New_and_noteworthy, Sprint_Demo
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}