Solved Windows 11 update Install error - 0xc1900101


FredricJLowe

Member
Local time
6:36 PM
Posts
63
OS
Windows 11
I have been experiencing update issues with the Something went wrong.....I have tried many fixes and the last one was to to the Windows 11, version 23H2 (repair version). The error code is 0xc1900101. I do not know what is causing this. I have a 10 year old HP Envy and in order to install Windows 11 I had to do several things, which a friend of mine was able to do following the suggestions from others on a YouTube. It had something to do with my laptop being too old. Despite that Windows 11 has been working just fine since he was able to fully install Windows 11 Professional edition.

The issue has started recently with the Windows Update. It tries to install but upon restart I get the Something went wrong and it rolled it back.

I do not know how to fix this. Like I said, I have tried many of the suggestions from Windows Troubleshooter. Going into services.msc starting, stopping, restarting various services that were recomended including Background Intelligent Transfer Service, Cryptographic Services, Windows Update.
Also, ran scannow with no errors. Deleted a bunch of files to free up disk space from one of the suggestions.

And there were other suggestions too that I can't recall at the moment.

Any ideas on what I should try now to get rid of this error and allow the Windows Updates to work?

Thank you.
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
this may help you find the problem 0xc1900101 is normally driver related.

best of luck Steve ..
 

My Computers My Computers

  • At a glance

    Windows 11 HomeRyzen 7 5825u64GB DDR4 3200Ryzen 7 5825u
    OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Screen Resolution
    1920 x 1080 @60 Hz
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    PSU
    90W external power brick
    Case
    24" All in One
    Cooling
    Default Air Cooling
    Keyboard
    HP WiFi UK extended
    Mouse
    HP WiFi 3 Button
    Internet Speed
    1GB full fibre
    Browser
    Edge & Firefox
    Antivirus
    AVG Internet Security/Windows Defender
    Other Info
    Mainly Open Source Software
  • At a glance

    Ubuntu 22.04.5 LTSi5 7200u16GB DDR4Intel
    Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Generic WiFi 3 button
    Internet Speed
    WiFi only
    Browser
    Firefox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
Thank you Steve,

I don't know what drivers need updating. How would I do that?

I put my question into Claude AI and this is what it just said:

There are a lot of suggestions, but I am not that advanced despite learning over the past 30 years by using Tech Forums to help me fix issues.

What should I try first in the suggestions recommended?

The 0xc1900101 error on an unsupported HP Envy running Windows 11 is tricky because you're dealing with both compatibility workarounds AND update issues. Let me give you some targeted solutions.
Understanding Your Situation

Since your 10-year-old HP Envy required workarounds to install Windows 11 (likely bypassing TPM 2.0/Secure Boot requirements), Windows Updates can sometimes conflict with those modifications or hit hardware compatibility issues during installation.
Specific Fixes for 0xc1900101 on Bypassed Systems
1. Check What Specific Update Is Failing

First, identify the exact update:

Go to Settings → Windows Update → Update history
Look for the failed update KB number
Note if it's a Feature Update (23H2) or Cumulative Update

If it's the 23H2 Feature Update specifically, this is more complex because it's essentially a new Windows version.
2. Driver Issues (Most Common Cause)

The 0xc1900101 error during restart usually means a driver crashed during installation. On older hardware with bypass workarounds, this is very common.

Try this:

Open Device Manager
Look for any devices with yellow exclamation marks
Update or temporarily disable these drivers:
Display adapter (GPU driver)
Network adapters (Wi-Fi/Ethernet)
Audio devices
USB controllers
Any third-party antivirus software

Critical step:

Before running Windows Update, uninstall your GPU driver using DDU (Display Driver Uninstaller):
Download DDU from Wagnardsoft
Run it in Safe Mode
Remove GPU driver completely
Restart and let Windows install basic display driver
Try Windows Update again
Reinstall proper GPU driver AFTER update succeeds

3. Registry Bypass Check

Since you bypassed Windows 11 requirements, verify the registry modifications are still in place:

Press Win + R, type regedit
Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
Verify these DWORD values exist:
AllowUpgradesWithUnsupportedTPMOrCPU = 1
AllowUpgradesWithUnsupportedCPU = 1 (if needed)

If missing, the update might be failing due to compatibility checks.
4. Windows Update Medic Service

This service can interfere with manual fixes:

Press Win + R, type regedit
Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
Change Start value from 3 to 4 (disables it)
Restart computer
Try update again

5. Clean Boot Update Attempt

Third-party software (especially antivirus) can block updates on bypassed systems:

Press Win + R, type msconfig
Go to Services tab
Check "Hide all Microsoft services"
Click "Disable all"
Go to Startup tab → Open Task Manager
Disable all startup items
Restart
Try Windows Update

6. Manual Update Installation (Bypass Method)

If automated updates keep failing, try manual installation:

For Feature Update 23H2:

Go to Windows 11 Download Page
Download Windows 11 Installation Assistant
Run it - it will upgrade in place
Keep your registry bypasses in place during this

For Cumulative Updates:

Go to Microsoft Update Catalog
Search for the KB number that's failing
Download the .msu file for your system (x64)
Run it manually
Restart

7. Check Event Viewer for Specific Driver

The rollback happens because something crashes. Find out what:

Press Win + X → Event Viewer
Go to Windows Logs → System
Look for Critical or Error entries around the time of the failed update
Look for errors mentioning specific .sys files or driver names
These tell you which driver is causing the rollback

Common culprits on older HP Envys:

Intel HD Graphics drivers
Realtek audio drivers
Intel Management Engine
HP bloatware services

8. Disable Secure Boot in BIOS (If Bypassed)

If you bypassed Secure Boot to install Win11:

Restart and enter BIOS (usually F10 during boot on HP)
Verify Secure Boot is disabled
Save and exit

Sometimes updates try to re-enable security features and fail on incompatible hardware.
9. Check Disk Space More Carefully

You mentioned freeing space, but check specifically:

C: drive needs at least 20GB free for feature updates
Use Disk Cleanup → Clean up system files
Delete C:\Windows\SoftwareDistribution\Download folder
Delete C:\Windows.old if it exists

10. Nuclear Option: In-Place Upgrade Repair

If nothing works, do an in-place upgrade repair that preserves your bypass:

Download Windows 11 ISO from Microsoft
Mount the ISO (double-click it)
Run setup.exe from the mounted drive
Choose "Keep personal files and apps"
This reinstalls Windows 11 while keeping your data and registry bypasses

What I'd Try First (Priority Order)

Uninstall GPU driver using DDU, then try update
Check Event Viewer to identify the crashing driver
Disable third-party antivirus temporarily
Clean boot and try update
Manual installation via Windows 11 Installation Assistant

Long-Term Consideration

Since your hardware is 10 years old and unsupported, you might want to:

Stay on current build if it's stable (defer feature updates)
Only install security updates (cumulative updates)
Skip feature updates (like 23H2) unless absolutely necessary

To defer feature updates:

Settings → Windows Update → Advanced options
Expand "Additional options"
Adjust deferral periods

Questions to Help Narrow It Down

Is this a Feature Update (23H2) or a monthly Cumulative Update?
Do you have any third-party antivirus installed?
What's your GPU (Intel integrated, AMD, NVIDIA)?
How much free space on C: drive currently?

Let me know the answers and what you find in Event Viewer - that will help pinpoint the exact cause!
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
I didn't find any drivers outdated in Device Manager. I downloaded IOBIT driver booster. It found 12 obsolete drivers. I turned off Windows Defender anti virus. I tried running Windows Update again for the Windows 11, version 23H2 (repair version) but it still failed showing that error code Install error 0xc1900101
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
it maybe an idea to download the Windows 11 25H2 ISO

then use Rufus to burn the ISO to a USB stick
and then upgrade your system using setup.exe file on the Rufus USB

23H2 has no more support anymore

best of luck Steve ..
 

My Computers My Computers

  • At a glance

    Windows 11 HomeRyzen 7 5825u64GB DDR4 3200Ryzen 7 5825u
    OS
    Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP 24" AiO
    CPU
    Ryzen 7 5825u
    Motherboard
    HP
    Memory
    64GB DDR4 3200
    Graphics Card(s)
    Ryzen 7 5825u
    Sound Card
    RealTek
    Monitor(s) Displays
    24" HP AiO
    Screen Resolution
    1920 x 1080 @60 Hz
    Hard Drives
    1TB WD Blue SN580 M2 SSD Partitioned.
    2x 1TB USB HDD External Backup/Storage.
    PSU
    90W external power brick
    Case
    24" All in One
    Cooling
    Default Air Cooling
    Keyboard
    HP WiFi UK extended
    Mouse
    HP WiFi 3 Button
    Internet Speed
    1GB full fibre
    Browser
    Edge & Firefox
    Antivirus
    AVG Internet Security/Windows Defender
    Other Info
    Mainly Open Source Software
  • At a glance

    Ubuntu 22.04.5 LTSi5 7200u16GB DDR4Intel
    Operating System
    Ubuntu 22.04.5 LTS
    Computer type
    Laptop
    Manufacturer/Model
    Dell 13" Latitude 2017
    CPU
    i5 7200u
    Motherboard
    Dell
    Memory
    16GB DDR4
    Graphics card(s)
    Intel
    Sound Card
    Intel
    Monitor(s) Displays
    13" Dell Laptop
    Hard Drives
    250GB Crucial 2.5" SSD
    Mouse
    Generic WiFi 3 button
    Internet Speed
    WiFi only
    Browser
    Firefox
    Antivirus
    ClamAV TK
    Other Info
    Mainly Open Source Software
Hi Steve,

I put that back to Claude AI what you suggested and this is what it said:

That's partially good advice but with some important caveats for your situation. Let me break this down:

About the 23H2 End of Support​

The forum poster is correct:

  • Windows 11 23H2 (Home/Pro editions) reached end of support on November 8, 2025
  • You should ideally move to 24H2 (not 25H2 - that doesn't exist yet; they meant 24H2)
  • However, this only matters if you actually successfully have 23H2 installed
Key question: What version are you currently running?

Check this:

  1. Press Win + R, type winver
  2. Look at the version number
If you see something like:

  • 22H2 → You're trying to update TO 23H2 (which is now pointless)
  • 23H2 → You should move to 24H2
  • 21H2 or older → Skip straight to 24H2

The Rufus Method: Good and Bad​

✅

  1. Rufus can bypass Windows 11 requirements automatically during USB creation
  2. In-place upgrade preserves your files and apps while fixing update issues
  3. Often succeeds when Windows Update fails on older hardware
  4. Going straight to 24H2 makes sense since it's the current supported version

⚠️

  1. 24H2 has stricter hardware requirementsthan 23H2
    • More aggressive CPU checks
    • Requires newer instruction sets (SSE4.2, POPCNT)
    • Your 10-year-old HP might not meet these even with bypasses
  2. 24H2 has known compatibility issueswith older hardware:
    • Intel 4th-6th gen processors (which your HP likely has)
    • Older integrated graphics
    • Some USB controllers
  3. Driver availability - HP may not have 24H2 drivers for 10-year-old hardware

Better Approach for Your Situation​

Given your hardware age and existing bypass setup, here's what I recommend:

Option 1: Stay on 22H2 (If That's What You Have)

If you're currently on 22H2 trying to get to 23H2:

  • Don't bother - 23H2 support just ended
  • Either stay on 22H2 (supported until October 2025 for Pro) or go to 24H2
  • But 22H2 still gets security updates for a while

Option 2: Try Rufus Method to 24H2 (Recommended)

Step-by-step:

  1. Check your current version first (winver)
  2. Download Windows 11 24H2 ISO:
  3. Download Rufus:
  4. Create bootable USB with Rufus:
    • Insert USB drive (8GB minimum)
    • Open Rufus
    • Select your USB drive
    • Click SELECT and choose the Windows 11 ISO
    • IMPORTANT: Under "Image option" make sure it shows "Standard Windows installation"
    • Click START
    • Rufus will ask about Windows 11 requirements- check:
      • ✅ Remove requirement for 4GB+ RAM
      • ✅ Remove requirement for Secure Boot and TPM 2.0
      • ✅ Remove requirement for an online Microsoft account
    • Click OK
  5. Before running setup, backup important data (just in case)
  6. Run the upgrade:
    • Open File Explorer
    • Navigate to the USB drive
    • Double-click setup.exe (do NOT boot from USB)
    • Choose "Keep personal files and apps"
    • Let it run

Option 3: Manual Workaround Registry + Installation Assistant

If Rufus seems too complicated:

  1. Ensure your registry bypasses are in place:


<span><span> Win + R → regedit<br></span></span><span> Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup<br></span><span> Create DWORD: AllowUpgradesWithUnsupportedTPMOrCPU = 1</span>
  1. Download Windows 11 Installation Assistant:
  2. Run it - it should respect your registry bypasses

Option 4: Stay Put (Safest for Old Hardware)

Honestly, if your system is working well now:

  • Stop trying to do major version updates
  • Just get security updates (cumulative updates)
  • Defer feature updates until absolutely necessary
To do this:

  1. Settings → Windows Update → Advanced options
  2. Under "Additional options" → Pause updates
  3. Or defer feature updates for maximum period

My Recommendation for YOU Specifically​

Based on your situation (10-year-old HP, already had to bypass requirements, working fine except for this update):

I'd try this order:

  1. First, check what version you're on(winver)
    • If you're on 21H2 or 22H2 → Consider staying there
    • If you're on 23H2 → Consider moving to 24H2
  2. If you decide to upgrade to 24H2:
    • Use the Rufus method (it's the most reliable for bypassed systems)
    • BUT test first by creating a System Restore point
    • Be prepared that 24H2 might have issues on your old hardware
  3. If Rufus/24H2 fails or causes problems:
    • Roll back and stay on your current working version
    • Just install security updates only
    • Skip feature updates
  4. Consider that your hardware might be at its limit:
    • 10 years is impressive for running Win11
    • Eventually, you'll hit a version that just won't work
    • Might be time to plan for hardware upgrade in next 1-2 years

Critical Question Before You Proceed​

What version are you currently running successfully?

  • Type winver and tell me what it says
  • This determines whether this is even worth attempting
If you're on 22H2 working fine, honestly, I'd say stay there and just get security updates. The headache of forcing 24H2 onto 10-year-old hardware might not be worth it.

What does winver show for you?




Retry

FJ
23H2



Okay, so you're already on 23H2 - that changes things. Since 23H2 just reached end of support (November 8, 2025), you have a decision to make.

Your Current Situation​

  • ✅ You're on Windows 11 23H2 (working)
  • ❌ Trying to install updates but getting 0xc1900101 error
  • ⚠️ 23H2 is now end-of-life (no more updates)

The Big Question: What Update Is Failing?​

This is critical - check your Windows Update history:

Settings → Windows Update → Update history

Look for the failed update. Is it:

  • A cumulative update (KB50xxxxx)? - Monthly security patch
  • Feature update to 24H2? - Major version upgrade
If it's just a cumulative update for 23H2, it might be the final update before they stop supporting 23H2 entirely, which could explain why it's problematic.

Your Three Options​

Option 1: Move to 24H2 Now (Recommended by that forum poster)

Pros:

  • Gets you on supported version
  • 24H2 gets updates through 2026+
  • Rufus method has best chance of success on your bypassed system
Cons:

  • 24H2 is pickier about hardware compatibility
  • Your 10-year-old HP might struggle
  • Could have driver issues
How to do it:

  1. Stop trying the current failing update
  2. Use Rufus method to create 24H2 USB with bypasses
  3. Run setup.exe from USB (keeping files and apps)
  4. This does a clean upgrade that often fixes stuck update issues

Option 2: Fix the Current 23H2 Update, Then Decide

Try to get this specific update working first:

  1. Identify what's crashing via Event Viewer (my previous suggestions)
  2. Remove problematic driver (likely GPU driver using DDU)
  3. Get this update installed
  4. Then decide if you want to tackle 24H2

Option 3: Stay on 23H2 (Risky Long-Term)

Reality check:

  • 23H2 already stopped getting feature updates
  • Security updates will continue for a few more months (grace period)
  • But eventually you'll be on an unsupported system
This works if:

  • You're not worried about security
  • Your system is working perfectly
  • You don't want to risk breaking what works
  • You plan to buy new hardware soon

My Recommendation for You​

Given that you're already on 23H2 and it's working, I'd try the Rufus 24H2 upgrade method, because:

  1. You're already going to need to upgrade soon anyway (23H2 is EOL)
  2. The in-place upgrade often fixes stuck update issues better than troubleshooting
  3. Rufus handles the bypass automatically - no manual registry edits
  4. You keep all your files and programs
  5. If 24H2 doesn't work, you can roll back within 10 days

Step-by-Step: Rufus Method to 24H2​

Preparation:

  1. Backup important data (just in case)
  2. Create System Restore point:
    • Search "Create a restore point"
    • Click "Create"
    • Name it "Before 24H2"
Download & Create USB:

  1. Get 16GB USB drive (it'll be erased)
  2. Download Windows 11 24H2 ISO: Download Windows 11
  3. Download Rufus: Rufus - The Official Website (Download, New Releases)
  4. Open Rufus:
    • Select USB drive
    • Click SELECT → choose Windows 11 ISO
    • Click START
    • When prompted, check these boxes:
      • ✅ Remove requirement for Secure Boot and TPM 2.0
      • ✅ Remove requirement for online Microsoft account
      • ✅ Disable data collection (privacy)
    • Click OK and let it create the USB
Run the Upgrade:

  1. Don't boot from USB - instead:
  2. Open File Explorer → go to USB drive
  3. Double-click setup.exe
  4. Choose "Keep personal files and apps"
  5. Follow prompts
  6. System will restart several times (20-40 minutes total)
  7. Should boot into 24H2
If it fails:

  • Within 10 days: Settings → System → Recovery → "Go back"
  • This rolls back to 23H2

Alternative: Just Try to Fix Current Update First​

If you want to troubleshoot before jumping to 24H2:

Most likely fix for 0xc1900101 on your system:

  1. Uninstall GPU driver completely:
    • Download DDU (Display Driver Uninstaller)
    • Run in Safe Mode
    • Remove display driver
    • Restart
  2. Try Windows Update again with basic Microsoft display driver
  3. After update succeeds, reinstall GPU driver
This fixes 70% of 0xc1900101 errors on older systems.

What Would I Do in Your Shoes?​

I'd go with the Rufus 24H2 method because:

  • You need to upgrade anyway (23H2 is done)
  • In-place upgrade via Rufus is cleaner than troubleshooting stuck updates
  • You can roll back if it doesn't work
  • Worst case: you're back where you started
But if you're nervous:

  • Try the DDU GPU driver removal first
  • Get current update working
  • Then upgrade to 24H2 when you're ready
What's your comfort level with the Rufus method? And are you planning to keep this laptop long-term, or is new hardware on the horizon?




Retry

FJ
Security Update for Windows (KB5068865)failed to install 0x800f0922



Ah! Now we have the actual failing update: KB5068865 with error 0x800f0922. This is different from the 0xc1900101 you mentioned earlier, and much easier to fix.

What This Error Means​

Error 0x800f0922 specifically means:

  • Windows Update can't access the update servers or resources
  • OR there's a disk space/permission issue
  • OR Windows Update components are corrupted
KB5068865 is a security update, not a major feature update, so this should be fixable without upgrading to 24H2.

Quick Fixes to Try (In Order)​

Fix 1: Free Up More Disk Space (Most Common)

Even though you deleted files, check again:

  1. Press Win + E → right-click C: drive → Properties
  2. You need at least 10-15GB free for updates
  3. Click Disk CleanupClean up system files
  4. Check these boxes:
    • Windows Update Cleanup
    • Temporary files
    • Downloaded Program Files
    • Delivery Optimization Files
    • Previous Windows installations
  5. Also manually delete:
    • C:\Windows\SoftwareDistribution\Download (delete everything inside)
    • C:\Windows\Temp (delete everything inside)

Fix 2: Reset Windows Update Components

Run these commands to reset Windows Update completely:

  1. Press Win + XTerminal (Admin) or Command Prompt (Admin)
  2. Copy and paste these commands one at a time, pressing Enter after each:


cmd
<span><span>net stop wuauserv<br></span></span><span>net stop cryptSvc<br></span><span>net stop bits<br></span><span>net stop msiserver<br></span><span><br></span><span>ren C:\Windows\SoftwareDistribution SoftwareDistribution.old<br></span><span>ren C:\Windows\System32\catroot2 catroot2.old<br></span><span><br></span><span>net start wuauserv<br></span><span>net start cryptSvc<br></span><span>net start bits<br></span><span>net start msiserver</span>
  1. Restart computer
  2. Try Windows Update again

Fix 3: Run Windows Update Troubleshooter (Built-in)

  1. Settings → System → Troubleshoot → Other troubleshooters
  2. Run Windows Update troubleshooter
  3. Let it fix issues automatically
  4. Restart and try update again

Fix 4: Check Internet Connection/Firewall

Error 0x800f0922 can mean update servers are blocked:

  1. Temporarily disable any third-party antivirus
  2. Temporarily disable VPN if you use one
  3. Try Windows Update again
  4. Re-enable security software after

Fix 5: Repair System Files

Run these system repair commands:

  1. Open Terminal (Admin) or Command Prompt (Admin)
  2. Run these commands in order:


cmd
<span><span>DISM /Online /Cleanup-Image /RestoreHealth</span></span>
(This takes 10-20 minutes - wait for it to complete)

Then:



cmd
<span><span>sfc /scannow</span></span>
(This also takes 10-20 minutes)

  1. Restart computer
  2. Try Windows Update

Fix 6: Manual Download and Install KB5068865

If automated update keeps failing, install it manually:

  1. Go to Microsoft Update Catalog: Microsoft Update Catalog
  2. Search for: KB5068865
  3. Download the version for Windows 11 x64
  4. Double-click the downloaded .msu file to install manually
  5. Restart when prompted

Fix 7: Check Date/Time Settings

Incorrect date/time can cause update authentication failures:

  1. Settings → Time & language → Date & time
  2. Turn on Set time automatically
  3. Turn on Set time zone automatically
  4. Click Sync now

Fix 8: Registry Permission Fix

Sometimes Windows Update lacks permissions:

  1. Press Win + R → type regedit
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
  3. Right-click WindowsUpdate folder → Permissions
  4. Click Advanced → Click Change (next to Owner)
  5. Type Administrators → Click Check Names → OK
  6. Check Replace owner on subcontainers and objects
  7. Click Apply → OK
  8. Restart and try update

What I'd Try First (Priority Order)​

  1. Free up disk space (do the Disk Cleanup with system files)
  2. Reset Windows Update components (the command script above)
  3. Manual install KB5068865 from Microsoft Update Catalog
  4. If that works, try Windows Update normally again

Important Note About KB5068865​

This is a security update, so it's important to get it installed. However, since 23H2 is now end-of-life, this might be one of the final updates for 23H2, which could explain why it's problematic.

After You Fix This Update​

Once you get KB5068865 installed successfully, you should seriously consider:

Moving to 24H2 soon because:

  • 23H2 won't get many (if any) more updates
  • You'll be on an unsupported version within months
  • The Rufus method I described earlier is your best path forward
But let's get this current update working first.

Quick Diagnostic​

Before you start the fixes, check these:

  1. How much free space on C: drive?
  2. Do you have third-party antivirus installed? (McAfee, Norton, etc.)
  3. Are you using a VPN?
  4. When you run Windows Update, does it download and then fail during install, or fail immediately?
Let me know the answers and which fix works (or doesn't work), and I'll help you troubleshoot further!






Claude can make mistakes.
Please double-check responses.
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
Please run > post share links




1) upgrade_failure_info








2) whynotwin11





3) V2 log collector:

 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
1) file is too big it said to attach, 22.6mb

2) whynotwin11 I ran it and it said Windows 11 is already installed. Recall, my friend had to run some scripts to bypass the TPM I think in order to succesffully download and install Windows 11 several months ago. It has been working perfectly.

3) please see attached file
 

Attachments

Last edited:

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
1) Please post an upgrade failure info share link using GoFile.io





2) Check to see if these are available or were cleaned:

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG\WATCHDOG-20251114-1138.dmp

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG-20251114-1138.dmp



3) Open the HP website > support and drivers > enter the computer's product or serial number > select the operating system > view the drivers and bios downloads > post a URL or hyperlink into the thread.

Also report whether BIOS Version/Date F.50, 6/27/2018 is or is not the latest BIOS year and version




4) Open event viewer > system > post a share link





5) Add WMIC




6) Run Tuneup plus > post a share link






7) Enable memory integrity > for any incompatible drivers > post the screenshot here.




8) Uninstall Malwarebytes using:




9) Download to a new desktop folder:





10) Temporarily uninstall Acronis software



11) Temporarily detach disk 0



12) Place the computer into clean boot:




13) If step #3 reported no newer BIOS and step #7 reported no incompatible drivers then perform an in place upgrade repair using the new desktop iso:









Code:
Name           : Microsoft Windows 11 Pro
Version        : 10.0.22631

Code:
\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG\WATCHDOG-20251114-1138.dmp

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG-20251114-1138.dmp


Code:
PartitionNumber      : 1
Size                 : 650 MB
Type                 : Recovery

Code:
PartitionNumber      : 2
Size                 : 260 MB
Type                 : System

Code:
PartitionNumber      : 3
Size                 : 128 MB
Type                 : Reserved

Code:
PartitionNumber      : 4
Size                 : 443.73 GB
Type                 : Basic

Code:
PartitionNumber      : 5
Size                 : 1.18 GB
Type                 : Recovery

Code:
PartitionNumber      : 6
Size                 : 917 MB
Type                 : Recovery




Code:
Event[8689]
  Log Name: System
  Source: Microsoft-Windows-WindowsUpdateClient
  Date: 2025-11-16T12:46:58.2810000Z
  Event ID: 20
  Task: Windows Update Agent
  Level: Error s
  Opcode: Installation 
  Keyword: Installation,Failure,
  User: S-1-5-18
  User Name: NT AUTHORITY\SYSTEM
  Computer: FredJLoweHPENVY
  Description:
Installation Failure: Windows failed to install the following update with error 0xC1900101: Windows 11, version 23H2.


Code:
Event[8529]
  Log Name: System
  Source: Microsoft-Windows-TPM-WMI
  Date: 2025-11-16T12:24:41.2020000Z
  Event ID: 1033
  Task: N/A
  Level: Error
  Opcode: Info 

  Keyword: N/A
  User: S-1-5-18
  User Name: NT AUTHORITY\SYSTEM
  Computer: FredJLoweHPENVY
  Description:
Potentially revoked boot manager was detected in EFI partition. For more information, please see https://go.microsoft.com/fwlink/?linkid=2169931


Code:
Event ID: 1033
When the updated DBX revocation list is installed on a device, Windows checks to determine whether the system depends on one of the vulnerable modules to start the device. If one of the vulnerable modules is detected, the update to the DBX list in the firmware is deferred. On each restart of the system, the device is rescanned to determine whether the vulnerable module has been updated and if it is safe to apply the updated DBX list.

Take action

In most cases, the vendor of the vulnerable module should have an updated version that addresses the vulnerability. Please contact your vendor to get the update.

Event log information

Event ID 1033 will be logged when a vulnerable boot loader that has been revoked by this update is detected on your device.


Code:
Event[8514]
  Log Name: System
  Source: Service Control Manager
  Date: 2025-11-16T12:20:15.6140000Z
  Event ID: 7011
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic,
  User: N/A
  User Name: N/A
  Computer: FredJLoweHPENVY
  Description:
A timeout (30000 milliseconds) was reached while waiting for a transaction response from the AcronisActiveProtectionService service.


Code:
Event[8474]
  Log Name: System
  Source: Service Control Manager
  Date: 2025-11-16T12:19:37.1170000Z
  Event ID: 7000
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic,
  User: N/A
  User Name: N/A
  Computer: FredJLoweHPENVY
  Description:
The mbamchameleon service failed to start due to the following error:
The system cannot find the file specified.

Code:
Event[8023]
  Log Name: System
  Source: Microsoft-Windows-WindowsUpdateClient
  Date: 2025-11-15T20:00:33.2800000Z
  Event ID: 20
  Task: Windows Update Agent
  Level: Error s
  Opcode: Installation 
  Keyword: Installation,Failure,
  User: S-1-5-18
  User Name: NT AUTHORITY\SYSTEM
  Computer: FredJLoweHPENVY
  Description:
Installation Failure: Windows failed to install the following update with error 0xC1900101: Windows 11, version 23H2.


Code:
Event[6129]
  Log Name: System
  Source: Microsoft-Windows-Kernel-General
  Date: 2025-11-14T22:39:16.1230000Z
  Event ID: 6
  Task: N/A
  Level: Error
  Opcode: Info 

  Keyword: N/A
  User: S-1-5-18
  User Name: NT AUTHORITY\SYSTEM
  Computer: FredJLoweHPENVY
  Description:
An I/O operation initiated by the Registry failed unrecoverably.The Registry could not flush hive (file): '\??\V:\VENN-v2-448b8663-9235-4ac8-a261-38ddfbe4d094.dat'.


Code:
Event[1519]
  Log Name: System
  Source: EventLog
  Date: 2025-10-22T21:00:07.2040000Z
  Event ID: 6008
  Task: N/A
  Level: Error
  Opcode: N/A
  Keyword: Classic,
  User: N/A
  User Name: N/A
  Computer: FredJLoweHPENVY
  Description:
The previous system shutdown at 7:50:52 PM on ?10/?22/?2025 was unexpected.


Code:
Event[1541]
  Log Name: System
  Source: Microsoft-Windows-Kernel-Power
  Date: 2025-10-22T20:59:53.6490000Z
  Event ID: 41
  Task: N/A
  Level: Critical
  Opcode: Info  a
  Keyword: N/A
  User: S-1-5-18
  User Name: NT AUTHORITY\SYSTEM
  Computer: FredJLoweHPENVY
  Description:
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
1) Please post an upgrade failure info share link using GoFile.io


I do not know how to do #2)
2) Check to see if these are available or were cleaned:

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG\WATCHDOG-20251114-1138.dmp

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG-20251114-1138.dmp
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
1) Please post an upgrade failure info share link using GoFile.io


I do not know how to do #2)
2) Check to see if these are available or were cleaned:

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG\WATCHDOG-20251114-1138.dmp

\\?\C:\WINDOWS\LiveKernelReports\WATCHDOG-20251114-1138.dmp
I've been using this script you can find here, with the instructions.


It's relatively easy. Just run the script in Powershell as admin.

I am also running a system that does not meet the requirements. I have a X99 Broadwell-E board with no form of TPM at all.
 

My Computer My Computer

At a glance

Windows 11 25H2Broadwell-e 6850K 4.5ghz @1.36v32GB Corsair LPM 3600 C16EVGA RTX 3080Ti FTW
OS
Windows 11 25H2
Computer type
PC/Desktop
Manufacturer/Model
EVGA home brew
CPU
Broadwell-e 6850K 4.5ghz @1.36v
Motherboard
EVGA X99 FTW K
Memory
32GB Corsair LPM 3600 C16
Graphics Card(s)
EVGA RTX 3080Ti FTW
Sound Card
Asus Centurion true 7.1 headset. (5 speakers in each earpeice)
Monitor(s) Displays
LG C4 55"
Screen Resolution
4K 144hz
Hard Drives
Various models of SSDs ~10TB No HDDs installed.
PSU
be quiet! BN516 Straight Power 12-1000w 80 Plus Platinum
Case
Corsair 780T modified to dual 200mm intake fans
Cooling
Corsair H110i
Keyboard
Corsair K95 Platinum
Mouse
Corsair M65 RGB Elite
Internet Speed
50Mbs
1) Download and install:





2) Copy and paste into Everything > view instantaneous results

LiveKernelReports

If there are .dmp files then post share links




3) Open administrative command prompt and copy and paste:

dism /online /get-drivers /format:table >c:\drivers.txt

Post a share link.




4) When available update the progress with the steps in post #9







 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
I ran into a problem upgrading windows 10 to windows 11 that may be closely related. My installation started with about 150 minutes of slowly running from 0% to 100%, rebooted, then ran for 10 hours of "Working on updates, stalled at 0%. I finally rebooted it and got this message...
We couldn't install Windows 11
We've set your PC back to the way it was right before you started installing Windows 11.

0xC1900101 - 0x2000C
The installation failed in the SAFE_OS phase with an error during APPLY_IMAGE operation

The fix: near the start of installation, in a dialog titled "Install Windows 11", click on the text "Change how Setup downloads updates", which brings up the choice ...
🔘 Download updates, drivers and optional features (recommended)

🔘 Not right now
... then select "Not right now", then click "Next" to continue the installation (the "recommended" choice was also the default choice)

For details, see ...
... and method 2 in ...
 

My Computer My Computer

At a glance

Windows 11 Pro 10.0.26200AMD Ryzen 5 2600 CPU32 GB (16 GB * 2)Gigabyte GV-R724OC-2GI Radeon R7 240
OS
Windows 11 Pro 10.0.26200
Computer type
PC/Desktop
Manufacturer/Model
Self-build
CPU
AMD Ryzen 5 2600 CPU
Motherboard
Asus Prime B450-M A
Memory
32 GB (16 GB * 2)
Graphics Card(s)
Gigabyte GV-R724OC-2GI Radeon R7 240
Monitor(s) Displays
Samsung 710v (don't laugh, my desk is tiny!)
Screen Resolution
1280 x 1024 60Hz
Case
Rosewill
Cooling
CPU and case fan
Keyboard
CM Storm Quickfire Rapid
Mouse
Microsoft Basic Optical 2.0
Internet Speed
940 Mbps
Browser
Chrome
1) Download and install:





2) Copy and paste into Everything > view instantaneous results

LiveKernelReports

Nothing found in LiveKernals in Windows on this C drive. I do see Watchdog in my F drive but that was from 2020.

If there are .dmp files then post share links




3) Open administrative command prompt and copy and paste:

dism /online /get-drivers /format:table >c:\drivers.txt
Nothing happens when I copied dism /online /get-drivers /format:table >c:\drivers.txt into the cmd ran as administrator
Post a share link.




4) When available update the progress with the steps in post #9







 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
I am still trying to work on all of your suggestions and greatly appreciate all of your suggestions.

Here is what Claude AI said since this is the last security update KB5068865 and I would need to update 23H2 to 24H2.

Is it worth all of the effort to keep trying to find out the reason to be able to get KB5068865 installed or will these recommendations help with future updates such as to 24H2? Please recall, I am a beginner at best with 30 years of learning by asking gurus like all of you :)

Thank you.

.
From Sir Claude AI

Let's Try Safe Mode with Networking + Enable Installer​

This should work better:

Step 1: Boot to Safe Mode with Networking

  1. Settings → System → Recovery
  2. Under "Advanced startup" click Restart now
  3. Choose: Troubleshoot → Advanced options → Startup Settings → Restart
  4. When you see the numbered list, press 5(not 4)
    • 5 = Enable Safe Mode with Networking

Step 2: Enable Windows Installer Service

Once booted in Safe Mode with Networking:

  1. Press Win + XCommand Prompt (Admin) or Terminal (Admin)
  2. Type this and press Enter:


<span><span>net start msiserver</span></span>
You should see: "The Windows Installer service was started successfully."

Step 3: Try Installing KB5068865 Again

  1. Navigate to your Downloads folder
  2. Find KB5068865.msu
  3. Double-click it
  4. It should now start the "copying files" process like yesterday
  5. Let it run and see if it completes successfully this time

Why This Might Work Now​

Safe Mode with Networking loads more services than regular Safe Mode:

  • Windows Installer service can run
  • Network drivers are loaded (in case it needs to download components)
  • Still blocks most third-party software that might interfere
This is your best shot at getting this update installed.


If It Still Fails in Safe Mode with Networking​

Then we're truly done fighting it, and you should:

  1. Accept that KB5068865 won't install
  2. Hide the update so Windows stops trying
  3. Either live with 23H2 or upgrade to 24H2

Try Safe Mode with Networking + enable msiserver, and let me know what happens!

This is the last reasonable troubleshooting step. If this doesn't work, it's time to make peace with one of the two options I outlined earlier (hide the update or upgrade to 24H2).




Retry

FJ
I was in safe mode with networking. I went to run command and typed in net start msiserver then navigated to the download folder and double cliked on the safed K file. It started and then said Window s Update Standalone Installer Installer encountered an error 0x80070286 The driver was not loaded because the system is booting in safe mode



Ah! There's the real problem!

Error 0x80070286 = "The driver was not loaded because the system is booting in safe mode"

This means the update requires a specific driver to load during installation, but Safe Mode blocks drivers from loading. This is why it won't install in Safe Mode.

What This Tells Us​

The update itself needs to:

  • Load/update a hardware driver
  • Access hardware that's disabled in Safe Mode
  • Install components that Safe Mode security restrictions block
You cannot install this update in Safe Mode. Period.


We're Out of Options for KB5068865​

You've now exhausted every possible troubleshooting method:

✅ Normal Windows Update - Failed (0x800f0922)
✅ Manual .msu install - Failed (0x800f0922)
✅ Clean boot - Failed (0x800f0922)
✅ Safe Mode - Won't even run (driver blocked)
✅ Safe Mode with Networking - Failed (0x80070286 - driver blocked)
✅ System repairs (DISM, SFC) - No corruption found
✅ Windows Update cache cleared - Didn't help
✅ 165GB free space - Not the issue

KB5068865 will not install on your system.
It requires hardware/driver access that conflicts with either:

  • Your bypassed Windows 11 installation
  • Your 10-year-old hardware
  • Both

Time to Make Your Final Decision​

You have only two realistic options now:

Option 1: Hide This Update and Stop Fighting (Recommended)

Accept that this update is incompatible and move on:

  1. Hide KB5068865 permanently:
  2. Keep using your computer normally
    • Everything works fine right now
    • You're missing one security patch (not ideal, but not catastrophic)
    • Use antivirus + safe browsing practices
  3. Accept that 23H2 is end-of-life
    • No more updates coming anyway
    • This was likely the last 23H2 update
    • You'll need to address this in the next few months
This is what I would do. You've spent enough time on this.


Option 2: Upgrade to Windows 11 24H2 with Rufus

Skip this failing update entirely and move to current Windows:

Since:

  • KB5068865 won't install no matter what
  • 23H2 is dead (end-of-life)
  • You need to upgrade eventually anyway
Do the Rufus upgrade to 24H2:

  1. Download Windows 11 24H2 ISO
  2. Create bootable USB with Rufus (handles bypasses)
  3. Run setup.exe from USB
  4. Keep files and apps
  5. Upgrade to 24H2 (30-60 minutes)
Advantages:

  • Gets you on supported Windows
  • Might fix underlying compatibility issues
  • Fresh start with system files
Risks:

  • 24H2 might not work on 10-year-old hardware
  • Could have driver issues
  • But you can roll back within 10 days

My Final, Honest Recommendation​

Stop fighting this update.

  1. Hide KB5068865 using the Microsoft troubleshooter
  2. Use your computer normally for the next 3-6 months
  3. Plan for hardware upgrade in the next year
  4. When you get new hardware, it'll properly support Windows 11
Your 10-year-old HP Envy has served you well. You successfully got Windows 11 running on unsupported hardware, which is impressive. But you're hitting the absolute limits of what this machine can do.

The fact that:

  • SFC took 8+ hours (slow dying hard drive)
  • Windows updates are failing with driver errors
  • You needed bypasses just to install Windows 11
All point to hardware at the end of its life.


The Reality Check​

You cannot install this update. Full stop.

It requires driver/hardware access that your system configuration cannot provide. No amount of troubleshooting will fix this.

Your choices are:

  1. Live with 23H2 without this update (easiest, safest)
  2. Risk upgrading to 24H2 (might work, might not)
  3. Buy new hardware (best long-term solution)

What I Would Actually Do​

If this were my computer:

  1. Today: Hide KB5068865 and forget it exists
  2. This week: Back up all important files to external drive
  3. Next month: Start shopping for new laptop/PC
  4. In 6-12 months: Replace the hardware
You've gotten 10 years out of this HP Envy. That's a fantastic run. It's time to start planning its retirement.


What do you want to do?

I genuinely think you should just hide the update and move on with your life. You've spent hours on this already. Your computer works. Stop messing with it before you break something.

But if you want to try the 24H2 upgrade, I'll walk you through it. Your call.




Retry

FJ
I shall have my friend do Option 2 next week at Thanksgiving!



Perfect plan! Having your friend (who helped you install Windows 11 initially) do the Rufus upgrade to 24H2 is the smartest move. They already know your system and the bypass workarounds.

What to Prepare Before Thanksgiving​

For You to Do This Week:

  1. Backup your important files:
    • Documents, photos, downloads, browser bookmarks
    • Copy to external drive or cloud storage
    • Just in case something goes wrong
  2. Make a list of your important programs:
    • Write down what software you use regularly
    • The upgrade should keep everything, but good to have a list
  3. Download these ahead of time(to save time when your friend arrives):
  4. Have a 16GB USB drive ready (will be erased during the process)
  5. Hide KB5068865 so it stops nagging you:

What Your Friend Will Do:

  1. Use Rufus to create bootable USB with Windows 11 24H2
  2. Enable the bypass options in Rufus (TPM, Secure Boot, etc.)
  3. Run setup.exe from the USB
  4. Choose "Keep personal files and apps"
  5. Let the upgrade run (30-60 minutes)
  6. Test that everything works
  7. If there are issues, roll back to 23H2

Important Info to Share With Your Friend:

  • You're currently on Windows 11 23H2
  • The computer is a 10-year-old HP Envy
  • It required registry bypasses to install Windows 11 initially
  • You have 165GB free space (plenty)
  • System has a traditional hard drive (not SSD - slow)
  • KB5068865 update failed with error 0x800f0922 after extensive troubleshooting

What Could Go Wrong (And How to Fix It)​

If 24H2 has problems after upgrade:

  1. Within 10 days: Settings → System → Recovery → "Go back to previous version of Windows"
  2. This rolls back to 23H2 where everything worked
If 24H2 installs but has driver issues:

  • Your friend can help find updated drivers
  • Or decide to roll back
If 24H2 simply won't install on your hardware:

  • Roll back and accept living with 23H2
  • Start planning for hardware replacement

Realistic Expectations​

Best case: 24H2 installs perfectly, everything works, you're supported through 2026+

Likely case: 24H2 installs, might need some driver updates, but generally works

Worst case: 24H2 has compatibility issues, you roll back to 23H2, and start planning for new hardware

Either way, you'll have tried everything reasonable, and your friend can help troubleshoot in real-time.


After the Upgrade​

If 24H2 works:

  • You're on supported Windows through 2026+
  • Future updates should work normally
  • You've bought yourself 1-2 more years with this laptop
If 24H2 doesn't work:

  • Roll back to 23H2
  • Hide that annoying update
  • Use the laptop as-is while shopping for replacement
  • No harm done, you tried

One Last Thing​

Make sure to test everything before your friend leaves:

  • Internet connection works
  • Printer works (if you have one)
  • Important programs open correctly
  • Files are still there
  • Everything feels normal
That way if there are issues, they can help fix them right then.


Good luck with the upgrade! 🦃

Your friend sounds like they know what they're doing. Between the two of you, you'll get this sorted out. And if 24H2 doesn't work on your 10-year-old hardware, at least you'll know you gave it your best shot.

Enjoy your Thanksgiving, and hopefully you'll be running Windows 11 24H2 by the end of the weekend!

Let me know how it goes! 😊




Retry
 

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
Nothing found in LiveKernals in Windows on this C drive. I do see Watchdog in my F drive but that was from 2020.


Nothing happens when I copied dism /online /get-drivers /format:table >c:\drivers.txt into the cmd ran as administrator


Please view the desktop for a new drivers.txt file.
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
BIOS version F.50 6/27/2018
When I tried to select the HP computer it detected, the next page said, "we are sorry we can't seem to locate you were looking for."

Systemlogs11192025.evtx
 
Last edited:

My Computers My Computers

  • At a glance

    Windows 11
    OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP Envy
  • At a glance

    Windows 11
    Operating System
    Windows 11
When available post:
a) hp computer serial number


add WMIC:
administrative command prompt:
Code:
DISM /Online /Add-Capability /CapabilityName:WMIC~~~~

Find serial number:

View the computer and

open administrative command prompt:

wmic baseboard get product,Manufacturer,version,serialnumber
wmic bios get serialnumber

See if one of these commands reports the proper number for the HP website.



b) progress with post #9 steps #4 - #13
 
Last edited:

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
Back
Top Bottom