diff --git a/StorageCleanup.bat b/StorageCleanup.bat index 4e9e743..1cba1ab 100644 --- a/StorageCleanup.bat +++ b/StorageCleanup.bat @@ -36,9 +36,9 @@ echo =============================================== ping 127.0.0.1 -n 6 > nul :: Spotify -:: taskkill /IM Spotify.exe /F -:: rmdir %localappdata%\Spotify\Data\ /S /Q -:: mkdir %localappdata%\Spotify\Data\ +taskkill /IM Spotify.exe /F +rmdir %localappdata%\Spotify\Data\ /S /Q +mkdir %localappdata%\Spotify\Data\ :: Unity taskkill /IM Unity.Licensing.Client.exe /F @@ -112,4 +112,4 @@ dism /online /Cleanup-Image /StartComponentCleanup /ResetBase dism /online /Cleanup-Image /SPSuperseded echo Done... -pause \ No newline at end of file +pause