Pi66

pixel-tool
Small Python utilities to debloat windows.
git clone https://git.pi66.xyz/pixel-tool

← back to log

Add files via upload

author: Pixel2175
date: 2024-08-15 20:15
hash: 8dc73786df7dc822478467a126a39db0857e55d5

Diffstat:

M

data.py
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
diff --git a/data.py b/data.py
index 7d87974..2e12df8 100644
--- a/data.py
+++ b/data.py
@@ -7,7 +7,7 @@ import urllib.parse as parse

   ####################################tweak_main###############################################################################################################################################
 def run_command(command):
-    sub.run(["powershell", "-Command", command], capture_output=True, text=True)
+    sub.run(["powershell", "-Command", command], capture_output=True, text=True, shell=True)