Skip to content

Commit 0220380

Browse files
authored
Add FAQ for WinPS5.1 update message (#12689)
* Add FAQ for WinPS5.1 update message * Fix typos * Minor edits * Fix TOC * Fix typo * Address Mikey's Yaml nit * yayf - yet another yaml fix
1 parent a4e0f9b commit 0220380

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

reference/docs-conceptual/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ items:
239239
href: whats-new/module-compatibility.md
240240
- name: Windows PowerShell
241241
items:
242+
- name: Windows PowerShell update message
243+
href: windows-powershell/update-notification-message.yml
242244
- name: ISE
243245
items:
244246
- name: Introducing the Windows PowerShell ISE
59.1 KB
Loading
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
### YamlMime:FAQ
2+
metadata:
3+
description: >-
4+
This article explains the intent of the update notification message in Windows PowerShell.
5+
ms.date: 01/22/2026
6+
ms.topic: faq
7+
title: Windows PowerShell update message
8+
9+
title: Windows PowerShell update message
10+
summary: |
11+
When you start Windows PowerShell you see a message that tells you to install the latest version
12+
of PowerShell along with a URL.
13+
14+
![Update notification message](./media/update-notification-message/windows-powershell-update-notice.png)
15+
16+
This article explains the intent of this message and provides answers to frequently asked
17+
questions.
18+
19+
sections:
20+
- name: Frequently asked questions
21+
questions:
22+
- question: Why am I seeing this message?
23+
answer: |
24+
Windows PowerShell displays this message at startup to make you aware that there is a
25+
newer version of PowerShell available.
26+
27+
- question: I opened the URL but it didn't install an update.
28+
answer: |
29+
The `aka.ms` link takes you to this page. If you want to install the latest version of
30+
PowerShell, follow the instructions in
31+
[Install PowerShell on Windows](../install/install-powershell-on-windows.md).
32+
33+
- question: But I installed PowerShell 7, why am I still seeing this message?
34+
answer: |
35+
You always get the message when you run Windows PowerShell 5.1. PowerShell 7 doesn't
36+
replace Windows PowerShell 5.1. PowerShell 7 installs side-by-side. You can run either
37+
version.
38+
39+
- question: Can I disable the message?
40+
answer: No. There is no way to disable the message.
41+
42+
- question: How does Windows PowerShell 5.1 get updated?
43+
answer: |
44+
Windows PowerShell 5.1 is a built-in component of Windows. It's important to understand
45+
that Windows PowerShell is no longer being developed. Microsoft only publishes security
46+
updates for Windows PowerShell 5.1. All updates are managed through standard Windows
47+
update channels.
48+
49+
- question: My install of Windows is up-to-date. Why am I still getting this message?
50+
answer: |
51+
This message appears every time you start Windows PowerShell 5.1. It doesn't mean that
52+
Windows PowerShell 5.1 is not up-to-date. It means that you are not running PowerShell 7.
53+
54+
- question: Why would I want to install PowerShell 7?
55+
answer: |
56+
Windows PowerShell 5.1 is no longer being developed. PowerShell 7 is actively developed
57+
and supported. PowerShell 7 is faster, more secure, and is available for Windows, Linux
58+
and macOS. For more information, see
59+
[Differences between Windows PowerShell 5.1 and PowerShell 7](../whats-new/differences-from-windows-powershell.md).
60+
61+
- question: Do I need to install PowerShell 7?
62+
answer: |
63+
No, you don't need to install PowerShell 7 unless you have a specific requirement for the
64+
features it provides.

0 commit comments

Comments
 (0)