Skip to main content

How to Make the Windows 10 Update Icon Appear in the Taskbar

As you may have already heard, Windows 10 is due to launch pretty soon. In order to celebrate this long-awaited event, Microsoft has decided to create a bit of expectation, by offering Windows 7 and Windows 8 users a pre-reservation chance. Basically, everyone running one of the two Windows versions should have noticed a small, Windows-like icon, in the right-hand corner of the screen, gently notifying customers that they can book an early spot in the upcoming madness . This symbol should have been spotted for either genuine or pirated platforms but as we’ve always thought, there is a catch.
windows 10
Now, this icon itself actually represents the Windows 10 Update App, which is only available to users that have turned on the automated update process, as Microsoft itself advises. More specifically, Microsoft requires two basic optional updates to be installed on the system, for both Windows 7 SP1 and Windows 8.1 platforms. Getting these two on board is not a hustle, but even them some readers have reported that the icon is still missing. Without further ado, today we’ll talk about everything necessary to actually get the darn thing working on every desktop computer out there.

Pre-requisites

Windows Update
First things first, let’s check that you have the right updates installed. In order to do so, find your way to Control Panel, and in the little search box located in the upper-right corner, type Update. The next obvious step would be to click on the main menu header, an option which should take you to Control Panel\System and Security\Windows Update. 
Now, in the bottom right corner of the screen, click on the Installed Updates option, to see what’s actually installed on the platform. A big list should appear, containing various items, in which our search begins. The packages listed below should be found as installed, simply by typing the name of the update in the upper-right search box.
  • For Windows 7 SP1 – you’re going to need KB3035583 and KB2952664 updates.
  • For Windows 8.1 – updates KB3035583 and KB2976978 are mandatory.
Now, if you have the items listed above already, you can proceed to the step below. If not, simply find your way to the previous updates menu, and click on Search for Updates. This will force Windows to seek every update available, which should include our two as well. Please remember to also check for Optional Updates, as the ones marked as Important are not sufficient.


Making the Windows 10 Update App icon appear

At this stag, most people should already spot the crafty icon in the Notifications Area. While for some the app is simply hidden and a simple click on the up arrow would reveal it, for some it actually refuses to appear. In that case, the following steps would force the platform to request the update from Microsoft’s servers.
Those who are a bit reserved of actually running the following commands, in the fear that something dodgy would be hidden inside, I confess that I’ve actually run the package myself and there are no risks behind.
Open a simple Notepad window and copy the text below, as it is.
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. Taking into considerations that some browser may change the format of the quotes above, find and replace all the ten quotes in the Notepad file, simply by typing them yourself. This will make Windows recognize the character later on, and spare some of you of troubles.
  2. Go to File -> Save as and rename the file as ReserveWin10.cmd , while selecting the file type as All Files (*.*). Please save this file to your local drive, directly on its root folder, to simplify the following steps (I’ve saved mine under C:\ReserveWin10.cmd).
  3. Now type Command Prompt in the Start menu search box, right click the result, and choose the Run as Administrator option.
  4. Change the current directory by typing cd C:\ . Again, notice that this is the location where I’ve actually stored my file, so do feel free to modify.
  5. Simply run the script by typing ReserveWin10.cmd , and wait for the file to finish the exchange with Microsoft’s servers (might take as long as 10 minutes).
  6. When successful, a beeping sound should notify the user, followed by the sudden appearance of our little Windows 10 update icon.
icon
And now, simply book your spot into the final

Comments

Popular posts from this blog

Mega List of Windows 7 Drivers

W indows 7 has just been released all over the world and I am sure many of you are gearing up to upgrade the OS of your PC to Windows 7. One thing which comes to my mind immediately when I think of upgrading my OS, is about the compatible drivers.

Dash up Your WordPress Dashboard Interface

Do you have a multi-author blog ? Do you want to brand your WordPress dashboard with custom logo and unique interface? Then this post is for you only. In this article I am going to tell you how you can change the avatar of WordPress admin page with new style and add some cool features to it. Let’s start. Fluency WordPress Plugin Here is a WordPress plugin for you called Fluency with which you can customize your WordPress admin page according to your needs without any knowledge of PHP. Some top features of Fluency that I personally like are – Display your own custom logo at the top of the WP Menu once logged in : This is my favorite option, with this plugin you can also add your own logo on top of WordPress admin page. A good option if you’ve a multi author blog. Hot keys for menu/submenu access : Fluency provides you with features of hot keys with which you can easily open menu and submenu. Now, no need to take mouse to every menu, simply use the hot keys f...

All Seeing Eye Chrome Add-on Runs Text Searches of Your Entire Browser History

W e use our browsers daily and at a certain point, we might want to find that interesting website that we accessed a few months ago. But by using the default browser history is either too difficult or almost impossible to do that. That’s why this Chrome extension is so awesome. The All Seeing Eye add-on indexes all text in your Web history, letting you run text searches. All Seeing Eye indexes all of the text of every page you visit in Chrome and even captures a screenshot of each page you visit for a quick visual search of your Web history. The default Web history tells you only the URL and title of each Web page you have visited but with the Chrome extension All Seeing Eye, your Web history expands to include all of the text of every page you have visited along with screenshots. The moment after you install the All Seeing Eye from the Chrome Web Store, the extension starts indexing all of the text of every page you visit and capturs scre...