- Notifications
You must be signed in to change notification settings - Fork7.7k
v7.3.0 Release of PowerShell#18494
-
7.3.0 - 2022-11-08General Cmdlet Updates and Fixes
Tests
Build and Packaging Improvements
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 8 comments 17 replies
-
Release7.3.0 shows some MAJOR improvements in startup time.On my windows x64 dev machine (normally quite fast), releasev7.2.x took upwards of 2000-3000ms at startup, just to get to the first paint. (no screenshot available sorry). Beta-releasev7.3.0-rc.1 ran significantly faster than the previous version (v7.2.7 stable), and it great to see that this finally made it to stable for PS7 At the end of the day, you can expect <1000ms startup times (tested on x64 windows), depending on your startup scripts (I have a generous amount running at startup) |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 2
-
Can anyone help me which command to upgrade the powershell? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Windows or *nix? How did you install pwsh early? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
-
BetaWas this translation helpful?Give feedback.
All reactions
-
[That comment went to the wrong place. Repost.] Ouch. Then the only advice I can give is the usual boilerplate that we are all thoroughly tired of: Try safe mode, turn off, better yet, uninstall, your antivirus software, update your drivers, disconnect all nonessential devices, etc. |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
@chrullrich, I'll stay with 7.2.7 for now then. There is no rush here. I am sure the bug will pop up eventually as we have a large userbase (however not many of us dare to speak publicly, especially of troubles). Thank you for paying attention! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Windows 7 is not a supported OS for PowerShell 7 |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'm saying you are highly unlikely to get any real support because you are running on an outdated os that technically was never a supported os for PowerShell 7 to run on. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Finally,there is a way to run the latest Pwsh on Windows 7. $$PSVersionTableName Value---- -----PSVersion 7.5.1PSEdition CoreGitCommitId 7.5.1OS Microsoft Windows 6.1.7601 Service Pack 1Platform Win32NTPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}PSRemotingProtocolVersion 2.3SerializationVersion 1.1.0.1WSManStackVersion 3.0 |
BetaWas this translation helpful?Give feedback.
All reactions
-
Why did you remove the "Type 'help' to get help" welcome message and docs link? 😿 |
BetaWas this translation helpful?Give feedback.
All reactions
-
There was a discussion about "why pwsh creates this header while others (bash) do not". |
BetaWas this translation helpful?Give feedback.
All reactions
-
Some (like bash) don't, others (like python) do. Still think it was more friendly, especially for first-time users. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Do we have to download all the 24 assets? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Just download the file for your system (in your preferred format, if there is more than one). There are installation instructions in theGet PowerShell section ofhttps://github.com/PowerShell/PowerShell#readme |
BetaWas this translation helpful?Give feedback.
All reactions
-
how to install PowerShell using command? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Do the installation instruction in theGet PowerShell section ofhttps://github.com/PowerShell/PowerShell#readme help? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Linux user here...just ran the bash script for Evaluation-STIP_Bash.sh in the correct context and received an error: Line 197 Permission denied for powershell/pwsh. Since I'm running in a disconnected virtual environment, I had downloaded the file "Powershell-7.30-linux-x64.tar.gz', renamed it to "powershell.tar.gz", placed it in the Evaluate-STIG directory, and ran Evaluate-STIG_Bash.sh as sudo bash. Then I su - to root and tried it again. No joy. Is there a permissions problem within the compressed file? Thoughts? Thanks in advance. |
BetaWas this translation helpful?Give feedback.
All reactions
-
This has been fixed in 7.3.1. Thanks for reporting |
BetaWas this translation helpful?Give feedback.
All reactions
-
Will Microsoft Update update v7.2.7 to v7.3.0? I've noticed that Microsoft Update has been updating the v7.2.x series a week or so after release, but it's been over a month now, and v7.2.7 is still the installed version. So do I have to manually update to v7.3.0? Thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Microsoft update is always a little behind the times of releases that you could otherwise manually install. So you can manually update or wait for it to come around though it may have been temp blocked due to some additional issues that the team has found since it's release |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks@kilasuit! I just got v7.2.8 with the automatic updates, so it looks like I'll have to manually install the v7.3.x series if I want it. |
BetaWas this translation helpful?Give feedback.