Alexandre Julliard pushed to branch master at wine / wine
Commits: 0660d7c9 by Alex Henrie at 2024-10-15T14:25:28+02:00 explorer: Support the NoDesktop registry setting.
Setting NoDesktop to a nonzero value hides all desktop icons on Windows. (It also disables the context menu on the desktop, but since Wine doesn't have one, that doesn't matter.) Supporting the same option on Wine would be useful in controlled environments that have a virtual desktop but the user is not supposed to interact with it.
Strangely, although HKCU overrides HKLM for NoTrayItemsDisplay on Windows, the reverse is true of NoDesktop.
- - - - -
1 changed file:
- programs/explorer/desktop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0660d7c9e8248d6c8c6b0aca15a32cb...