升级Windows10![收不到Win10升级预订通知的解决办法]

Windows10发布了,你更新了吗? 大多数用户电脑状态栏已经显示Win10升级预定通知,但是仍然有一大部分用户不显示。

收不到Win10升级预订通知的解决办法

不出现升级提示的不要着急,可将如下代码复制到文本文件内,并改扩展名为.bat: (或在这里下载:收不到Win10升级预定解决办法)

@echo offtitle Windows 10 Missing Icon Fixesgoto foreward:forewardcolor 0bclsecho The methods inside this batch modify files and registry settings.echo While they are tested and tend to work, I take no responsibility for the use of this file.echo This batch is provided without warranty. Any damage caused is your own responsibility.echo.echo As well, batch files are almost always flagged by anti-virus, feel free to review the code if you’re unsure.echo.echo If you understand the above, and accept – press any key to continue…pause > NULgoto elevatecheck:elevatecheckcolor 0cclsecho Checking for Administrator elevation…echo.echo.openfiles > ==0 (echo Elevation found! Proceeding…goto vercheck) else (echo You are not running as Administrator…echo This batch cannot do it’s job without elevation!echo.echo Right-click and select ^’Run as Administrator^’ and try again…echo.echo Press any key to exit…pause > NULexit):vercheckcolor 0cclsecho Performing Pre-Checks…version=”==1 goto warningset allow=0echo.echo You did not pass the pre-requisites.echo If you’re running Windows 8, go install Windows 8.1 from the Store.echo.echo Press any key to exit.pause > NULexit:warningcolor 0bclsecho Warning about qualifications…echo.echo.echo Just because your version checks out, doesn’t mean you’re eligible for the free upgrade!echo Notably, the following are not elibile for Windows 10 via Windows Update…echo.echo Windows 7 RTMecho Windows 8echo Windows 8.1 RTMecho Windows RTecho Windows Phone 8.0echo.echo Press any key to continue…pause > NULgoto menu:menucolor 0bclsecho Main Menuecho.echo.echo 1^) Check Update Statusecho 2^) Quick-Method #1 ^[JC from answers.microsoft.com^]echo 3^) Quick-Method #2 ^[KevinStevens_845 from answers.microsoft.com^]echo 4^) Long-Method #1 ^[Yaqub K from answers.microsoft.com^].set /p mmchoice=Selection: upstatusqm1qm2lm1error:errorcolor 0Cclsecho Main Menu – Error!echo.echo.echo You did not enter a valid entry.echo.echo Press any key to return to the main menu and try again.pause > NULgoto menu:upstatusclsecho Checking for appropriate update installation status…echo.echo.if “%version%”==”6.3” goto upstatus8if “%version%”==”6.1” goto upstatus7goto menu:upstatus8echo Windows 8^+ detected…echo.set upcheck=3035583echo Checking for update KB%upcheck%…dism /online /get-packages | findstr ==0 (echo Update KB%upcheck% is installed!set missupdate=0) else (echo Update KB%upcheck% is missing!set missupdate=1)echo.set upcheck=3035583echo Checking for update KB%upcheck%…dism /online /get-packages | findstr ==0 (echo Update KB%upcheck% is installed!) else (echo Update KB%upcheck% is missing!set /a missupdate=%missupdate%+1>NUL)echo.echo.if %missupdate%==0 (echo You are not missing any updates, congratulations!) else (echo You are missing %missupdate% update^(s^).)echo Press any key to return to the main menu…pause > NULgoto menu:upstatus7echo Windows 7 detected…echo.set upcheck=3035583echo Checking for update KB%upcheck%…dism /online /get-packages | findstr ==0 (echo Update KB%upcheck% is installed!set missupdate=0) else (echo Update KB%upcheck% is missing!set missupdate=1)echo.set upcheck=2952664echo Checking for update KB%upcheck%…dism /online /get-packages | findstr ==0 (echo Update KB%upcheck% is installed!) else (echo Update KB%upcheck% is missing!set /a missupdate=%missupdate%+1>NUL)echo.echo.if %missupdate%==0 (echo You are not missing any updates, congratulations!) else (echo You are missing %missupdate% update^(s^).)echo Press any key to return to the main menu…pause > NULgoto menu:qm1clsecho Quick-Method #1 ^[JC from answers.microsoft.com^]echo.echo.echo Updating registry…reg add “HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\UpgradeExperienceIndicators” /v UpgEx /t REG_SZ /d Green /fecho Trying to launch notification tray application…%SystemRoot%\System32\GWX\GWX.exe /taskLaunchecho.echo This method is now complete – and is also instant!echo You should see the Windows 10 icon in your notification tray., return to the menu and try another method.echo.echo Press any key to return to the main menu…pause > NULgoto menu:qm2echo Quick-Method #2 ^[KevinStevens_845 from answers.microsoft.com^]echo.echo.echo Trying to launch GWX task…%SystemRoot%\System32\GWX\GWX.exe /taskLaunchecho Trying to refresh GWX config…%SystemRoot%\System32\GWX\GWXConfigManager.exe /RefreshConfigecho.echo This method is now complete – but it could take a few minutes.echo In approximately 10 minutes you should see the Windows 10 icon in your notification tray., return to the menu and try another method.echo.echo Press any key to return to the main menu…pause > NULgoto menu:lm1clsecho Long-Method #1 ^[Yaqub K from answers.microsoft.com^]echo.echo.echo This method can take anywhere from 10 minutes on. echo I’ve had this run up to 40 minutes during my tests…echo.echo This will loop for a while but please note…echo If you see the ^”STATUS^” as anything but ^”RUNNING^”, there is something wrong.echo If that happens, close the batch file and start over. It may take a few times.echo.echo Further, due to the way this script was originally written, you may have to re-launch this batch to continue.echo.echo If you understand the above, press any key to continue.pause > NULcolor 0cclsecho Work has begun…REG QUERY “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\UpgradeExperienceIndicators” /v UpgEx | findstr UpgExif “%errorlevel%”==”0” goto RunGWXreg add “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser” /v UtcOnetimeSend /t REG_DWORD /d 1 /fschtasks /run /TN “\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser”echo THIS MAY CAUSE A LOOP – CHECK FOR RUNNING STATUS!!! &echo THIS MAY CAUSE A LOOP – CHECK FOR RUNNING STATUS!!! &echo THIS MAY CAUSE A LOOP – CHECK FOR RUNNING STATUS!!!:CompatCheckRunningschtasks /query /TN “\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser”schtasks /query /TN “\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser” | findstr Readyif not “%errorlevel%”==”0” ping localhost > NUL &goto :CompatCheckRunning:RunGWXschtasks /run /TN “\Microsoft\Windows\Setup\gwx\refreshgwxconfig”color 0bclsecho.echo This method is now complete.echo Reports show that this could take up to an hour to show the icon.echo It is also recommended that you reboot your PC if it has not shown up after that hour wait.echo.see the notification tray icon, try another method.echo If you are using this method last, please wait in the Microsoft Answers forums for a new answer.echo.echo Press any key to return to the main menu…pause > NULgoto menu所有的胜利,与征服自己的胜利比起来,都是微不足道

升级Windows10![收不到Win10升级预订通知的解决办法]

相关文章:

你感兴趣的文章:

标签云: