Hi dears. Today I updated my WInodws10 again and I came across again with a very frightening situation ... after restarting the system, all my desktop icons were gone, as well as my settings ... After I rebooted the system, everything went back to normal .. but already it happened to me twice and I would like to know if you have any explanation for this happening ... thanks and sorry for my bad english.. Regards.
You might have been logged into the temporary account or to the desktop with active desktop on. Try to apply this: Code: reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "ForceActiveDesktopOn" /t REG_DWORD /d "0" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoActiveDesktop" /t REG_DWORD /d "1" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoActiveDesktopChanges" /t REG_DWORD /d "1" /f