Option in Start Menu Wrong registry Key in Win 10

32 bit version

Show recently added apps <Tweak name="Start\HideRecentlyAddedApps">1</Tweak>

Not working key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"HideRecentlyAddedApps"=dword:00000001

Working key

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=dword:00000001
 
Last edited:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"HideRecentlyAddedApps_ProviderSet"=dword:00000001
What is _ProviderSet? This term doesn't exist in the GPO.

When I modify a clean W10 x86 image:
Code:
[HKEY_LOCAL_MACHINE\NLTmp~2ab3534f1~SOFTWARE\Microsoft\PolicyManager\current\device\Start]
"HideRecentlyAddedApps"=dword:00000001
 
Что такое "_ProviderSet"? Этот термин не существует в GPO.
Try the "Show recently added applications" tweak - lock <Tweak name="Start\HideRecentlyAddedApps">1</Tweak> and then run Control Panel, Personalization, Start and notice the setting does not apply.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Start]

"HideRecentlyAddedApps_ProviderSet"=dword:00000001 - this key was taken in one of the old versions of NTLite using the Regshot program.
 
Last edited:
Try this?

; Start > Settings > Personalization > Start > Show recently added apps > Disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=dword:00000001
 
Try this?

; Start > Settings > Personalization > Start > Show recently added apps > Disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"HideRecentlyAddedApps"=dword:00000001
Your key works, but the fact is that the program, the parameter "HideRecentlyAddedApps" transfers to another registry branch.
 
Back
Top