so only MSDN/MVS ISOs then. NO OC'ed RAM, & IDK about any other issue in my PC or network, also tried in a different system ,same, earlier, never seen or experienced such issue, but have seen here reported that UUP sometimes acts weirdly without any reason, time to time & for different users. Sometimes, issues fix automatically, maybe server-side related. Anyway, as I said, I'll ck with your linked files & hashes.
@GezoeSloog in your REPO you missed uploading the BASE ISO for Business 928. It is difficult to create any other ISOs in other languages can you please correct this one, if possible Thank you
Today I spotted the 21H1 feature update on the older (Intel i7-2600K) PC in windows update, in 2 places see attachments below. Spoiler
maybe UI improvements released as regular desktop experience pack updates but too many individual updates that need a reboot are a nuisance
Can confirm, on my Wife's ancient laptablet Asus T100TA it is now offered too It still is the same as before: Code: Name: Windows10.0-KB5000736-x86.cab Size: 24923 bytes (24 KiB) CRC32: 185BB0BE CRC64: 34EF880C64A737B1 SHA256: 2D46E37CFBBABC984CE1A5488D46EFC6DAE290E6921052FC2956F647C932E132 SHA1: A911F939816BFF7677817C202F2B733420553C56 BLAKE2sp: 7FED6E4BE073AD2FBDD52BDEA14F27F43866B658C9CF769291AE878C44A81D95
Updated the 20H1/2 / 21H1 Updates Overview: https://forums.mydigitallife.net/th...-2-21h1-vb_release.80763/page-16#post-1571109 Replaced the existing .CAB links with .MSU links, added the Preview NDP48 CU and removed the IP status from the LCU and 21H1 EP Links provided by @abbodi1406 https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-635#post-1662233
I installed 21H1 x64 on the test rig, it was a surprisingly fast DL & install. After a CU (preview) it wound up as OS Build 19043.1023
Guys, found a Telemetry.bat script here in some thread, however I have a question. Does the following part only apply on Windows 7 or I made some confusion? Code: :: ############################ :: # EOS 2019-12 KB4530734 # :: ############################ reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DiscontinueEOS /t REG_DWORD /d 1 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v DontRemindMe /t REG_DWORD /d 1 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v LastRunTimestamp /t REG_QWORD /d 0x0 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\EOSNotify /f /v TimestampOverride /t REG_QWORD /d 0x0 schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify" schtasks /Change /DISABLE /TN "Microsoft\Windows\Setup\EOSNotify2" schtasks /Delete /F /TN "Microsoft\Windows\Setup\EOSNotify" schtasks /Delete /F /TN "Microsoft\Windows\Setup\EOSNotify2" :: ############################ :: # EOS KB4493132/KB4524752 # :: ############################ reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /f /v DontRemindMe /t REG_DWORD /d 1 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /f /v DateModified /t REG_QWORD /d 0x0 reg add HKCU\Software\Microsoft\Windows\CurrentVersion\SipNotify /f /v LastShown /t REG_QWORD /d 0x0 schtasks /Change /DISABLE /TN "Microsoft\Windows\End Of Support\Notify1" schtasks /Change /DISABLE /TN "Microsoft\Windows\End Of Support\Notify2" schtasks /Delete /F /TN "Microsoft\Windows\End Of Support\Notify1" schtasks /Delete /F /TN "Microsoft\Windows\End Of Support\Notify2" set hosts=%windir%\system32\drivers\etc\hosts findstr /i "RE2JgkA" %hosts% 1>nul 2>nul || ( attrib -r %hosts% echo 127.0.0.1 query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE2JgkA>>%hosts% attrib +r %hosts% attrib -a %hosts% ) rd /s /q "%LocalAppData%\Microsoft\Windows\SipNotify" 1>nul 2>nul From what I can tell, this removes notifiers about End of Support?
Why did you list the old 'Windows10.0-KB4601554-NDP48_CU_4341.2' instead of the newest '2021-05 DotNET KB5003254 [10.0.4360.1]' for both -Updates needed for 19043.1023.1.17 based on a 19041.1 source and using W10UI & -Updates needed for 19042.1023.1.17 based on a 19041.1 source and using W10UI?