Skip to content

Commit 2eefd2c

Browse files
committed
working exe'
1 parent edac863 commit 2eefd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu_toggle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def resource_path(relative_path):
2222

2323
def run_powershell(command):
2424
result = subprocess.run(
25-
["powershell", "-NoProfile", "-Command", command],
25+
["powershell", "-NoProfile","-WindowStyle", "Hidden","-NoProfile", "-Command", command],
2626
capture_output=True, text=True
2727
)
2828
return result

0 commit comments

Comments
 (0)