[Help] Problem with WIN10 - Blank Desktop

Discussion in 'Windows 10' started by luzcaa, Jun 6, 2017.

  1. luzcaa

    luzcaa MDL Novice

    Nov 14, 2012
    15
    0
    0
    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.
     
  2. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,054
    60
    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
     
  3. luzcaa

    luzcaa MDL Novice

    Nov 14, 2012
    15
    0
    0
    Good to know... i'll try to do this.

    Thanks dude!