-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninstall option #15
Comments
Not sure what a "default installation" is. The next release of wsltty (in a few days) will install a Start Menu sub-folder, with setup options to install and uninstall the Explorer context menu items. I'm still thinking whether to install a desktop icon at all, but it can easily be removed anyway. See #13. |
Released install/uninstall for Explorer context menu items with 0.7.0. |
If you won't be releasing an uninstaller, can you please list all of the things that need to be done to remove wsltty? It is causing severe problems on my machine and I need to delete it, but I don't know what registry entries it has written, folders it has created, etc. |
The new Store-based distributions have an uninstall option, right? (The previous Bash on Windows didn't, so wsltty didn't have one either.) So I'll improve on this. For the records: Software is installed in %LOCALAPPDATA%/wsltty, configuration directory is set up in %APPDATA%/wsltty. |
Here is the deal: if #63 gets resolved thanks to some kind person's contribution, I will take care of a proper uninstallation feature. |
A Windows Appx package is now available in the wsltty.appx repository. |
@mintty Well, cheers for the Appx package but I still can't fully uninstall the old WSLtty. I deleted the folders located at %LOCALAPPDATA%/wsltty and %APPDATA%/wsltty but the Explorer context menu entry still persists. How do you suggest I fix this? |
Reinstall (either version, may be the appx package) and from the Start menu WSLtty subfolder, run "remove from context menu". |
Universal Widows Packages aka. Appx packages has no code to uninstall. Windows has the built-in feature to delete all the associated files during uninstall. Think that feature as 'garbage collection' in managed languages (e.g. Java, C# etc.). |
@mintty I reinstalled wsltty, I installed the Appx package, I ran the They are both still in the context menu and the Appx version is still installed. Am I missing something here? |
Appx package and normal installation are very much different. Also their installation paths are different. |
It seems that the current version of the script invocation |
Could not find any entries related to Mintty or WSL at those locations. |
Please navigate to HKEY_CURRENT_USER\Software\Classes\Directory, right-click on it and export the registry subtree. Upload the file here. |
Here is the content of that registry:
|
Actually, there is also registry subtree |
Nope, found nothing related to WSL or WSLtty, nor mintty at those locations. |
I made the wsltty.appx with just some primary knowledge. In this current state (till now), the Appx package doesn't touch any registry nor any context menu. If anyone want that feature then I've to read some docs. |
Any occurrence of "mintty" in the registry? This is weird. Sure you really still have the entries in the Explorer context menu right now? |
I did a full search for the term |
Does anyone have the same issue? |
Released 3.0.5. |
Any plans to include an uninstaller in order to revert back to default installation?
The text was updated successfully, but these errors were encountered: