A Microsoft szerint egy Windows frissítési hiba megakadályozhatja a leállítást – mit érint, és hogyan kerülheti el a rendszer

A Microsoft kibővítette az útmutatást a 2026 januári frissítések által kiváltott Windows leállítási hibával kapcsolatban, megerősítve, hogy a hiba több rendszert érint, mint azt először jelentették. A BleepingComputer szerint a probléma egyes eszközök újraindítását okozhatja a leállás vagy hibernált állapot helyett, amikor bizonyos biztonsági konfigurációk engedélyezve vannak.

A legtöbb felhasználó számára a tünet úgy néz ki, mint „a számítógépem nem áll le”. Az informatikai csapatok számára a valódi probléma a virtualizációra támaszkodó biztonsági funkciók és a frissítési útvonal közötti kompatibilitás.

Mi történik az érintett gépeken?

A BleepingComputer jelentése szerint bizonyos frissítések telepítése után egyes Secure Launch-képes, virtuális biztonságos móddal (VSM) rendelkező számítógépek nem tudnak leállni vagy hibernálni; ehelyett a rendszer újraindul.

Ez nem csak bosszantó. A következőket is okozhatja:

  • Hibajavítási és karbantartási időszakok
  • Energiagazdálkodási szabályzatok összekeverése
  • Fokozott kopás (váratlan újraindítások)
  • Rendszerek váratlan állapotokban hagyása titkosítási és megfelelőségi munkafolyamatok esetén

Mely Windows-verziók és frissítések érintettek?

A BleepingComputer szerint:

  • A KB5073455 frissítéssel telepített (és a System Guard Secure Launch engedélyezve lévő) Windows 11 23H2 rendszereket azonosították érintettként.
  • A Microsoft röviddel ezután kiadott sávon kívüli (OOB) frissítéseket az adott eset kezelésére.
  • A Microsoft később frissítette az irányítópultját, hogy megerősítse a hasonló viselkedést a Windows 10 22H2 és bizonyos Windows 10 Enterprise LTSC verziókon, amikor a VSM engedélyezve van a KB5073724 és a KB5078131 frissítések telepítése után.

Mi a VSM és miért szerepel a történetben?

A VSM (Virtual Secure Mode) hardveres virtualizációt használ egy elszigetelt „biztonságos kernel” régió létrehozásához, amely védi az olyan érzékeny eszközöket, mint:

  • Hitelesítő adatok
  • Titkosítási kulcsok
  • Biztonsági tokenek

Olyan funkciókat támogat, mint a Credential Guard és a Hypervisor által védett kódintegritás.

Mivel a VSM megváltoztatja az operációs rendszer és az alacsony szintű komponensek (rendszerindítás, memória-izoláció, hipervizor) közötti interakciót, a frissítési útvonal hibái kifejezetten azokon a gépeken jelenhetnek meg, amelyeken ezek a védelmek engedélyezve vannak.

A Microsoft által javasolt kerülő megoldás

A BleepingComputer jelentése szerint a Microsoft azt tanácsolta az érintett ügyfeleknek, hogy manuálisan állítsák le a rendszert a következő módon:

  • leállítás /s /t 0

Ez egy közvetlen leállítási parancsútvonalat kényszerít ki, és segíthet, amíg egy jövőbeli frissítéssel meg nem érkezik a javítás.

Szervezetek számára ez a kerülő megoldás szkriptelhető vagy felügyeleti eszközökön keresztül is elérhető, de még mindig csak sebtapasz.

Mit kell most tenniük az IT-csapatoknak?

  1. Ellenőrizze, hogy mely flották rendelkeznek-e engedélyezve a Secure Launch vagy a VSM funkcióval.(ezek bizonyos modellekre vagy vállalati lemezképekre korlátozódhatnak).
  2. Frissítési tudásbázisok telepítésének megerősítéseés hasonlítsa össze a Microsoft kiadási állapotjegyzeteivel.
  3. OOB-frissítések telepítése, ahol alkalmazhatóés validálja a leállítási/hibernálási viselkedést.
  4. Felhasználói útmutató közlése(beleértve a parancssori megoldást is) a helpdesk zajának csökkentése érdekében.

A lényeg

A Windows leállítási hibája emlékeztetőül szolgál arra, hogy az erősebb biztonsági funkciók bonyolultabb interakciókat okozhatnak a frissítésekkel. Ha eszközei Secure Launch vagy VSM szolgáltatást használnak, kövesse nyomon a Microsoft kiadási állapotra vonatkozó tanácsait, és használja a leállítási parancsot a végleges javítás megjelenéséig.


Források

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...
a Magyar