diff --git a/Spotify.vbs b/Spotify.vbs index 22897f3..44e0362 100644 --- a/Spotify.vbs +++ b/Spotify.vbs @@ -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") -shell.Run command,0, false \ No newline at end of file +shell.Run command,0, false