On WinXP if you right click the desktop, and select View, and select ‘Show Desktop Icons’, the icons are hidden.
Do you know the reg key that stores this value?
And maybe more important, how did you know that or find the value?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Process Monitor from Windows Sysinternals is a great tool for answering questions like this. You can even Run Process Monitor from live.sysinternals.com.
Set it up to monitor Operation
isRegSetValue, then make the change through the UI and watch what Registry keys get updated.If you are getting too much noise from your filter selections, you can add additional filters for Process Name
is(in this case) explorer.exe and/or a Pathcontains(in this case) hide.Process Monitor may seem like an IT-only tool, but it is also a developers’ tool. It is an excellent way to ensure Registry keys are being updated, DLLs are being loaded, configuration files are being read and/or processes are being spawned.