You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: