this post was submitted on 11 Mar 2024
1 points (100.0% liked)

Windows 10

379 readers
11 users here now

Welcome to the largest community for Microsoft Windows 10, the world's most popular computer operating system! feel free to discuss everything about Windows 10!. But, keep it civil please

founded 2 years ago
MODERATORS
 

Does anyone have any idea how to actually achieve this? I've tried a variety of registry entries, nothing seems to work thus far. Managed to remove it from the classic context menu, but not the metro start menu. My biggest contender was the NoStartMenuPinnedList reg entry from Win7, but that doesn't work either.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

[HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

[HKEY_USERS\.DEFAULT\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoStartMenuPinnedList"=dword:00000001

Worked on 7, but doesn't in 10...

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here