Win Update KB5044384 Windows 11 Cumulative Update Preview build 26100.2161 (24H2) - Oct. 24


UPDATE 11/12:


 Microsoft Support:

October 24, 2024 - KB5044384 (OS Build 26100.2161) Preview​


For information about Windows update terminology, see the article about the types of Windows updates and the monthly quality update types. For an overview of Windows 11, version 24H2, see its update history page.

Note Follow @WindowsUpdate to find out when new content is published to the Windows release health dashboard.

Highlights

Note: Below is a summary of the key issues that this update addresses when you install this KB. If there are new features, it lists them as well. The bold text within the brackets indicates the item or area of the change we are documenting.

Gradual rollout​

These might not be available to all users because they will roll out gradually.
  • [Notifications] New! You can now stop the suggestions to turn off notifications from certain apps. Select the ellipses (…) in the notification and turn it off. You can also go to Settings > System > Notifications and turn it off from there. Look for “Notification Suggestions” in the senders list. An entry will only appear in the list after you receive a notification.

  • [Wi-Fi password dialog] New! The dialog now has the Windows 11 visual design. Go to Settings > Network & internet.

  • [Narrator]
    • New! This update adds a new Narrator shortcut. Press the Narrator key + Ctrl + X to copy what Narrator last spoke to the clipboard. This shortcut is useful when you want to quickly copy some content, like codes or numbers for use.
    • New! It will now auto read the contents of an email message in the new Outlook. This is like the behavior in Outlook classic.
  • [Gamepad keyboard] New! This update starts the roll out of a new Gamepad keyboard layout for the on-screen keyboard. With it, you can use your Xbox controller to move around the screen and type. Button accelerators are also available; these include the X button for backspace and the Y button for the spacebar. For better movement patterns, the keyboard keys are aligned vertically.

  • [Start menu] New! “All apps” has the new name, “All.”

  • [ALT + Tab] Fixed: The screen goes black on some PCs for a few seconds when you switch between certain windows.
  • [Scanning apps] Fixed: They don't detect certain scanners although they are connected.

Normal rollout​

  • [Web sign-in] Fixed: You cannot sign in to your account from the web because the screen stops responding.
  • [Copilot key settings] New! You can configure the Copilot key on the keyboard. On new devices, the key opens the Copilot app. If you sign in to your account using a Microsoft Entra ID, the key opens the M365 app. You can make the key open a different app or open Search. To do this, go to Settings > Personalization > Text input. To make the key open a different app, the app must be in a signed MSIX package. This ensures that the app meets security and privacy standards to keep you safe. If your PC’s keyboard does not have a Copilot key, changing this setting will do nothing.

  • [WindowsDisk Cleanup app] Fixed: After you use this app, it might show the wrong amount of disk space that you can free up in the 'Windows Update Cleanup' category.

Improvements​

This non-security update includes quality improvements. Below is a summary of the key issues that this update addresses when you install this KB. If there are new features, it lists them as well. The bold text within the brackets indicates the item or area of the change we are documenting.
  • [Virtual hard disk (VHD/VHDx)] New! This update adds a detach virtual hard disk button to Settings. In the properties for your VHD or VHDx, go to Settings > System > Storage > Disks & Volumes. This might not be available to all users because it will roll out gradually.

  • [Networking] New! If you use the netsh wlan show networks command, it can now read SSIDs that are encoded using UTF-8. This means that Wi-Fi SSIDs that have Unicode characters (like emoji) will display properly in netsh output. This might not be available to all users because it will roll out gradually.

  • [Windows Sandbox Client Preview] New! This update adds the Windows Sandbox Client Preview. It includes:
    • Runtime clipboard redirection
    • Audio and video input control
    • The sharing of folders with the host at runtime
      To access these, select the ellipses (…) at the upper right on the app. This preview also includes a version of command-line support. (The commands might change over time). To learn more, use the wsb.exe–help command. You can find new updates for this app in the Microsoft Store. This might not be available to all users because it will roll out gradually.

  • [User interface (UI)] Fixed: You cannot view some parts of the UI when you run certain apps.
  • [HTML Applications (HTA)] Fixed: HTA optional components (OC) are now in ARM64 Windows PE.
  • [Live kernel debug files (dumps)] Fixed: win32kbase.sys creates live kernel debug files when it should not.
  • [Winlogon] Fixed: A stop error occurs during shutdown.
  • [Windows Kernel Vulnerable Driver Blocklist file (DriverSiPolicy.p7b)] This update adds to the list of drivers that are at risk for Bring Your Own Vulnerable Driver (BYOVD) attacks.
  • [sfc /scannow command] Fixed: You get errors every time you run the command.

  • [Service for User to Self (S4U2self)] Fixed: Your device might have issues using S4U2self to authenticate. This occurs if Credential Guard is off, and the device joins an Active Directory domain that does not allow the RC4 cipher.
  • [DirectAccess (known issue)] Fixed: After a clean install or an in-place upgrade to Windows 11, version 24H2, you might face issues using DirectAccess. The connection might not complete and stays in a ‘connecting’ state.
If you installed earlier updates, only the new updates contained in this package will be downloaded and installed on your device.

Windows 11 servicing stack update (KB5046908) - 26100.2160​

This update makes quality improvements to the servicing stack, which is the component that installs Windows updates. Servicing stack updates (SSU) ensure that you have a robust and reliable servicing stack so that your devices can receive and install Microsoft updates.

Known issues in this update

Applies toSymptomWorkaround
All usersWe’re aware of an issue where players on Arm devices are unable to download and play Roblox via the Microsoft Store on Windows.Players on Arm devices can play Roblox by downloading the title directly from www.Roblox.com.
All usersAfter installing this update, users will encounter an issue where the number of Apps, Background Processes, and Windows Processes in Task Manager display a count of zero, despite having active applications running. This issue appears specifically on the Processes page when the "Group by Type" view is enabled.

Normally, Task Manager displays the count of processes next to each group name (e.g., Apps, Background processes), providing users with a quick view of active processes. However, due to this issue, Task Manager instead shows (0) for each group, regardless of the actual number of running processes.

We are working on a resolution and will provide more information when it is available.
All usersFollowing the installation of the October 2024 security update, some customers report that the OpenSSH (Open Secure Shell) service fails to start, preventing SSH connections. The service fails with no detailed logging, and manual intervention is required to run the sshd.exe process.

This issue is affecting both enterprise, IOT, and education customers, with a limited number of devices impacted. Microsoft is investigating whether consumer customers using Home or Pro editions of Windows are affected.
Customers can temporarily resolve the issue by updating permissions (ACLs) on the affected directories. Follow these steps:
  1. Open PowerShell as an Administrator.
  2. Update the permissions for C:\ProgramData\ssh and C:\ProgramData\ssh\logs to allow full control for SYSTEM and the Administrators group, while allowing read access for Authenticated Users. You can restrict read access to specific users or groups by modifying the permissions string if needed.

    Use the following commands to update the permissions:
    $directoryPath = "C:\ProgramData\ssh" $acl = Get-Acl -Path $directoryPath $sddlString = "O:BAD:PAI(A;OICI;FA;;;SY)(A;OICI;FA;;;BA)(A;OICI;0x1200a9;;;AU)" $securityDescriptor = New-Object System.Security.AccessControl.RawSecurityDescriptor $sddlString $acl.SetSecurityDescriptorSddlForm($securityDescriptor.GetSddlForm("All")) Set-Acl -Path $directoryPath -AclObject $acl
  3. Repeat the above steps for C:\ProgramData\ssh\logs.
Microsoft is actively investigating the issue and will provide a resolution in an upcoming Windows update. Further communications will be provided when a resolution or additional workarounds are available.

How to get this update

Before you install this update

Microsoft combines the latest servicing stack update (SSU) for your operating system with the latest cumulative update (LCU). For general information about SSUs, see Servicing stack updates and Servicing Stack Updates (SSU): Frequently Asked Questions.

Install this update

To install this update, use one of the following Windows and Microsoft release channels.

AvailableNext Step
Yes (Windows Update)Go to Settings > Update & Security > Windows Update. In the Optional updates available area, you will find the link to download and install the update.
Yes (MSU)Before you install this update
To get the standalone package(s) for this update, go to the Microsoft Update Catalog website. This KB contains one or more MSU files that must be installed in order.

Install this update
Method 1: Install all MSU files together

Download all MSU files for KB5044384 from Microsoft Update Catalog and place them in the same folder (for example, C:/Packages). Use Deployment Image Servicing and Management (DISM.exe) to install the target update. DISM will use the folder specified in PackagePath to discover and install one or more prerequisite MSU files as needed.

Updating Windows PC
To apply this update to a running Windows PC, run the following command from an elevated Command Prompt:

DISM /Online /Add-Package /PackagePath:c:\packages\Windows11.0-KB5044384-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Online -PackagePath "c:\packages\Windows11.0-KB5044384-x64.msu"

Updating Windows Installation media
To apply this update to Windows Installation media, see Update Windows installation media with Dynamic Update.

To add this update to a mounted image, run the following command from an elevated Command Prompt:

DISM /Image:mountdir /Add-Package /PackagePath:Windows11.0-KB5044384-x64.msu

Or, run the following command from an elevated Windows PowerShell prompt:

Add-WindowsPackage -Path "c:\offline" -PackagePath "Windows11.0-KB5044384-x64.msu" -PreventPending

If you want to remove the LCU

To remove the LCU after installing the combined SSU and LCU package, use the DISM/Remove-Package command line option with the LCU package name as the argument. You can find the package name by using this command: DISM /online /get-packages.

Running Windows Update Standalone Installer (wusa.exe) with the /uninstall switch on the combined package will not work because the combined package contains the SSU. You cannot remove the SSU from the system after installation.

File information

For a list of the files that are provided in this update, download the file information for cumulative update 5044384.

For a list of the files that are provided in the servicing stack update, download the file information for the SSU (KB5046908) - version 26100.2160.



 Source:



Check Windows Updates


UUP Dump:

64-bit ISO download:

ARM64 ISO download:

 
Last edited:
Same "problem" here DISM runs to 100% and flips back to 70% I have this on two machines, on my desktop I still have 276,51 MB Cache and Temp data, anyone nows what this is ?
 

Attachments

  • Schermafbeelding 2024-10-28 084152.png
    Schermafbeelding 2024-10-28 084152.png
    17 KB · Views: 1

My Computer My Computer

At a glance

Windows 11 Pro 25H2 26200.7019Intel Core i7-8700KCorsair 32GB 4x DDR4-2998 / PC4-23900 DDR4 SD...AMD RX570
OS
Windows 11 Pro 25H2 26200.7019
Computer type
PC/Desktop
Manufacturer/Model
Self built midi tower
CPU
Intel Core i7-8700K
Motherboard
Gigabyte Z390GX
Memory
Corsair 32GB 4x DDR4-2998 / PC4-23900 DDR4 SDRAM UDIMM
Graphics Card(s)
AMD RX570
Sound Card
Sound Blaster Z
Monitor(s) Displays
2x IIyama Prolite X2380HS
Screen Resolution
1920x1080
Hard Drives
Samsung SSD 970 EVO Plus NVMe 1TB
Samsung SSD 970 EVO Plus NVMe 500GB
PSU
Seasonic 550W
Cooling
Noctua fans
Keyboard
Logitech G213
Mouse
Logitech Marble Mouse
Browser
Chrome
Antivirus
Norton
Other Info
Video/Audio editting machine
What 's the complete command line? Maybe it's a local call for a remote procedure that isn't available thus producing an expected error message.
It's dism /online /cleanup-image /startcomponentcleanup
See this post:


And before saying that I have the wrong case, that's incorrect, because unlike Linux/'nix, commands are not case-sensitive.

Also, that error 6824, possibly is the equivalent to the old "The process cannot access the file because it's being used by another process." (or similar)
 
Last edited:

My Computers My Computers

  • At a glance

    Windows 11 Pro x64 24H2Ryzen 9 5900X64 GB G.Skill RipJaws V F4-3200C16D-64GVKASRock Steel Legend Arc B580 12 GB
    OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • At a glance

    Windows 11 Home x64 25H2Ryzen 7 5800X3D32 GB (2x16 GB G.Skill TridentZ Neo)Sapphire Nitro+ Radeon RX 6750 XT
    Operating System
    Windows 11 Home x64 25H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3636)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G

My Computers My Computers

  • At a glance

    Windows 11 Pro x64 24H2Ryzen 9 5900X64 GB G.Skill RipJaws V F4-3200C16D-64GVKASRock Steel Legend Arc B580 12 GB
    OS
    Windows 11 Pro x64 24H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 9 5900X
    Motherboard
    ASRock B550 PG Velocita (UEFI-BIOS 3.90)
    Memory
    64 GB G.Skill RipJaws V F4-3200C16D-64GVK
    Graphics Card(s)
    ASRock Steel Legend Arc B580 12 GB
    Monitor(s) Displays
    Alienware AW3423DWF OLED ultrawide
    Hard Drives
    Samsung 990 Pro 1 TB NVMe SSD
    PSU
    eVGA Supernova 750 G3
    Case
    Corsair 275R
    Internet Speed
    VTel FTTH 1 Gb down and 1 Gb up
  • At a glance

    Windows 11 Home x64 25H2Ryzen 7 5800X3D32 GB (2x16 GB G.Skill TridentZ Neo)Sapphire Nitro+ Radeon RX 6750 XT
    Operating System
    Windows 11 Home x64 25H2
    Computer type
    PC/Desktop
    CPU
    Ryzen 7 5800X3D
    Motherboard
    Asus ROG Strix B550-F Gaming (UEFI-BIOS version 3636)
    Memory
    32 GB (2x16 GB G.Skill TridentZ Neo)
    Graphics card(s)
    Sapphire Nitro+ Radeon RX 6750 XT
    Hard Drives
    Samsung 970 Pro 512 GB NVMe SSD
    PSU
    Corsair RM850x
    Case
    Fractal Focus G
Guys i have 26100.2161 and i dont have the features updates like enchance pointer presision!!anyone fix?
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    14.4 KB · Views: 1

My Computer My Computer

At a glance

WINDOWS11i9 10900X 5GHZ uncore 3.2ghzCORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANN...ASUS TUF RTX 3090
OS
WINDOWS11
Computer type
PC/Desktop
CPU
i9 10900X 5GHZ uncore 3.2ghz
Motherboard
ASUS RAMPAGE VI EXTREME X299
Memory
CORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANNEL 32GB O.C 3600MHZ
Graphics Card(s)
ASUS TUF RTX 3090
Monitor(s) Displays
NEMESIS NC27QGH
Screen Resolution
2560X1440
Hard Drives
SAMSUNG 970 EVO PLUS 500GB-RAID 0 HDD 8TB
PSU
THERMALTAKE GRAND TOUCHPOWER 1250W GOLD
Case
CM HAF 932 LIMITED EDITION
Cooling
BE QUIET PURE LOOP 360MM
Mouse
GLORIOUS MODEL O
Internet Speed
FIBER 100/10
It's dism /online /cleanup-image /startcomponentcleanup
See this post:


And before saying that I have the wrong case, that's incorrect, because unlike Linux/'nix, commands are not case-sensitive.

Also, that error 6824, possibly is the equivalent to the old "The process cannot access the file because it's being used by another process." (or similar)

The message was already displayed earlier on this thread, see post#390. 😎

1730138370310.png
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
OS
Windows 11 Pro 25H2
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS 8930
CPU
Intel I9-9900K
Memory
64GB
Graphics Card(s)
NVIDIA RTX 2060
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
4k Samsung
Screen Resolution
3840 x 2160
Hard Drives
512GB NVMe, ADATA SU 800, 2TB HDD

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
OS
Windows 11 Pro 25H2
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS 8930
CPU
Intel I9-9900K
Memory
64GB
Graphics Card(s)
NVIDIA RTX 2060
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
4k Samsung
Screen Resolution
3840 x 2160
Hard Drives
512GB NVMe, ADATA SU 800, 2TB HDD
I made clean install of 26100.2161 with ms account. Usually I install with local account. So I got this new feature.
B.T.W, I didn't get Gamepad feature. MS probably pull the feature because I don't see it in the blog.
 

My Computer My Computer

At a glance

26200.8037i5-11400F32GBGeforce GT-1030
OS
26200.8037
Computer type
PC/Desktop
CPU
i5-11400F
Motherboard
Gigabyte
Memory
32GB
Graphics Card(s)
Geforce GT-1030
Keyboard
Logitech K400
Mouse
Logitech M720
Internet Speed
600 Mb
Browser
Edge
Same here.
 

My Computer My Computer

At a glance

Win 11 Insider Release Preview and Beta chann...i5 Core [email protected] (Unsupported for Win 11)12GBGeneric PnP Monitor (1920x1080@60Hz) Intel HD...
OS
Win 11 Insider Release Preview and Beta channels.
Computer type
Laptop
Manufacturer/Model
HP ENVY Bought: March 2017
CPU
i5 Core [email protected] (Unsupported for Win 11)
Motherboard
HP 81AD (U3E1)
Memory
12GB
Graphics Card(s)
Generic PnP Monitor (1920x1080@60Hz) Intel HD Graphics 620 (HP)
Sound Card
Conexant ISST audio
Monitor(s) Displays
Generic PnP Monitor
Screen Resolution
1536x864 pixels
Hard Drives
HGST HTS721010A9E630
PSU
Well...PSU you too!! What's this mean?
Case
HP ENVY SILVER
Cooling
A fan.
Keyboard
USA
Mouse
Logitec Anywhere 2
Internet Speed
Good enough for me! Fast!
Browser
Edge/Waterfox
Antivirus
Windows Defender
Other Info
No 'mo.
on changelog write that

Gradual rollout​

These might not be available to all users because they will roll out gradually.
how to force that?
 

My Computer My Computer

At a glance

WINDOWS11i9 10900X 5GHZ uncore 3.2ghzCORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANN...ASUS TUF RTX 3090
OS
WINDOWS11
Computer type
PC/Desktop
CPU
i9 10900X 5GHZ uncore 3.2ghz
Motherboard
ASUS RAMPAGE VI EXTREME X299
Memory
CORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANNEL 32GB O.C 3600MHZ
Graphics Card(s)
ASUS TUF RTX 3090
Monitor(s) Displays
NEMESIS NC27QGH
Screen Resolution
2560X1440
Hard Drives
SAMSUNG 970 EVO PLUS 500GB-RAID 0 HDD 8TB
PSU
THERMALTAKE GRAND TOUCHPOWER 1250W GOLD
Case
CM HAF 932 LIMITED EDITION
Cooling
BE QUIET PURE LOOP 360MM
Mouse
GLORIOUS MODEL O
Internet Speed
FIBER 100/10
on changelog write that

Gradual rollout​

These might not be available to all users because they will roll out gradually.
how to force that?
Phone Amanda and Burton and complain how pathetic the A/B rollout is and maybe they will change this stupid policy?

Basically, there is no way round this.
 

My Computer My Computer

At a glance

Windows 11 Pro + Win11 Canary VM.I9 13th gen i9-13900H 2.60 GHZ16 GB solderedIntegrated Intel Iris XE
OS
Windows 11 Pro + Win11 Canary VM.
Computer type
Laptop
Manufacturer/Model
ASUS Zenbook 14
CPU
I9 13th gen i9-13900H 2.60 GHZ
Motherboard
Yep, Laptop has one.
Memory
16 GB soldered
Graphics Card(s)
Integrated Intel Iris XE
Sound Card
Realtek built in
Monitor(s) Displays
laptop OLED screen
Screen Resolution
2880x1800 touchscreen
Hard Drives
1 TB NVME SSD (only weakness is only one slot)
PSU
Internal + 65W thunderbolt USB4 charger
Case
Yep, got one
Cooling
Stella Artois (UK pint cans - 568 ml) - extra cost.
Keyboard
Built in UK keybd
Mouse
Bluetooth , wireless dongled, wired
Internet Speed
900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
Browser
Edge
Antivirus
Defender
Other Info
TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

Macrium Reflect Home V8
Office 365 Family (6 users each 1TB onedrive space)
Hyper-V (a vm runs almost as fast as my older laptop)
I've just noticed that task manager is showing zero processes
 

Attachments

  • Screenshot 2024-10-28 183134.png
    Screenshot 2024-10-28 183134.png
    3.1 KB · Views: 3
  • Screenshot 2024-10-28 183147.png
    Screenshot 2024-10-28 183147.png
    4 KB · Views: 3

My Computer My Computer

At a glance

Windows 11 Pro 25H2 (RP channel)AMD Ryzen 7 9800X3D 8-core64GB Corsair Titanium 6000/CL30MSI Suprim 5080 SOC
OS
Windows 11 Pro 25H2 (RP channel)
Computer type
PC/Desktop
Manufacturer/Model
MSI
CPU
AMD Ryzen 7 9800X3D 8-core
Motherboard
MEG X870E Godlike
Memory
64GB Corsair Titanium 6000/CL30
Graphics Card(s)
MSI Suprim 5080 SOC
Sound Card
Soundblaster AE-9
Monitor(s) Displays
ASUS TUF Gaming VG289Q
Screen Resolution
3840x2160
Hard Drives
Samsung 9100 Pro 4TB (gen 5 x4, system drive/games)
Samsung 990 Pro 2TB
Samsung 980 Pro 2TB
Samsung 870 Evo 4TB
Samsung 870 Evo 2TB
Samsung T9 4TB
PSU
Seasonic PX-2200
Case
Bequiet! Dark Base Pro 901
Cooling
Noctua NH-D15S Chromax black
Keyboard
Logitech G915 X (wired)
Mouse
Logitech G903 with PowerPlay charger
Internet Speed
900Mb/sec
Browser
Microsoft Edge
Antivirus
Windows Defender
The point is... the first attempt (Win Phone) was an abject failure.
The 2nd attempt, Win 8/8.1, was also a failure.

"Insanity is doing the same thing over and over again and expecting different results". ~Einstein
I thought your 'point' was
I think MS is trying to make a one-size-fits-all operating system.
An OS that will run on Macs, phones, tablets, toasters, doorbells... etc.
:cool:
 

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
Phone Amanda and Burton and complain how pathetic the A/B rollout is and maybe they will change this stupid policy?

Basically, there is no way round this.
a okay thanks a lot maybe i need remaining right?
 

My Computer My Computer

At a glance

WINDOWS11i9 10900X 5GHZ uncore 3.2ghzCORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANN...ASUS TUF RTX 3090
OS
WINDOWS11
Computer type
PC/Desktop
CPU
i9 10900X 5GHZ uncore 3.2ghz
Motherboard
ASUS RAMPAGE VI EXTREME X299
Memory
CORSAIR DOMINATOR PLATINUM 3000MHZ QUAD CHANNEL 32GB O.C 3600MHZ
Graphics Card(s)
ASUS TUF RTX 3090
Monitor(s) Displays
NEMESIS NC27QGH
Screen Resolution
2560X1440
Hard Drives
SAMSUNG 970 EVO PLUS 500GB-RAID 0 HDD 8TB
PSU
THERMALTAKE GRAND TOUCHPOWER 1250W GOLD
Case
CM HAF 932 LIMITED EDITION
Cooling
BE QUIET PURE LOOP 360MM
Mouse
GLORIOUS MODEL O
Internet Speed
FIBER 100/10

My Computer My Computer

At a glance

Win 11 Insider Release Preview and Beta chann...i5 Core [email protected] (Unsupported for Win 11)12GBGeneric PnP Monitor (1920x1080@60Hz) Intel HD...
OS
Win 11 Insider Release Preview and Beta channels.
Computer type
Laptop
Manufacturer/Model
HP ENVY Bought: March 2017
CPU
i5 Core [email protected] (Unsupported for Win 11)
Motherboard
HP 81AD (U3E1)
Memory
12GB
Graphics Card(s)
Generic PnP Monitor (1920x1080@60Hz) Intel HD Graphics 620 (HP)
Sound Card
Conexant ISST audio
Monitor(s) Displays
Generic PnP Monitor
Screen Resolution
1536x864 pixels
Hard Drives
HGST HTS721010A9E630
PSU
Well...PSU you too!! What's this mean?
Case
HP ENVY SILVER
Cooling
A fan.
Keyboard
USA
Mouse
Logitec Anywhere 2
Internet Speed
Good enough for me! Fast!
Browser
Edge/Waterfox
Antivirus
Windows Defender
Other Info
No 'mo.

My Computers My Computers

  • At a glance

    Win 11 Pro (25H2 RP)Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz 2.40...32GBNvidia GeForce GTX 1650, Intel UHD 630
    OS
    Win 11 Pro (25H2 RP)
    Computer type
    Laptop
    Manufacturer/Model
    Acer AN515-54
    CPU
    Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz 2.40 GHz
    Memory
    32GB
    Graphics Card(s)
    Nvidia GeForce GTX 1650, Intel UHD 630
    Monitor(s) Displays
    Acer CB272D
    Screen Resolution
    1920x1080
    Hard Drives
    256GB and 1T SSD
    Internet Speed
    500MB
    Browser
    Edge (Stable)
    Antivirus
    Microsoft Defender
  • At a glance

    Win 11 Pro (RP)Intel(R) Core(TM) Ultra 9 275HX (2.70 GHz)32GB DDR5-5600NVIDIA® GeForce RTX™ 5060 8GB
    Operating System
    Win 11 Pro (RP)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Legion 5 16IAX10 - Type 83NX
    CPU
    Intel(R) Core(TM) Ultra 9 275HX (2.70 GHz)
    Memory
    32GB DDR5-5600
    Graphics card(s)
    NVIDIA® GeForce RTX™ 5060 8GB
    Monitor(s) Displays
    Acer CB272D
    Screen Resolution
    1920x1080 75Hz
    Hard Drives
    WD Green SN3000 (2TB)
    Samsung Portable T5 (2TB)
    Keyboard
    Logi MX Keys
    Mouse
    Logi MX Anywhere 3
    Internet Speed
    500MB
    Browser
    Edge
    Antivirus
    MS Defender
With all the discussion about these SFC /scannow and various DISM commands I'm starting to wonder if they're overrated in their effectiveness. The only time in the last year when they've made a stich of difference was when the Windows Store found a way of blowing itself up and wouldn't update any apps. DISM commands sorted it out and reset it. sfc /scannow has never fixed any gnarly problem I've had with my system.

The telemetry on my computer shows very few ongoing issues and can see no evidence that any of these commands are fixing diddly squat.

:devilish:
 

My Computers My Computers

  • At a glance

    Windows 11 Pro 25H2Intel Core i9 13900KCorsair Dominator Platinum 64gb 5600MT/s DDR5...Sapphire NITRO+ AMD Radeon RX 7900 XTX Vapor-...
    OS
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    Intel Core i9 13900K
    Motherboard
    Asus ProArt Z790 Creator WiFi - Bios 3107
    Memory
    Corsair Dominator Platinum 64gb 5600MT/s DDR5 Dual Channel
    Graphics Card(s)
    Sapphire NITRO+ AMD Radeon RX 7900 XTX Vapor-X 24GB
    Sound Card
    External DAC: Cambridge Audio DACMagic200M - Headphone Amp: Topping L50
    Monitor(s) Displays
    Panasonic MX950 Mini LED 55" TV 120hz
    Screen Resolution
    3840 x 2160 120hz
    Hard Drives
    Samsung 980 Pro 2TB (OS)
    Samsung 980 Pro 1TB (Files)
    Lexar NZ790 4TB
    LaCie d2 Professional 6TB external - USB 3.1
    Seagate Expansion 16TB external - USB 3.2
    Seagate One Touch 18TB external HD - USB 3.0
    PSU
    Corsair RM1200x Shift
    Case
    Corsair RGB Smart Case 5000x (white)
    Cooling
    Corsair iCue H150i Elite Capellix XT
    Keyboard
    Incase Ergonomic USB (Microsoft clone)
    Mouse
    Logitech MX Master 3S
    Internet Speed
    Fibre 900/500 Mbps
    Browser
    Microsoft Edge Chromium
    Antivirus
    Bitdefender Total Security
    Other Info
    AMD Radeon Software & Drivers 26.1.1
    Hasleo Backup Suite
    Dashlane password manager
    Kensington Verimark fingerprint reader
    Logitech Brio 4K webcam
    Orico 10-port powered USB 3.0 hub
  • At a glance

    Windows 11 Pro 25H2Intel® Core™ i9-13900H32GB DDR4-3200 Dual channel*Intel Iris Xᵉ Graphics G7
    Operating System
    Windows 11 Pro 25H2
    Computer type
    Laptop
    Manufacturer/Model
    Asus Vivobook X1605VA
    CPU
    Intel® Core™ i9-13900H
    Motherboard
    Asus X1605VA bios 309
    Memory
    32GB DDR4-3200 Dual channel
    Graphics card(s)
    *Intel Iris Xᵉ Graphics G7
    Sound Card
    Realtek | Intel SST Bluetooth & USB
    Monitor(s) Displays
    16.0-inch, WUXGA 16:10 aspect ratio, IPS-level Panel
    Screen Resolution
    1920 x 1200 60hz
    Hard Drives
    512GB M.2 NVMe™ PCIe® 3.0 SSD
    Mouse
    Logitech MX Ergo Trackball
    Antivirus
    Bitdefender Total Security
    Other Info
    720p Webcam
    WiFi & USB to ethernet
With all the discussion about these SFC /scannow and various DISM commands I'm starting to wonder if they're overrated in their effectiveness. The only time in the last year when they've made a stich of difference was when the Windows Store found a way of blowing itself up and wouldn't update any apps. DISM commands sorted it out and reset it. sfc /scannow has never fixed any gnarly problem I've had with my system.

The telemetry on my computer shows very few ongoing issues and can see no evidence that any of these commands are fixing diddly squat.

:devilish:
Dism restorehealth solved various problems even in the latest 24H2. It is still effective; it may need a better user interface. 😉
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
OS
Windows 11 Pro 25H2
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS 8930
CPU
Intel I9-9900K
Memory
64GB
Graphics Card(s)
NVIDIA RTX 2060
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
4k Samsung
Screen Resolution
3840 x 2160
Hard Drives
512GB NVMe, ADATA SU 800, 2TB HDD
I had the same 6824 message. I cleared it up by booting to my Macrium recovery drive and running DISM offline in a Powershell window
I rarely use Macrium, I just booted from a MS installation media and used CMD prompt, no need for Powershell.
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2Intel I9-9900K64GBNVIDIA RTX 2060
OS
Windows 11 Pro 25H2
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS 8930
CPU
Intel I9-9900K
Memory
64GB
Graphics Card(s)
NVIDIA RTX 2060
Sound Card
NVIDIA High Definition Audio
Monitor(s) Displays
4k Samsung
Screen Resolution
3840 x 2160
Hard Drives
512GB NVMe, ADATA SU 800, 2TB HDD
With all the discussion about these SFC /scannow and various DISM commands I'm starting to wonder if they're overrated in their effectiveness.
Component store has a task to clean the store so really no need to do that manually unless you want to remove all superseded versions of every component with the resetbase switch.

Open task scheduler: Task Scheduler Library\Microsoft\Windows\Servicing\StartComponentCleanup
For me that task was failing with 6824 error even after running offline cleaning manually.
Did repair install with 2161 ISO and now it succeeds.


Screenshot 2024-10-28 124837.jpg
 

My Computer My Computer

At a glance

Windows 11 Pro
OS
Windows 11 Pro
With all the discussion about these SFC /scannow and various DISM commands I'm starting to wonder if they're overrated in their effectiveness. The only time in the last year when they've made a stich of difference was when the Windows Store found a way of blowing itself up and wouldn't update any apps. DISM commands sorted it out and reset it. sfc /scannow has never fixed any gnarly problem I've had with my system.

The telemetry on my computer shows very few ongoing issues and can see no evidence that any of these commands are fixing diddly squat.

:devilish:
Totally agree - if I get any really wonky issues, the good old repair upgrade usually sorts things.

I cannot recollect a single case where sfc /scannow did any thing really useful.

I do use dism to tidy up the winsxs folder BUT only to keep my image backups lean and mean. I have never had a problem with any device NOT cleaning up the winsxs folder.

I would be surprised if even as many of 5% of pc users even use these commands and are blissfully ignorant of them.

I use dism (Deployment Image Servicing and Management) a lot for deployment activities, but that is a totally different usage subject. I do know it is working fine for its main purpose.
 

My Computer My Computer

At a glance

Windows 11 Pro + Win11 Canary VM.I9 13th gen i9-13900H 2.60 GHZ16 GB solderedIntegrated Intel Iris XE
OS
Windows 11 Pro + Win11 Canary VM.
Computer type
Laptop
Manufacturer/Model
ASUS Zenbook 14
CPU
I9 13th gen i9-13900H 2.60 GHZ
Motherboard
Yep, Laptop has one.
Memory
16 GB soldered
Graphics Card(s)
Integrated Intel Iris XE
Sound Card
Realtek built in
Monitor(s) Displays
laptop OLED screen
Screen Resolution
2880x1800 touchscreen
Hard Drives
1 TB NVME SSD (only weakness is only one slot)
PSU
Internal + 65W thunderbolt USB4 charger
Case
Yep, got one
Cooling
Stella Artois (UK pint cans - 568 ml) - extra cost.
Keyboard
Built in UK keybd
Mouse
Bluetooth , wireless dongled, wired
Internet Speed
900 mbs (ethernet), wifi 6 typical 350-450 mb/s both up and down
Browser
Edge
Antivirus
Defender
Other Info
TPM 2.0, 2xUSB4 thunderbolt, 1xUsb3 (usb a), 1xUsb-c, hdmi out, 3.5 mm audio out/in combo, ASUS backlit trackpad (inc. switchable number pad)

Macrium Reflect Home V8
Office 365 Family (6 users each 1TB onedrive space)
Hyper-V (a vm runs almost as fast as my older laptop)
Back
Top Bottom