We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edac863 commit 2eefd2cCopy full SHA for 2eefd2c
gpu_toggle.py
@@ -22,7 +22,7 @@ def resource_path(relative_path):
22
23
def run_powershell(command):
24
result = subprocess.run(
25
- ["powershell", "-NoProfile", "-Command", command],
+ ["powershell", "-NoProfile","-WindowStyle", "Hidden","-NoProfile", "-Command", command],
26
capture_output=True, text=True
27
)
28
return result
0 commit comments