Skip to content
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

Running uninstall.ps1 does not remove the explorer options after running uninstall.ps1 #34

Open
chrispinkney opened this issue Sep 23, 2020 · 1 comment
Labels
question Further information is requested

Comments

@chrispinkney
Copy link

chrispinkney commented Sep 23, 2020

But running Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lextm/windowsterminal-shell/master/uninstall.ps1')) uninstalled it no problem.

Did I do something wrong? I created a text file, dumped the contents from uninstall.ps1, and converted the filename from New Text Document.txt to uninstall.ps1 and tried to run that in an elevated Powershell 7 terminal.

@lextm
Copy link
Owner

lextm commented Oct 2, 2020

When did you first execute install.ps1? Due to some breaking changes, you might need to run uninstall.old.ps1.

https://github.com/lextm/windowsterminal-shell/blob/master/uninstall.old.ps1

@lextm lextm added the question Further information is requested label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants