lextm / windowsterminal-shell

Install/uninstall scripts for Windows Terminal context menu items
MIT License
1.67k stars 149 forks source link

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

Open chrispinkney opened 4 years ago

chrispinkney commented 4 years ago

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 commented 4 years ago

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