惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园_首页
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
美团技术团队
IT之家
IT之家
罗磊的独立博客
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
博客园 - 叶小钗
M
MIT News - Artificial intelligence
B
Blog RSS Feed
有赞技术团队
有赞技术团队
Y
Y Combinator Blog

rss.livelink.threads-in-node

Probably has less bugs than windows 11 | Microsoft Community Hub Quick question about window PC requirements for meta link cable? Is it possible to run ryujinx canary on an administrator account on windows? Why Windows 11 still depends on 1990s code iphone auf pc spiegeln windows 11 – Welche Methode funktioniert zuverlässig? CHERIoT-Ibex: Closing the door on memory safety vulnerabilities with hardware-enforced protection Known issue: Upgrading Microsoft Tunnel version 20260129.1 What's New in Microsoft Entra: May 2026 Carta de validación TSP (aka.ms/TSP_Achievement_Code_Enroll...) restricted across all accounts unable to enroll Class Admin Build observability for scalable AI apps and agents selling through Microsoft Marketplace Inspektor Gadget Completes Its First Independent Security Audit Retirement of Direct Exchange ActiveSync Certificate-Based Authentication by End of 2026 Export mixed text and tabular Excel to PDF Safely Migrating Terraform Managed Disks on Azure Using Stable Keys and Copilot Microsoft 365 & Power Platform Community call Microsoft 365 & Power Platform product updates call Course Retirement Announcement: AI-3022 The End is Nigh for DES and an Update for hunting down RC4 Unable to Access Scheduling Poll Options Title Plan Update - May 8, 2026 Secure Medallion Architecture Pattern on Azure Databricks (Part II) From Observability to Action: Building an AI-Powered AIOps Agent for Customer-Specific Operations General Availability of Mailbox Import and Export Microsoft Graph APIs Why External Participants Can—or Can’t—Join a Microsoft Teams Meeting CRITICAL: Data Loss on Build 26200.8328 - AI Storage Sense deleted 160+ apps with 870GB free space. Why is everyone hating on Windows 11? I was pissed at the Windows 11 context menu so I built this. Windows 11 Shows ASUS LOGO but then goes dark for 5 minutes Windows 11 causes discrete graphics cards to be locked at their base clock speed when idle
Update 26220.8491: Win11 Update Freezes at 38% - Hypervis...
sbrown51265 · 2026-05-23 · via rss.livelink.threads-in-node

Hi sbrown51265, this is a sophisticated failure—you've correctly identified that the update engine is 'stubbornly' trying to initialize the hypervisor stack even when the host hardware doesn't support it (lack of VMX).

Since there is no 'official' documented switch to skip virtualization-dependent packages during the offline migration phase, here is how you can try to force the update through:

Option 1: The 'Bypass' Registry Method: Before launching the installer/update, use the Registry Editor to set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity to Enabled=0. Sometimes this prevents the update engine from asserting the VBS requirement during the staging phase.

Option 2: The 'DISM' approach: Instead of using the Windows Update GUI, try downloading the .msu or .cab file for the update and deploying it via DISM from an elevated command prompt (dism /online /add-package /packagepath:C:\path\to\update.cab). DISM often handles the 'offline' migration logic more gracefully than the standard Update Orchestrator.

Option 3: The 'Virtualization' override: If you have access to the BIOS, even if your CPU lacks VMX, check if there is a 'Virtualization Technology' toggle. Sometimes flipping it to 'Enabled' (even if the CPU is incompatible) satisfies the installer's 'check'—it will crash later, but it might get you past the 38% update hurdle.

Given your diagnostic logs, I would focus on the DISM deployment method—it is the most likely way to bypass the 'pre-flight' checks that are locking you up.