Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Desktop icons #159

Open
PontoZero23 opened this issue Jan 31, 2025 · 1 comment
Open

Desktop icons #159

PontoZero23 opened this issue Jan 31, 2025 · 1 comment

Comments

@PontoZero23
Copy link

Hello! I enabled the function of adding icons to the desktop, but in Windows 10 it is not working and sometimes in Windows 11 either. I tried to redo the XML file but it still presented the error, is there anything to get around it? I tried adding via script also without success.

@cschneegans
Copy link
Owner

I had not tested this feature with Windows 10. It appears that the icons

  • Computer / This PC
  • Recycle bin
  • User's Files
  • Control Panel
  • Network

are configurable via the autounattend.xml in Windows 10. These are the same icons that are also configurable via the Desktop Icon Settings dialog:

Image

Additional icons

  • Desktop
  • Documents
  • Downloads
  • Gallery
  • Home
  • Music
  • Pictures
  • Videos

might not be configurable in Windows 10. For example, the Downloads desktop icon might depend on the registry value

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{374de290-123f-4565-9164-39c4925e467b}]
@="CLSID_ThisPCDownloadsRegFolder"

which is present in Windows 10, but not in Windows 11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants