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

Repeated "update skipped" warnings in PowerShell #3204

Open
3 tasks done
imadraude opened this issue Feb 17, 2025 · 8 comments
Open
3 tasks done

Repeated "update skipped" warnings in PowerShell #3204

imadraude opened this issue Feb 17, 2025 · 8 comments
Labels
bug Something isn't working

Comments

@imadraude
Copy link

imadraude commented Feb 17, 2025

Describe the bug

Every time I launch PowerShell with CTT PowerShell Profile, I get the following warnings:

PowerShell 7.5.0
WARNING: Profile update skipped. Last update check was within the last 7 day(s).
WARNING: PowerShell update skipped. Last update check was within the last 7 day(s).
Use 'Show-Help' to display help

These warnings appear every time PowerShell starts, even though no updates are being checked or applied.

Steps to reproduce

  1. Open PowerShell.
  2. Observe the warnings in the terminal.

Expected behavior

PowerShell should not display warnings about skipped updates unless an actual issue is present.

Screenshots

Update check issue

Additional context

  • PowerShell version: 7.5.0
  • OS: Windows 11

Issue validation

  • I checked for duplicate issues.
  • I checked for already existing discussions.
  • I checked for an already existing pull request addressing the issue.
@imadraude imadraude added the bug Something isn't working label Feb 17, 2025
@vaibhavchandolia
Copy link

I am also having the same issue and it takes a lot of time to open the powershell session.

Image

@DRYN07
Copy link

DRYN07 commented Feb 21, 2025

Is there a way to disable auto update check?

@voyager2saturn
Copy link

I am also facing the same issue. Need an option to disable auto update until fix.

@scotscoder
Copy link

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?

@mnsardone
Copy link

Happening to me on W11 with latest PowerShell version.

@ryaneford
Copy link

happening here. upwards to nearly 10 seconds to launch terminal

@on1nose
Copy link

on1nose commented Feb 26, 2025

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.

@voyager2saturn
Copy link

There are two ways to remove the profile

  1. Automatically
    From CTT Toolbox -> Config -> Uninstall CTT Powershell Profile

  2. Manual Method (From ChatGPT) using pwsh

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants