Can't find Windows 10 reserve update KB3035583 How can I reserve it?

Blackberry-Prince

New member
Jun 4, 2015
73
0
0
Visit site
Can't find Windows 10 reserve update " KB3035583"

I wish to reserve a Windows 10 upgrade. Why am I not able to do so? I have the latest updates installed. Now what??
 

Harrie-S

Retired Ambassador
Sep 26, 2014
5,378
0
0
Visit site
Below is from a Microsoft website

If you don?t see the Get Windows 10 app (the small Windows icon in your system tray), it might be because:
1.Your device isn?t up-to-date with at least Windows 7 SP1 or Windows 8.1 Update
2. Windows Update is turned off or is not set to received updates automatically
3. You?ve blocked or uninstalled the necessary Windows Update functionality.
4. Your device is not running genuine Windows
5. Your device is running Windows 7 Enterprise, Windows 8/8.1 Enterprise, or Windows RT/RT 8.1, which are excluded from this reservation offer.
6. Your device is managed as part of a school or business network. (Check with your IT administrator.)
7. PCs that we determine cannot run Windows 10 will not see the Get Windows 10 app before July 29th. After July 29th, we?ll enable the icon in the system tray. This is to help ensure that you can easily check your PC?s compatibility if you choose.

Running Windows Update and installing any available updates will fix the first 3 issues.

If you don?t think any of these conditions apply to you, and you?re still not seeing the icon, you can also try running the solution below, which will verify your device meets all the prerequisites and then turn on the Get Windows 10 app:
1.Open Notepad
2.Copy the following text and paste it into Notepad:

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"


1.Click File, and then Save As
2. In the File name box, change the file name to ReserveWin10.cmd
3. Then click the dropdown next to Save as type, and select All files (*.*)
4. Select the folder you would like to save the file to. For this example, let?s choose to save the file to the C:/Temp folder. Then click Save.
5. Open an elevated command prompt. (From the Start screen or Start menu, type Command Prompt in the search box, and then in the list of results, right-click Command Prompt, and selectRun as administrator.)
6. Finally, run the file from the location you saved to in Step 6. In this example, you would type the following in the Command Prompt window and hit Enter:
C:/Temp/ReserveWin10.cmd


The Microsoft Compatibility Appraiser can take 10 ? 30 minutes to run, during which the script will continuously provide status reports that it is running. Please be patient.

If the script is failing in an infinite loop, then you don?t have the necessary prerequisite Windows Updates. Besides requiring Windows 7 SP1 or Windows 8.1 Update, you must also have installed:

For Windows 7 SP1:

KB3035583

KB2952664

For Windows 8.1 Update:

KB3035583

KB2976978



You can manually check if you have these updates within your elevated command prompt by typing the command:



dism /online /get-packages | findstr 3035583



(Replace the KB number with whichever update you are looking for.) If you have the update installed, this command will show the package identity. For example, Windows 8.1 users should see this:



C:\>dism /online /get-packages | findstr 3035583

Package Identity : Package_for_KB3035583~31bf3856ad364e35~amd64~~6.3.1.29



Thanks

Yaqub Khan - Microsoft Support Engineer
 

TechFreak1

Moderator
May 15, 2013
4,611
5
38
Visit site
Need a solution? Fast

Harrie-S, posted the solution two days ago.... :wink:

Below is from a Microsoft website

If you don’t see the Get Windows 10 app (the small Windows icon in your system tray), it might be because:
1.Your device isn’t up-to-date with at least Windows 7 SP1 or Windows 8.1 Update
2. Windows Update is turned off or is not set to received updates automatically
3. You’ve blocked or uninstalled the necessary Windows Update functionality.
4. Your device is not running genuine Windows
5. Your device is running Windows 7 Enterprise, Windows 8/8.1 Enterprise, or Windows RT/RT 8.1, which are excluded from this reservation offer.
6. Your device is managed as part of a school or business network. (Check with your IT administrator.)
7. PCs that we determine cannot run Windows 10 will not see the Get Windows 10 app before July 29th. After July 29th, we’ll enable the icon in the system tray. This is to help ensure that you can easily check your PC’s compatibility if you choose.

Running Windows Update and installing any available updates will fix the first 3 issues.

If you don’t think any of these conditions apply to you, and you’re still not seeing the icon, you can also try running the solution below, which will verify your device meets all the prerequisites and then turn on the Get Windows 10 app:
1.Open Notepad
2.Copy the following text and paste it into Notepad:

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"


1.Click File, and then Save As
2. In the File name box, change the file name to ReserveWin10.cmd
3. Then click the dropdown next to Save as type, and select All files (*.*)
4. Select the folder you would like to save the file to. For this example, let’s choose to save the file to the C:/Temp folder. Then click Save.
5. Open an elevated command prompt. (From the Start screen or Start menu, type Command Prompt in the search box, and then in the list of results, right-click Command Prompt, and selectRun as administrator.)
6. Finally, run the file from the location you saved to in Step 6. In this example, you would type the following in the Command Prompt window and hit Enter:
C:/Temp/ReserveWin10.cmd


The Microsoft Compatibility Appraiser can take 10 – 30 minutes to run, during which the script will continuously provide status reports that it is running. Please be patient.

If the script is failing in an infinite loop, then you don’t have the necessary prerequisite Windows Updates. Besides requiring Windows 7 SP1 or Windows 8.1 Update, you must also have installed:

For Windows 7 SP1:

KB3035583

KB2952664

For Windows 8.1 Update:

KB3035583

KB2976978



You can manually check if you have these updates within your elevated command prompt by typing the command:



dism /online /get-packages | findstr 3035583



(Replace the KB number with whichever update you are looking for.) If you have the update installed, this command will show the package identity. For example, Windows 8.1 users should see this:



C:\>dism /online /get-packages | findstr 3035583

Package Identity : Package_for_KB3035583~31bf3856ad364e35~amd64~~6.3.1.29



Thanks

Yaqub Khan - Microsoft Support Engineer


Harrie-S, maybe make this into a sticky and just link threads like this post?

I imagine more and more similar threads may pop up.
 

Li_meme_ca

New member
Jun 4, 2015
7
0
0
Visit site
Below is from a Microsoft website


Yaqub Khan - Microsoft Support Engineer

I have Windows 7 Home Premium SP1 with both updates installed but still am not able to reserve. I ran the script and attached is what I get... What does it mean? FWIW, I bought my Dell Latitude is a refurbished-by-Dell laptop. Could criterion #6 be what's preventing me from reserving? (6. Your device is managed as part of a school or business network. (Check with your IT administrator.)
Compatibility Check.jpg
 

Raj Poladia

New member
Jun 26, 2014
66
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

I have installed that update but not getting system tray icon, actually i reserved the update.... But I factory reset the my laptop.... So after resetting the icon is not there in system tray that update is still installed
 

Harrie-S

Retired Ambassador
Sep 26, 2014
5,378
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

I have installed that update but not getting system tray icon, actually i reserved the update.... But I factory reset the my laptop.... So after resetting the icon is not there in system tray that update is still installed

After a factory reset a lot of updates have to be installed because the "factory" version is old.
So is your pc already totally updated?
 

Blackberry-Prince

New member
Jun 4, 2015
73
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

I have installed that update but not getting system tray icon, actually i reserved the update.... But I factory reset the my laptop.... So after resetting the icon is not there in system tray that update is still installed

I updated my Laptop yesterday. 91 Important Updates were installed yesterday. And I got the icon tray just now. Wait and watch :)
 

Bryan Nicholson

New member
Jun 6, 2015
2
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

I have tried all the methods below to resolve the update icon problem and still no success.
Anybody got any new ideas or details of who or where to contact at microsoft. Is it windows 10 problem or win 8 problem?
 

flamingoodmedia

New member
May 19, 2015
6
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

I've not had the reserve icon on either HP device, one Stream 7 8.1 Bing tablet but interestingly not on my brand new HP Stream 13 laptop ... I got it on my home build PC with fully purchased Windows 8.1 so wonder if OEM's can delay rollout of the upgrade symbol ?
 

flamingoodmedia

New member
May 19, 2015
6
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

HP customer service UK have confirmed it's an OEM decision not to roll out the reserve app just yet ... they say it will follow, but tried to diss W10 by saying the Stream 7 & 13 may not make for ideal hardware ... there are no plans to disallow upgrades & all current HP tech, in warranty should get the W10 update ...
 

flamingoodmedia

New member
May 19, 2015
6
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

HP customer service UK have confirmed it's an OEM decision not to roll out the reserve app just yet ... they say it will follow, but tried to diss W10 by saying the Stream 7 & 13 may not make for ideal hardware ... there are no plans to disallow upgrades & all current HP tech, in warranty should get the W10 update ...
 

Blackberry-Prince

New member
Jun 4, 2015
73
0
0
Visit site
Re: Can't find Windows 10 reserve update " KB3035583"

HP customer service UK have confirmed it's an OEM decision not to roll out the reserve app just yet ... they say it will follow, but tried to diss W10 by saying the Stream 7 & 13 may not make for ideal hardware ... there are no plans to disallow upgrades & all current HP tech, in warranty should get the W10 update ...

It should work. Install the latest updates again. I suggest you to go to control panel check for updates and install if available. Reboot and then see if you have the tray available.
 

GabrielRamirez2

New member
Jun 8, 2015
2
0
0
Visit site
Hi, I'm from Argentina and I'm having the same problem, I can't see the reserve win10 button. I have both updates (KB3035583 and KB2952664), however the "reservewin10.cmd" enters in an infinite loop. I Have a genuine license (win 7 home edition) but i's OEM and it's a Sony Vaio, maybe this can be a problem? I also have installed all the updates available with Windows Update but I can't reserve windows 10 yet

I've attached some pics, please if somebody can help me I'll be very glad
Thanks!!
Gabriel
 

Attachments

  • error1.png
    error1.png
    52.1 KB · Views: 5
  • error2.png
    error2.png
    13.6 KB · Views: 5
  • error3.png
    error3.png
    16.7 KB · Views: 4

Members online

Forum statistics

Threads
323,128
Messages
2,243,307
Members
428,035
Latest member
rhiannonbarion