Skip to content

Fixes #13186 - Add -nologo as an option to suppress the message - #13187

Merged
sdwheeler merged 1 commit into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w601531-i13186-update
Jul 30, 2026
Merged

Fixes #13186 - Add -nologo as an option to suppress the message#13187
sdwheeler merged 1 commit into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w601531-i13186-update

Conversation

@sdwheeler

@sdwheeler sdwheeler commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

PR Summary

Add -nologo as an option to suppress the message

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings July 30, 2026 14:05
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Windows PowerShell update-notification FAQ to reflect that the startup notification can be suppressed, addressing the “Can I disable the message?” guidance.

Changes:

  • Updated ms.date to reflect the latest modification date.
  • Revised the “Can I disable the message?” answer to mention using -nologo to suppress startup output.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +71 to +73
answer: |
No. There is no way to remove the message. However, you can avoid all startup messages
by running `powershell.exe -nologo`.
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 861b091:

✅ Validation status: passed

File Status Preview URL Details
reference/docs-conceptual/windows-powershell/update-notification-message.yml ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

@sdwheeler
sdwheeler merged commit 3559116 into MicrosoftDocs:main Jul 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Can I disable the message?" is incorrect

2 participants