I wanted to remove the annoying new "learn more about this picture icon" and saw a tip in the newsletter from @samilaiho over at https://win-fu.com.
When changing the registry to the required setting I made a mistake (I didn't read correctly) and change another registry entry.
In doing so I came across a new folder on my desktop:
This is a shortcut to the OneDrive folder, maybe it's possible to get it to show another way but this how I got it:
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel' -Name '{018D5C66-4533-4307-9B53-224DE2ED1FE6}' -Value 0
To remove the annoying "learn more about this picture icon" you have to set this:
Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel' -Name '{2cc5ca98-6485-489a-920e-b3e88a6ccce3}' -Value 1
No comments:
Post a Comment