Here is the simple and easy fix to recover your Active desktop, when you are not able to recover with the steps provided on screen.
Copy and paste the below in notepad and save as activeFix.vbs on your desktop. Run the file and refresh your desktop (if not, reboot your computer)!
Copy and paste the below in notepad and save as activeFix.vbs on your desktop. Run the file and refresh your desktop (if not, reboot your computer)!
HKEY_CURRENT_USER = &H80000001 strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components" strValue = "0" ValueName = "DeskHtmlVersion" objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue