Created
May 1, 2016 16:32
-
-
Save selfish/6d665465e0a6e7b63b21ce7e57fbf0cc to your computer and use it in GitHub Desktop.
Start Powershell from command-line in hidden mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: To start any powershell command on hidden mode, use: | |
| powershell -windowstyle hidden <command> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment