Skip to content

Commit eeea73e

Browse files
committed
Add FAQ for WinPS5.1 update message
1 parent a4e0f9b commit eeea73e

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

reference/docs-conceptual/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ items:
241241
items:
242242
- name: ISE
243243
items:
244+
- name: Windows PowerShell update message
245+
href: windows-powershell/update-notification-message.yml
244246
- name: Introducing the Windows PowerShell ISE
245247
href: windows-powershell/ise/introducing-the-windows-powershell-ise.md
246248
- name: Using the Windows PowerShell ISE
59.1 KB
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
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: General Information
21+
questions:
22+
- question: Why am I seeing this message?
23+
answer: |
24+
Windows PowerShell displays this messages at startup to make you aware that there is a
25+
newer version of PowerShell available.
26+
27+
- question: I opened the `aka.ms` link but it didn't install the update.
28+
answer: |
29+
The `aka.ms` 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. It installs side-by-side. You can run either version.
37+
38+
- question: Can I disable the message?
39+
answer: No. There is now way to disable the message.
40+
41+
- name: Windows PowerShell 5.1
42+
questions:
43+
- question: How does Windows PowerShell 5.1 get updated?
44+
answer: |
45+
Windows PowerShell 5.1 is a built-in component of Windows. It's important to understand
46+
that Windows PowerShell is no longer being developed. The only updates to published for
47+
Windows PowerShell 5.1 are security updates. All updates are managed through standard
48+
Windows update channels.
49+
50+
- question: My install of Windows is up-to-date. Why am I still getting this message?
51+
answer: |
52+
This message appears every time you start Windows PowerShell 5.1. It doesn't mean that
53+
Windows PowerShell 5.1 is not up-to-date. It means that you are not running PowerShell 7.
54+
55+
- name: PowerShell 7
56+
questions:
57+
- question: Why would I want to install PowerShell 7?
58+
answer: |
59+
Windows PowerShell 5.1 is no longer being developed. PowerShell 7 is actively developed
60+
and supported. PowerShell 7 is faster, more secure, and is available for Windows, Linux
61+
and macOS. For more information, see
62+
[Differences between Windows PowerShell 5.1 and PowerShell 7](../whats-new/differences-from-windows-powershell.md).
63+
64+
- question: Do I need to install PowerShell 7?
65+
answer: |
66+
No, you don't need to install PowerShell 7 unless you have a specific requirement for the
67+
features it provides.

0 commit comments

Comments
 (0)