PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,529 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to hide the window of PowerShell when the PS1 file is running.
You can launch the script like this: PowerShell.exe -WindowStyle hidden -File x:\directory\script.ps1
There are other ways to do this, too. But you haven't said how the script is be launched.
For example: