[W11 & W10] Unsupported Hardware banner removal Reg Tweak

SM03

Active Member
Req to add these reg tweaks in upcoming NTL update to remove the unsupported H/W banner from both,
Windows Settings
`.jpg

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="25H2"

& from the Desktop
2.jpg

Code:
[HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache]
"SV1"=dword:00000000
"SV2"=dword:00000000
 
Last edited:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"TargetReleaseVersion"=dword:00000001
"TargetReleaseVersionInfo"="25H2"
TargetReleaseVersionInfo needs to be a valid servicing channel (1909, 2004, 20H2, 21H1, 21H2).
Changing to a random string may work, but that's unsupported.

[HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache]
"SV1"=dword:00000000
"SV2"=dword:00000000
https://www.ntlite.com/community/index.php?threads/windows-11.2235/post-24334
 
Thus, I deleted this entry in the WIN 11 22588 version
reg add "HKEY_CURRENT_USER\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /t REG_DWORD /d 0 /f
 
SM03, will add things as garlin stated, we already had it ready in the background, but still thanks for the feedback.
 
Back
Top