mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-18 21:30:05 +10:00
Fixed bug with elevated rights.
Fixed limiting PowerShell rights to run the cache cleanup script.
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
command = "powershell.exe -nologo -noninteractive -command %appdata%\Spotify\cache-spotify.ps1"
|
command = "powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command %appdata%\Spotify\cache-spotify.ps1"
|
||||||
set shell = CreateObject("WScript.Shell")
|
set shell = CreateObject("WScript.Shell")
|
||||||
shell.Run command,0, false
|
shell.Run command,0, false
|
||||||
|
|||||||
Reference in New Issue
Block a user