Yes, that's correct. Everything is up to date, and there should be no reason why it isn't showing, but it 's just not there.
@Sanji Himura, what do you need a screen capture of?
I had the same issue on Win7 x64 SP1
I posted this on post 287
If you do not have the "Reserve Windows 10" Icron on the taskbar.
You must have Windows 7 SP1 or Windows 8.1
Firstly check to make sure you have the needed updates installed.
For Windows 7 SP1:
KB3035583*
KB2952664
For Windows 8.1 Update:
KB3035583*
KB2976978
*= this is the update that gives you the upgrade prompt.
To check if you have the updates
Open a command prompt as an admin and type in the following
dism /online /get-packages | findstr 3035583
Just replace the number part with the KB number(without KB)
You should get a message like this
C:\>dism /online /get-packages | findstr 3035583
Package Identity : Package_for_KB3035583~31bf3856ad364e35~amd64~~6.3.1.29
If you have the updates but you do not have the icon still.
Open notepad and type in the following
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"
And save the notepad as windows10.bat and save it in C:\
make sure you have save as all files selected.
Using the command prompt go to C:\ and type in windows10.bat to run it, it will take a short time.
After this if successful you should have the icon on the taskbar.
If you still do not have it you will have to uninstall KB3035583 and then reinstall it
Reinstalling this update can be tricky as it may not be offered via windows update and will have to be installed manually.
For windows 7 SP1 x64 users this is the update that I had to reinstall, after I did this the GWX.exe process started up and I got the upgrade icon.
http://download.windowsupdate.com/d..._d6308e28c41fcbd15695343d83709ed1c4bf5812.msu
http://answers.microsoft.com/en-us/...i/848b5cce-958b-49ae-a132-a999a883265b?page=1
I had to uninstall the update and then reinstall it for it to work.