Skip to content

Commit 53faf7f

Browse files
authored
Hide PowerShell window on Windows (#235)
1 parent b7a5729 commit 53faf7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ const open = async (target, options) => {
130130
'-NonInteractive',
131131
'–ExecutionPolicy',
132132
'Bypass',
133+
'–WindowStyle',
134+
'Hidden',
133135
'-EncodedCommand'
134136
);
135137

0 commit comments

Comments
 (0)