• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Windows 11 24H2 bug prevents it from receiving new updates

Cyberpunkd

Member
Microsoft fired their Windows Q&A team in 2014 and this is the result. Users are now the beta testers.
Nothing to do with DEI. It's just a bad managing decision to save costs.
This is pure incompetence.
200.gif
 

kruis

Exposing the sinister cartel of retailers who allow companies to pay for advertising space.

nemiroff

Gold Member
Btw, why does it say Windows 10 and not Windows 11, is it because of the upgrade path from W10?

4mRJAFp.png


Powershell code
$OS=@(Get-ChildItem -Path HKLM:\System\Setup\Source* | ForEach-Object {Get-ItemProperty -Path Registry::$_}; Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion')
$OS | Select-Object ProductName, ReleaseID, CurrentBuild, @{Name='InstallDate'; Expression={[timezone]::CurrentTimeZone.ToLocalTime(( [datetime]'1/1/1970').AddSeconds($_.InstallDate))}} | Sort-Object "InstallDate"
 
Last edited:
The 24H2 update has been such a disaster. And I don’t look forward to all the A.I. stuff MS is going to shove into windows 12.
TBH Windows 11 23H2 has been the best OS I've ever used. No crashes, completely stable, and excellent performance.

24H2 sounds like a goddamn disaster.

I'm hoping all the A.I. garbage can be disabled.

No one needs more features for this OS. Keep it barebones and secure; that's all I want.
 

nemiroff

Gold Member
TBH Windows 11 23H2 has been the best OS I've ever used. No crashes, completely stable, and excellent performance.

24H2 sounds like a goddamn disaster.

I'm hoping all the A.I. garbage can be disabled.

No one needs more features for this OS. Keep it barebones and secure; that's all I want.
I don't think there's much AI features on regular 24H2 PCs. I can't see any here on my 24H2 install. Isn't this for the so-called Copilot+ PCs only (like Recall)?
 
Last edited:

Mithos

Member
What I did on my Windows 11 install...
DISM /Online /Get-FeatureInfo /FeatureName:Recall

Sadly its there in the background now in 24H2...

DISM /Online /Disable-Feature /Featurename:Recall
And disabled "for now"...
 
Top Bottom