Why am I being told Windows Ten is not available?

  • Thread starter Thread starter Windows Central Question
  • Start date Start date
W

Windows Central Question

windows ten not available

yes i have windows 7 sp1
my update tells me there are no more updates to install
manually confirmed all kb numbers are present
did the lil run boxes
REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\UpgradeExperienceIndicators" /v UpgEx | findstr UpgEx
if "%errorlevel%" == "0" GOTO RunGWX
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /v UtcOnetimeSend /t REG_DWORD /d 1 /f
schtasks /run /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
:CompatCheckRunning
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" | findstr Ready
if NOT "%errorlevel%" == "0" ping localhost >nul &goto :CompatCheckRunning
:RunGWX
schtasks /run /TN "\Microsoft\Windows\Setup\gwx\refreshgwxconfig"
yet the trouble shooter says um not up to date and windows 10 unsopported

WHY?
 

Members online

No members online now.

Forum statistics

Threads
340,539
Messages
2,263,578
Members
428,791
Latest member
NLogDEV