AdamGrossTX / asquaredozen

0 stars 0 forks source link

Demystifying Windows 10 Feature Update Blocks-A Square Dozen | A. Gross Blog #16

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Demystifying Windows 10 Feature Update Blocks-A Square Dozen | A. Gross Blog

A.Gross Blog | Adam Gross Enterprise Mobility MVP

https://www.asquaredozen.com/2020/07/26/demystifying-windows-10-feature-update-blocks/

Hemsell commented 2 years ago

This is excellent information. Thanks for taking the time to write it up.

fixxxie commented 2 years ago

This is brilliant! One thing I have to ask: "Extract-FUXMLFromSDB" is part of what module as I cannot run it on my system :(

Also command: "Find-FUBlocksInSDB" again is missing. I have: "Find-BlocksInSDB"

AdamGrossTX commented 2 years ago

You need to install the module. The files get the FU added to the name when the module builds

Get Outlook for iOShttps://aka.ms/o0ukef


From: Чавдар Бонев @.> Sent: Thursday, September 29, 2022 6:37:23 AM To: AdamGrossTX/asquaredozen @.> Cc: Subscribed @.***> Subject: Re: [AdamGrossTX/asquaredozen] Demystifying Windows 10 Feature Update Blocks-A Square Dozen | A. Gross Blog (Issue #16)

This is brilliant! One thing I have to ask: "Extract-FUXMLFromSDB" is part of what module as I cannot run it on my system :(

Also command: "Find-FUBlocksInSDB" again is missing. I have: "Find-BlocksInSDB"

— Reply to this email directly, view it on GitHubhttps://github.com/AdamGrossTX/asquaredozen/issues/16#issuecomment-1262153946, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AE7SYDRKMR4UZNK3UZS3QKDWAV5PHANCNFSM5RU3NEUQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

fixxxie commented 2 years ago

I just installed it via ".\Build.ps1 -ModulePath .\FU.WhyAmIBlocked Import-Module ".\bin\release\FU.WhyAmIBlocked" -Force"

But still no "Extract-FUXMLFromSDB" command found. What am I missing here?

fixxxie commented 2 years ago

Just found it. It is "Export", not "Extract". You might want to correct it. Thanks!

TheOne320 commented 2 years ago

So I used your script and got a results.txt, but how do I interpret the results? Isn't it possible to have summary section that just lists the apps that are blocking a feature upgrade?

gwblok commented 2 years ago

Safeguard Hold Override Registry

New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" -Name "DisableWUfBSafeguards" -PropertyType dword -Value 1 -Force

Other Safeguard hold items I've been working on: https://github.com/gwblok/garytown/tree/master/Feature-Updates/SafeGuardHolds