From 60d2753398c89c617acd92750ff7fc4b9369eff5 Mon Sep 17 00:00:00 2001 From: Rui Kenichi <88470966+RuiKenichi@users.noreply.github.com> Date: Mon, 1 May 2023 17:26:43 +0700 Subject: [PATCH 1/2] Adding a PowerShell command --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfab2ec..9beaa52 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Uninstall Spotify for Windows -Just download and run [Uninstall-Spotify.bat](https://raw.githack.com/amd64fox/Uninstall-Spotify/main/Uninstall-Spotify.bat) +* Just download and run [Uninstall-Spotify.bat](https://raw.githack.com/amd64fox/Uninstall-Spotify/main/Uninstall-Spotify.bat) + +* Or, run this command in PowerShell +``` +Invoke-WebRequest -Uri https://github.com/amd64fox/Uninstall-Spotify/raw/main/Uninstall-Spotify.bat -OutFile Uninstall-Spotify.bat; Start-Process -FilePath "Uninstall-Spotify.bat" -Wait; Remove-Item -Path "Uninstall-Spotify.bat" +``` \ No newline at end of file From 3cf923d47f77a9b02460e33a69e40129c7464c50 Mon Sep 17 00:00:00 2001 From: Rui Kenichi <88470966+RuiKenichi@users.noreply.github.com> Date: Mon, 1 May 2023 20:46:02 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9beaa52..7192b34 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ * Just download and run [Uninstall-Spotify.bat](https://raw.githack.com/amd64fox/Uninstall-Spotify/main/Uninstall-Spotify.bat) -* Or, run this command in PowerShell +* Or, Run The following command in PowerShell ``` Invoke-WebRequest -Uri https://github.com/amd64fox/Uninstall-Spotify/raw/main/Uninstall-Spotify.bat -OutFile Uninstall-Spotify.bat; Start-Process -FilePath "Uninstall-Spotify.bat" -Wait; Remove-Item -Path "Uninstall-Spotify.bat" -``` \ No newline at end of file +```