From 75480ce32dc29e863500939adb9dc4ae75b0e8a1 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 23 Jul 2022 11:36:34 +0700 Subject: [PATCH] Remove comments --- StorageCleanup.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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