Remove desktop shortcuts (for Windows)
This commit is contained in:
parent
e2fb3772b4
commit
718bf32c21
11
uninstall.cmd
Normal file
11
uninstall.cmd
Normal file
|
@ -0,0 +1,11 @@
|
|||
@echo off
|
||||
|
||||
echo Removing desktop shortcuts....
|
||||
|
||||
del %USERPROFILE%\Desktop\"ip2e (daemon).lnk"
|
||||
del %USERPROFILE%\Desktop\"ip2e (config).lnk"
|
||||
del %USERPROFILE%\Desktop\"ip2e (background).lnk"
|
||||
|
||||
echo Removed!
|
||||
echo Press ENTER to exit
|
||||
pause > nul
|
Loading…
Reference in New Issue
Block a user