Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance uninstallation script and improve comments (#4)
* Enhance uninstallation script and improve comments Details of Changes: - Added delayed expansion using `setlocal enabledelayedexpansion` to allow variables to be updated within loops and blocks. - Corrected variable usage for accurate counting of removal operations. - Improved error handling during Spotify uninstallation process. - Utilized a loop to remove Spotify data folders from both AppData roaming and local AppData. - Improved deletion process for "SpotifyUninstall.exe" if present. - Enhanced comments to provide clearer explanations of code sections. - Enhances the script by improving variable naming.
- Loading branch information