Code: ============================================================ UUP Contents Info ============================================================ Version: 10.0.17123.1 Branch: RS4_RELEASE Editions: 1. Windows 10 Home (x64 / en-US) 2. Windows 10 Pro (x64 / en-US) 3. Windows 10 Home N (x64 / en-US) 4. Windows 10 Pro N (x64 / en-US) Press any key to continue . . . Code: ============================================================ Preparing Reference ESDs . . . ============================================================ CAB->ESD: Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package-amd64 CAB->ESD: Microsoft-Windows-Hello-Face-Resource-A-Package-amd64 CAB->ESD: Microsoft-Windows-Hello-Face-Resource-B-Package-amd64 CAB->ESD: Microsoft-Windows-Hello-Face-Resource-C-Package-amd64 CAB->ESD: Microsoft-Windows-InternetExplorer-Optional-Package-amd64 CAB->ESD: Microsoft-Windows-LanguageFeatures-Basic-en-us-Package-amd64 CAB->ESD: Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package-amd64 CAB->ESD: Microsoft-Windows-LanguageFeatures-OCR-en-us-Package-amd64 CAB->ESD: Microsoft-Windows-LanguageFeatures-Speech-en-us-Package-amd64 CAB->ESD: Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package-amd64 CAB->ESD: Microsoft-Windows-MediaPlayer-Package-amd64 CAB->ESD: Microsoft-Windows-QuickAssist-Package-amd64 CAB->ESD: OpenSSH-Client-Package-amd64 ============================================================ Creating Setup Media Layout . . . ============================================================ ============================================================ Creating boot.wim . . . ============================================================ Using LZX compression with 8 threads Archiving file data: 917 MiB of 917 MiB (100%) done "ISOFOLDER\sources\boot.wim" original size: 381534 KiB Using LZX compression with 8 threads Archiving file data: 992 MiB of 992 MiB (100%) done "ISOFOLDER\sources\boot.wim" optimized size: 376743 KiB Space saved: 4791 KiB ============================================================ Creating install.wim . . . ============================================================ Using LZX compression with 8 threads Archiving file data: 7231 MiB of 7231 MiB (100%) done Using LZX compression with 8 threads Archiving file data: 247 MiB of 247 MiB (100%) done Using LZX compression with 8 threads Archiving file data: 213 MiB of 213 MiB (100%) done Using LZX compression with 8 threads Archiving file data: 224 MiB of 224 MiB (100%) done ============================================================ Adding winre.wim to install.wim . . . ============================================================ ============================================================ Creating ISO . . . ============================================================ CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2007. All rights reserved. For Microsoft internal use only. Scanning source tree (500 files in 37 directories) Scanning source tree complete (976 files in 90 directories) Computing directory information complete Image file is 4392747008 bytes (before optimization) Writing 976 files in 90 directories to 17123.1.180313-1507.RS4_RELEASE_CLIENTCOMBINED_UUP_X64FRE_EN-US.ISO 100% complete Storage optimization saved 14 files, 145408 bytes (0% of image) After optimization, image file is 4394792960 bytes Space saved because of embedding, sparseness or optimization = 145408 Done. Press any key to exit.
You can try this, maybe it works for you too: https://forums.mydigitallife.net/th...current-rs4_release.76622/page-2#post-1418257
I made a task called NoFastStart that runs at every boot that disables fast startup in case an update enables it, which happens a lot. The task runs a batch file I made called nofaststart.cmd that contains the text: Code: reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d "0" /f No more fast startup.
MRP install log and desktop: https://forums.mydigitallife.net/th...l-project-mrp-mk3.71555/page-121#post-1418837 On clean install, the system reserved partition is shown in explorer
I had also heard that disabling the Fast startup solved the problem for some but in my case it was not necessary, it was enough to enable hibernation.
You can avoid creating a batch file : enter reg.exe into the Command box and Code: add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d "0" /f into the parameter box when creating the task.
We surely have to wait for a non Delta version like ending on .15 or something to be sure and even then you never know with MS
Did a clean install of Windows 10 Pro the other day. When build 17120.1 was released it would never install. Just kept asking to restart, but never actually installed. Eventually 17123.1 showed up in Windows Update and it stayed at Pending Download for hours. Finally it downloaded and installed with no problem. Today, however, I notice after it installed the update that the watermark on the desktop says Windows 10 Education. How did this happen? Anyway to get it back to just Pro?