mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 09:23:04 +08:00
- The `HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons` entries were redundant between hivedef.inf and hivesft.inf. In addition, adding them were useless, because the "Network Places" (network location folder) icon they were specifying is already shown by default (like the others) on the desktop. This basically reverts commit054c755d91(r31545) -- originally added for the next commit562c812846(r31547). The "reason" given by this commit was also wrong: the registration of the network folder is done instead in its `HKCR\CLSID\<the_clsid>` registry key. - Similarly, the `HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Bitbucket` registry key doesn't need to be pre-created; the shell will create it on-demand at runtime. This reverts commitbab735cf05(r35203).
261 KiB
261 KiB