-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Repeated "update skipped" warnings in PowerShell #3204
Comments
Is there a way to disable auto update check? |
I am also facing the same issue. Need an option to disable auto update until fix. |
Same here. I don't care if an update wasn't necessary, and it certainly shouldn't be a warning. I also don't care how long it takes to load profiles. Can we disable this please? |
Happening to me on W11 with latest PowerShell version. |
happening here. upwards to nearly 10 seconds to launch terminal |
4-5s to open up the terminal. Kindly asking to have to have the option to disable the update checks, since there's a manual way to do it in the help menu. |
There are two ways to remove the profile
Remove-Item -Path $PROFILE -Force Remove-Item -Recurse -Force "$env:APPDATA\Microsoft\Windows\PowerShell" Once the problem is solved, I think you can install it later |
Describe the bug
Every time I launch PowerShell with CTT PowerShell Profile, I get the following warnings:
These warnings appear every time PowerShell starts, even though no updates are being checked or applied.
Steps to reproduce
Expected behavior
PowerShell should not display warnings about skipped updates unless an actual issue is present.
Screenshots
Additional context
Issue validation
The text was updated successfully, but these errors were encountered: