Microsoft signale qu'un bug de mise à jour de Windows peut empêcher l'arrêt du système : quels sont les éléments concernés et comment le contourner ?

Microsoft a fourni des informations complémentaires concernant un bug d'arrêt de Windows déclenché par les mises à jour de janvier 2026, confirmant qu'il affecte davantage de systèmes que ce qui avait été initialement signalé. Selon BleepingComputer, ce problème peut entraîner le redémarrage de certains appareils au lieu de leur arrêt ou de leur mise en veille prolongée lorsque certaines configurations de sécurité sont activées.

Pour la plupart des utilisateurs, le symptôme se manifeste par un message d'erreur indiquant que leur PC ne s'éteint pas. Pour les équipes informatiques, le véritable problème réside dans la compatibilité entre les fonctionnalités de sécurité reposant sur la virtualisation et le chemin de mise à jour.

Que se passe-t-il sur les machines concernées ?

BleepingComputer signale qu'après l'installation de certaines mises à jour, certains PC compatibles avec Secure Launch et dotés du mode sécurisé virtuel (VSM) activé ne peuvent plus s'éteindre ni se mettre en hibernation ; le système redémarre à la place.

Ce n'est pas seulement agaçant. Cela peut :

  • Fenêtres de correctifs et de maintenance
  • Confondre les politiques de gestion de l'énergie
  • Augmentation de l'usure (redémarrages inattendus)
  • Laisser les systèmes dans des états inattendus pour les flux de travail de chiffrement et de conformité

Quelles versions et mises à jour de Windows sont concernées ?

Selon BleepingComputer :

  • Les systèmes Windows 11 23H2 avec KB5073455 installé (et System Guard Secure Launch activé) ont été identifiés comme étant concernés.
  • Microsoft a publié des mises à jour hors bande (OOB) peu après pour résoudre ce cas précis.
  • Microsoft a par la suite mis à jour son tableau de bord pour confirmer un comportement similaire sur Windows 10 22H2 et certaines versions de Windows 10 Enterprise LTSC lorsque VSM est activé après l'installation de mises à jour, notamment KB5073724 et KB5078131.

Qu'est-ce que VSM et pourquoi est-il présent dans l'histoire ?

Le mode sécurisé virtuel (VSM) utilise la virtualisation matérielle pour créer une région de « noyau sécurisé » isolée, protégeant ainsi les ressources sensibles telles que :

  • Informations d'identification
  • Clés de chiffrement
  • jetons de sécurité

Il sous-tend des fonctionnalités telles que Credential Guard et l'intégrité du code protégée par l'hyperviseur.

Étant donné que VSM modifie la façon dont le système d'exploitation interagit avec les composants de bas niveau (démarrage, isolation de la mémoire, hyperviseur), des bogues dans le chemin de mise à jour peuvent apparaître spécifiquement sur les machines dont ces protections sont activées.

La solution de contournement recommandée par Microsoft

BleepingComputer rapporte que Microsoft a conseillé aux clients concernés d'éteindre manuellement leur ordinateur en utilisant :

  • arrêt /s /t 0

Cela force l'utilisation d'une commande d'arrêt directe et peut s'avérer utile en attendant la mise à jour corrective.

Pour les organisations, cette solution de contournement peut être automatisée ou déployée via des outils de gestion, mais elle reste un simple pansement.

Que doivent faire les équipes informatiques maintenant

  1. Vérifiez quelles flottes ont Secure Launch ou VSM activé.(Ces images peuvent être limitées à certains modèles ou à des images d'entreprise).
  2. Confirmer l'installation des mises à jour KBet les comparer aux notes de santé de la version de Microsoft.
  3. Déployer les mises à jour OOB le cas échéantet valider le comportement d'arrêt/d'hibernation.
  4. Communiquer les instructions aux utilisateurs(y compris la solution de contournement en ligne de commande) pour réduire le bruit des services d'assistance.

En résumé

Le bogue lié à l'arrêt de Windows nous rappelle que des mesures de sécurité renforcées peuvent engendrer des interactions plus complexes avec les mises à jour. Si vos appareils utilisent Secure Launch ou VSM, suivez attentivement les avis de sécurité de Microsoft concernant les mises à jour et utilisez la solution de contournement via la commande d'arrêt en attendant la publication du correctif définitif.


Sources

Document Title
Microsoft says a Windows update bug can prevent shutdown—what’s affected and the workaround
Microsoft confirmed a January update bug that can cause affected Windows 10/11 PCs to restart instead of shutting down or hibernating when certain security features are enabled. Here’s what’s impacted, why VSM matters, and what to do.
Title Attribute
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
OpenAI’s new Codex macOS app is about managing coding agents, not just prompts
Notepad++ update hijack: what the six-month breach teaches about updater trust
Page Content
Microsoft says a Windows update bug can prevent shutdown—what’s affected and the workaround
Nature
Climate
/
Technology
/ By
Admin
Microsoft has expanded guidance on a Windows shutdown bug triggered by January 2026 updates, confirming it affects more systems than first reported. According to BleepingComputer, the issue can cause some devices to restart instead of shutting down or entering hibernation when specific security configurations are enabled.
For most users, the symptom looks like “my PC won’t shut down.” For IT teams, the real issue is compatibility between security features that rely on virtualization and the update path.
What’s happening on affected machines
BleepingComputer reports that after installing certain updates, some Secure Launch-capable PCs with Virtual Secure Mode (VSM) enabled are unable to shut down or hibernate; instead, the system restarts.
This isn’t just annoying. It can:
Break patching and maintenance windows
Confuse power-management policies
Increase wear (unexpected reboots)
Leave systems in unexpected states for encryption and compliance workflows
Which Windows versions and updates are involved
Per BleepingComputer:
Windows 11 23H2 systems with KB5073455 installed (and System Guard Secure Launch enabled) were identified as affected.
Microsoft issued out-of-band (OOB) updates shortly after to address that specific case.
Microsoft later updated its dashboard to confirm similar behavior on Windows 10 22H2 and certain Windows 10 Enterprise LTSC versions when VSM is enabled after installing updates including KB5073724 and KB5078131.
What is VSM and why it’s in the story
VSM (Virtual Secure Mode) uses hardware virtualization to create an isolated “secure kernel” region, protecting sensitive assets like:
Credentials
Encryption keys
Security tokens
It underpins features such as Credential Guard and Hypervisor-Protected Code Integrity.
Because VSM changes how the OS interacts with low-level components (boot, memory isolation, hypervisor), bugs in the update path can show up specifically on machines with these protections enabled.
The workaround Microsoft recommends
BleepingComputer reports that Microsoft advised affected customers to manually shut down using:
shutdown /s /t 0
This forces a direct shutdown command path and can help until a fix is delivered via a future update.
For organizations, that workaround can be scripted or pushed via management tools, but it’s still a band-aid.
What IT teams should do now
Check which fleets have Secure Launch or VSM enabled
(these may be limited to certain models or enterprise images).
Confirm update KBs installed
and match against Microsoft’s release-health notes.
Deploy OOB updates where applicable
and validate shutdown/hibernate behavior.
Communicate user guidance
(including the command-line workaround) to reduce helpdesk noise.
Bottom line
The Windows shutdown bug is a reminder that stronger security features can introduce more complex interactions with updates. If your devices use Secure Launch or VSM, track Microsoft’s release-health advisories closely—and use the shutdown command workaround until the permanent fix ships.
Sources
https://www.bleepingcomputer.com/news/microsoft/microsoft-january-update-shutdown-bug-affects-more-windows-pcs/
Previous Post
Next Post
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
OpenAI’s new Codex macOS app is about managing coding agents, not just prompts
Notepad++ update hijack: what the six-month breach teaches about updater trust
Microsoft confirmed a January update bug that can cause affected Windows 10/11 PCs to restart instead of shutting down or hibernating when certain security features are enabled. Here’s what’s impacted, why VSM matters, and what to do.
Document Title
Page not found - Florin.blog
Image Alt
Florin.blog
Title Attribute
Florin.blog » Feed
RSD
Skip to content
Placeholder Attribute
Search...
Page Content
Page not found - Florin.blog
Skip to content
Home
Blog
Garden Decor
Indoor
Main Menu
This page doesn't seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?
Search for:
Search
Quick Links
Outdoors
About
Contact
Explore
Bestsellers
Hot deals
Best of The Year
Featured
Gift Cards
Help
Privacy Policy
Disclaimer
: As an Amazon Associate, we earn from qualifying purchases — at no extra cost to you.
Florin.blog
Florin.blog » Feed
RSD
Search...
r Français