Skip to content

Instantly share code, notes, and snippets.

@SatoMew
Created August 21, 2023 17:19
Show Gist options
  • Save SatoMew/2dded0216211519ff58ff1cda927ba92 to your computer and use it in GitHub Desktop.
Save SatoMew/2dded0216211519ff58ff1cda927ba92 to your computer and use it in GitHub Desktop.
@echo off
cd /d %~dp0
rmdir /s /q "%LOCALAPPDATA%\Programs\Rangi\Polished Map" 1>nul
reg delete "HKCU\Software\Classes\.blk" /f 1>nul
reg delete "HKCU\Software\Classes\Polished Map" /f 1>nul
del /q "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Polished Map.lnk" 1>nul
del /q "%APPDATA%\Rangi\Polished Map.prefs" 1>nul
echo Uninstalled Polished Map from:
echo shell:UserProgramFiles\Rangi\Polished Map
echo Shortcut removed from Start.
echo Your preferences were deleted.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment