Skip to content

Commit 85b10a9

Browse files
authored
Merge pull request #5 from arduino/hide-default
Hide started app window
2 parents 723750b + f9c4d4b commit 85b10a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runas_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func RunElevated(executable, workingDir string, args []string, awaitProcCompleti
148148
directory: directory,
149149
file: file,
150150
parameters: parameters,
151-
show: windows.SW_SHOW, //HIDE,
151+
show: windows.SW_HIDE,
152152
mask: SEE_MASK_NOCLOSEPROCESS,
153153
}
154154
if !shellExecuteEx(execInfo) {

0 commit comments

Comments
 (0)