McRip. Small notice. Purely astethic issue - some msu files in the repo are with BIG letters while rest are normal. Like: Windows6.1-KB000000-x64.msu WINDOWS6.1-KB000000-X64.MSU
Can some one teach it about how to make a bat file for install WU_Satisfy and .Net Framework 4.0 and the Framework Updating ?
thanks for the helping , i use 4.0 because some software need request the .Net Framework 4.0 , when i install the .Net Framework 4.5 the software cant be install it, so i need to change back to install .Net Framework 4.0 and install the software.
Code: @echo off COLOR 1F for /F %%i in ('dir /b /o:n *.msu') do ( echo Update: %%i %%i /quiet /norestart ) ECHO Please restart your computer to complete installation of the updates! PAUSE EXIT
Can i ask some thing about the WU_Satisfy ? is it important hotfix ? if we dont install that has any problem to the windows ? sry ask the question about it .. just want to know about that thing
Is it the new update for .Net Framework 4.5 ? KB2770445 hxxp://support.microsoft.com/kb/2770445 ( i cant post the link so replacement xx to tt )
I think that is the updated .net 4.5 installer, they re-released it because of a digital signature problem
Hir thier nice work can u tell me pls why thier is more than 385 updates while ms udates is about 120 for my laptop? for win7 sp1 64 regards
Cause most of those 385 updates are hotfixes which for some, you can request from MS, plus they haven't under gone testing to be able to be released on WU and Download Center. But those hotfixes will be included in the next service pack, whenever that will be available!