-
Notifications
You must be signed in to change notification settings - Fork 143
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
Incorrect shell type in the window title: Windows PowerShell
#648
Comments
Specifically which way is being used to start a clean console window? If the title bar says "Windows Powershell", then probably Windows Powershell was started, not cmd.exe. Are you using Windows Terminal? If so, then by default, starting Windows Terminal opens a Powershell tab. That's configurable in Windows Terminal and isn't related to Clink. |
WIN+R, cmd.exe
No, Task Manager shows
No. |
What is the full output from running I think there must be another program hooking into CMD AutoRun and changing the window title. Or, does the issue go away if you turn off checking for updates by running I do not experience this issue on Windows 8.1, and I've never heard of anything like this. So I don't have any ready answers, and I'm trying to help you troubleshoot what's going on. |
Seems this is the cause. |
That's strange; I'm not able to reproduce that on Windows 8.1. What is the output from |
I finally found a way to reproduce the issue where Windows PowerShell on Win8.1 alters the title bar and doesn't restore it. It seems to be an issue in PowerShell v4.0 that comes with Win8.1. It does not occur in PowerShell v5.0 or higher, which come with Win10 or higher. I'm adding a workaround to block PowerShell from being able to alter the title bar in the first place. |
If start a clean console window as
cmd.exe
, the title has an incorrect shell type.OS:
Windows 8.1
The text was updated successfully, but these errors were encountered: