Microsoft has been providing free upgrade to Window 7 and Windows 8 users. A free Win 10 upgrade icon was already placed on your desktop and most of you must have upgraded to Windows 10. However there are still many who don’t find an upgrade option on their desktop. The Windows 10 upgrade icon is missing from the desktop and there fore such people can not upgrade to free Windows 10. Here is a solution to troubleshoot the cause of non appearance of the icon on the desktop.
REG QUERY “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionAppCompatFlagsUpgradeExperienceIndicators” /v UpgEx | findstr UpgEx if “%errorlevel%” == “0” GOTO RunGWX reg add “HKLMSOFTWAREMicrosoftWindows NTCurrentVersionAppCompatFlagsAppraiser” /v UtcOnetimeSend /t REG_DWORD /d 1 /f schtasks /run /TN “MicrosoftWindowsApplication ExperienceMicrosoft Compatibility Appraiser” :CompatCheckRunning schtasks /query /TN “MicrosoftWindowsApplication ExperienceMicrosoft Compatibility Appraiser” schtasks /query /TN “MicrosoftWindowsApplication ExperienceMicrosoft Compatibility Appraiser” | findstr Readyif NOT “%errorlevel%” == “0” ping localhost >nul &goto :CompatCheckRunning :RunGWX schtasks /run /TN “MicrosoftWindowsSetupgwxrefreshgwxconfig”
Comments are closed.