Fixes #13186 - Add -nologo as an option to suppress the message - #13187
Conversation
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
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.dateto reflect the latest modification date. - Revised the “Can I disable the message?” answer to mention using
-nologoto suppress startup output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| answer: | | ||
| No. There is no way to remove the message. However, you can avoid all startup messages | ||
| by running `powershell.exe -nologo`. |
|
Learn Build status updates of commit 861b091: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Add
-nologoas an option to suppress the messagePR Checklist