Skip to content

Commit

Permalink
Hide PowerShell window on Windows (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kykint committed Mar 18, 2021
1 parent b7a5729 commit 53faf7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -130,6 +130,8 @@ const open = async (target, options) => {
'-NonInteractive',
'–ExecutionPolicy',
'Bypass',
'–WindowStyle',
'Hidden',
'-EncodedCommand'
);

Expand Down

0 comments on commit 53faf7f

Please sign in to comment.