Hello moderate, Thanks for the information on Windows RT 8.1, unfortunately update can not install windows8.1-kb3172614-arm_3d918d6c809bf6f57c8fcefa5db5c739e1754426.msu. Is there a prerequisite here? Could you possibly add a current download list to your update list in entry # 2656 for Windows RT 8.1?
Hello Mr.X, Thank you for the links, which are yes to be found publicly. I need the link for Windows RT 8.1 as written in post # 2666 already written.
Win8-KB3191565-x64.cmd Spoiler Code: @echo off rem script by: abbodi1406 %windir%\system32\reg.exe query "HKU\S-1-5-19" 1>nul 2>nul || ( set MESSAGE=ERROR: Run the script as administrator goto :END ) for /f "tokens=6 delims=[]. " %%G in ('ver') do set winbuild=%%G if %winbuild% NEQ 9200 ( set MESSAGE=ERROR: This package is for Windows 8 goto :END ) %windir%\system32\reg.exe query "HKLM\System\CurrentControlSet\Control\Session Manager\Environment" /v PROCESSOR_ARCHITECTURE | find /i "amd64" 1>nul || ( set MESSAGE=ERROR: This package is for 64-bit systems ^(x64^) goto :END ) if not exist "%~dp0W2K12-KB3191565-x64.msu" ( set MESSAGE=ERROR: W2K12-KB3191565-x64.msu is not found besides the script goto :END ) if not exist "%windir%\servicing\Packages\Microsoft-Windows-Foundation-Package*.mum" if not exist "%windir%\servicing\Packages\Microsoft-Windows-Client-Features-Package*.mum" ( set MESSAGE=ERROR: Parent foundation package is not detected goto :END ) if exist "%windir%\servicing\Packages\Microsoft-Windows-PowerShell-WTR-Package*6.2.9616.16384.mum" ( set MESSAGE=ERROR: This package is already installed goto :END ) set _mui=(ar-SA,bg-BG,cs-CZ,da-DK,de-DE,el-GR,en-US,es-ES,et-EE,fi-FI,fr-FR,he-IL,hr-HR,hu-HU,it-IT,ja-JP,ko-KR,lt-LT,lv-LV,nb-NO,nl-NL,pl-PL,pt-BR,pt-PT,ro-RO,ru-RU,sk-SK,sl-SI,sr-Latn-RS,sv-SE,th-TH,tr-TR,uk-UA,zh-CN,zh-HK,zh-TW) cd /d "%~dp0" echo. echo Exracting the package install files.. if exist .\temp rd /s /q .\temp >nul mkdir .\temp expand.exe -f:*Windows*.cab W2K12-KB3191565-x64.msu .\ >nul expand.exe -f:* Windows8-RT-KB3191565-x64.cab .\temp >nul del /f /q Windows8-RT-KB3191565-x64.cab >nul echo. echo Installing main packages.. FOR %%A IN ( Microsoft-Windows-PowerShell-WTR-Package Microsoft-PowerShell-DSC-PullServer-Package WIN8IP-Win8-Microsoft-Windows-WMI-Package WIN8IP-Win8-Microsoft-Windows-WMI-onecoreadmin-Package Windows-Management-Protocols-Package-Win8 Microsoft-Management-Odata-Package Microsoft-NetworkSwitch-Management-Package ) DO ( %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\%%A~31bf3856ad364e35~amd64~~6.2.9616.16384.mum ) if %errorlevel% neq 0 if %errorlevel% neq 3010 ( set MESSAGE=ERROR: Installing main packages failed goto :END ) echo. echo Installing language packages.. for /d %%G in %_mui% do ( if exist "%windir%\System32\%%G\wuaueng.dll.mui" ( %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\Microsoft-Windows-PowerShell-WTR-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\Microsoft-PowerShell-DSC-PullServer-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\WIN8IP-Win8-Microsoft-Windows-WMI-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\WIN8IP-Win8-Microsoft-Windows-WMI-onecoreadmin-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\Windows-Management-Protocols-Package-Win8~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\Microsoft-Management-Odata-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\Microsoft-NetworkSwitch-Management-Package~31bf3856ad364e35~amd64~%%G~6.2.9616.16384.mum ) ) if %errorlevel% neq 0 if %errorlevel% neq 3010 ( set MESSAGE=ERROR: Installing language packages failed goto :END ) if %errorlevel% equ 0 ( set MESSAGE=Done ) if %errorlevel% equ 3010 ( set MESSAGE=Done. System restart is required to complete installation ) echo. echo Removing temporary install files.. %windir%\System32\Dism.exe /Online /NoRestart /Add-Package /PackagePath:temp\update.mum 1>nul 2>nul rd /s /q .\temp >nul :END echo. echo ============================================================ echo %MESSAGE%. echo ============================================================ echo. echo Press any Key to Exit. pause >nul exit
I currently have W8.1 x64 installed without the Hyper-V feature enabled, but I am being offered KB3133690 and KB3135456 for January. I was only expecting to see the IE flash and MRT update this time around. Can anyone explain this?
windows 8.1 Pro 64-bit install.wim contains vmsntfy.dll in C:\WINDOWS\system32\DriverStore\FileReposity\wvms_pp.inf_amd64_c783d087b28a71d5 and wvpci.sys in C:\WINDOWS\system32\Drivers The KBs I mentioned above contain these files, so I assume WU is correct in wanting to update these files even though they supposedly pertain to the Hyper-V feature which I have not enabled. Does that sound right?
KB3133690 > Microsoft-Hyper-V-Guest-Integration-Drivers-Package KB3135456 > Microsoft-Hyper-V-Server-Drivers-Package these are part of the edition package, not Hyper-V feature itself so, there are not affected by the feature status
Code: Dism /Online /Get-Features /Format:Table This show the default features, reflected in "Turn Windows features on or off" Code: Dism /Online /Get-Features /PackageName:Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~6.3.9600.16384 /Format:Table This show the edition package fearures, only manageable with dism you can see that Guest-Integration-Drivers & Server-Drivers are separated from Hyper-V feature be advise that disabling these package features actually removes them