right click on apps and choose app settings for the second time results in continuous app settings page crash. First attempt works flawlessly. Works fine if app settings panel is already open
They'll set dark mode as default on all commercial SKU's. Really unusual for an unfinished feature, that still need to be extended on some system parts.
Does "ExcludeWUDriversInQualityUpdate" DWORD = 1 @ HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate work to prevent Windows from overwriting the drivers?
Edited: This works for me Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Device Metadata] "PreventDeviceMetadataFromNetwork"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "SearchOrderConfig"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "ExcludeWUDriversInQualityUpdate"=dword:00000001
Edited: "offlineServicing" -- I use dism to add my drivers Code: dism /scratchdir:temp /image:mount /Add-Driver /Driver:drivers /recurse and control/configure Windows Update with my reg tweaks Code: reg load HKLM\SOFTHIVE mount\Windows\System32\config\SOFTWARE reg add "HKLM\SOFTHIVE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d "1" /f reg delete "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MRT.exe" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\DriverSearching" /v "SearchOrderConfig" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\Device Metadata" /v "PreventDeviceMetadataFromNetwork" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTHIVE\Policies\Microsoft\Windows\DeliveryOptimization" /v "DODownloadMode" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\ReserveManager" /v "ShippedWithReserves" /t REG_DWORD /d "0" /f reg unload HKLM\SOFTHIVE
What I'd like to know is why the hell has Microsoft removed default apps based on content (videos, music, etc.). Now I have to manually assign each file type to each app. What the f*ck were they smoking when they made this change?!
The real bug reports that MSFT needs lol. The auto disable SMB1 is turned on but still, why give it the option to enable without manual intervention