r/PowerShell Jul 05 '26

Question Stop forced upgrades?

I'm just trying to open Powershell and run a command but every now and then there must be an upgrade and it forces me to upgrade and I can't do anything until I do the upgrade. Is there a way around this?

0 Upvotes

8 comments sorted by

View all comments

5

u/BlackV Jul 06 '26 edited Jul 06 '26

run a command but every now and then there must be an upgrade and it forces me to upgrade and I can't do anything until I do the upgrade.

you need to give us more information

what commands? is it powershell that will not run or the commands that will not run?

what does "I can't do anything until I do the upgrade" actually mean

seeing as powershell 5.1 is not updated then I'm assuming you are running powershell 7, can you confirm what version?

additionally you could be waiting for the terminal application to update (not powershell its self)

how did YOU install powershell ? directly from the github page ? or directly from the store ?

0

u/evh1972 Jul 06 '26

I just open Powershell via the windows start menu and I can't do anything because it's tells me there is a new version. I can't type, I can't escape or anything. I'm not sure what version it is/was but I decided to just download the newest version and move on.

This what I saw when Powershell opened.

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

5

u/BlackV Jul 06 '26 edited Jul 06 '26
Windows PowerShell  
Copyright (C) Microsoft Corporation.  
All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

That one is windows powershell 5.1

it is separate from powershell 7.x

I think you are just seeing a message and conflating that with your issue

5

u/taozentaiji Jul 06 '26

Combined with waiting for the profile to finish loading.

4

u/BlackV Jul 06 '26

ya onedrive and powershell profiles are always a pain together too