Files
SpotX/Spotify.vbs
amd64fox 20caeacd63 Fixed bug with elevated rights.
Fixed limiting PowerShell rights to run the cache cleanup script.
2021-09-01 11:43:50 +03:00

4 lines
192 B
Plaintext

command = "powershell.exe -ExecutionPolicy Bypass -nologo -noninteractive -command %appdata%\Spotify\cache-spotify.ps1"
set shell = CreateObject("WScript.Shell")
shell.Run command,0, false