1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-31 10:11:02 +00:00
wsltty/uninstall.bat

32 lines
478 B
Batchfile
Raw Normal View History

@echo off
if "%installdir%" == "" set installdir="%LOCALAPPDATA%\wsltty"
:shortcuts
2016-11-16 16:46:50 +01:00
rem delete Start Menu Folder
set smf="%APPDATA%\Microsoft\Windows\Start Menu\Programs\WSLtty"
2016-11-16 16:46:50 +01:00
rmdir /S /Q "%smf%"
:start menu
cd %installdir%
bin\dash.exe config-distros.sh -shortcuts-remove
2016-11-16 16:46:50 +01:00
:explorer context menu
cd %installdir%
bin\dash.exe config-distros.sh -contextmenu-remove
2016-11-16 16:46:50 +01:00
:undeploy
cd %installdir%
2016-11-16 16:46:50 +01:00
rem currently not removing software
:end