Can you share it with me, i am putting another fix in and i think it's better i put it in the script without the need for the separate folders directly
Thanks, will drop DVD-burning for the FIX. Very happy with using flash-drive as media, works great, tried both with option 1 and 2. A bit puzzled though as to file-name for the generated fix: Option 1: Win10_With_22000.258_x64_nb-NO_install.esd_2021-10-30.iso Option 2: windows11_FIXED_2021-10-29.ISO Should the option 1 name be the same as option 2 name ? Or have I missed something ? Does not seem to matter, creating flashdrive for boot via rufus with mentioned option 1 name works ok.
For option 2, only the windows 11 iso is used and the generated iso is a pure windows 11 iso, but for option 1, the windows 11 and the windows 10 are used, and the generated iso is based on the windows 10 structure, only the install.wim/esd is taken from the windows 11 iso. You can rename the iso name as you like, it has no importance.
Enthousiast Using latest Version 2.1. Now with UFWS v1.3.cmd integrated, can I keep my Network connected while running a clean install?
Yes, I used v2.1 to fix a fresh UUP_dump iso yesterday, mounted it in Windows and then simply ran "Start_Upgrade.cmd" with the internet connected and it worked perfectly.
I´m using your tool since the beginning and works very well. But now with UFWS v1.3.cmd integrated, I just want to know if it works only for upgrades with network or also with clean installs and network on!
hello if I install the update kb5006746 it is impossible for me to print by my network share or to reinstall the printer to share if I uninstall this update I can reinstall the printer again and to print will you have a solution? thank you
Editing the new version: Code: echo================================================================================= ECHO Select the desired FiX... echo================================================================================= ECHO. ECHO [ 1 ] - Puts the Win 11 install.wim/esd in a Win 10 ISO (Provide a Win 10 ISO in the "Source_ISO\W10\" Folder). ECHO This method is usefull for clean installs from boot, using the standard W10 setup. A generic EI.CFG file will ECHO be copied to the sources folder. ECHO. ECHO [ 2 ] This option mainly utilizes UFWS 1.4. ECHO. ECHO - It circumvents all Win 11 minimum requirements (CPU-RAM-Disksize-TPM-Secureboot) ECHO - This works for clean installs and upgrade scenarios using standard setup. ECHO - Integrate Diskpart ^& Apply Image script (v1.3.1) for those who still like to use it. ECHO - A generic EI.CFG file will be copied to the sources folder. ECHO. echo=================================================================================
First test run of the script: Code: ============================================================ Win 11 Boot & Upgrade FiX KiT v2.2_TEST_A... ============================================================ ================================================================================ Select the desired FiX... ================================================================================ [ 1 ] - Puts the Win 11 install.wim/esd in a Win 10 ISO (Provide a Win 10 ISO in the "Source_ISO\W10\" Folder). This method is usefull for clean installs from boot, using the standard W10 setup. A generic EI.CFG file will be copied to the sources folder. [ 2 ] This option mainly utilizes UFWS v1.4 (recommended option). - It circumvents all Win 11 minimum requirements (CPU-RAM-Disksize-TPM-Secureboot) - This works for clean installs and upgrade scenarios using standard setup. - Integrates Diskpart & Apply Image script (v1.3.1) for those who still like to use it. - A generic EI.CFG file will be copied to the sources folder. - For when public release (all Win 7/8/10) to DEV channel release ISO upgrades fails, i've put in a cmd called "Upgrade_Fail_Fix.cmd", run this as admin, after rebooting you can simply run standard setup. ================================================================================ * Type your option and press Enter: 2 Extracting Source ISO... 7-Zip 19.00 (x86) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21 Scanning the drive for archives: 1 folder, 1 file, 4504932352 bytes (4297 MiB) Extracting archive: Source_ISO\W11\22489.1000.211023-1816.RS_PRERELEASE_CLIENTMULTI_X64FRE_EN-US.ISO -- Path = Source_ISO\W11\22489.1000.211023-1816.RS_PRERELEASE_CLIENTMULTI_X64FRE_EN-US.ISO Type = Udf Physical Size = 4504932352 Comment = CCSA_X64FRE_EN-US_DV5 Cluster Size = 2048 Created = 2021-10-24 15:42:45 Everything is Ok Folders: 84 Files: 937 Size: 4513339697 Compressed: 4504932352 ============================================================ Adding Murphy78 Diskpart and Apply Image Script 1.3.1 To Boot.wim... ============================================================ Scanning "Files\murphy78-DiskPart-Apply-v1.3.1\x64\" 525 KiB scanned (5 files, 4 directories) Using LZX compression with 1 thread Archiving file data: 525 KiB of 525 KiB (100%) done ============================================================ Optimizing boot.wim... ============================================================ "WORK\Sources\boot.wim" original size: 425832 KiB Using LZX compression with 4 threads Archiving file data: 1108 MiB of 1108 MiB (100%) done "WORK\Sources\boot.wim" optimized size: 419781 KiB Space saved: 6051 KiB ============================================================ Applying UFWS v1.4 to circumvent CPU-RAM-Disksize-TPM-Secureboot checks to install.wim ============================================================ ============================================================ Copying generic ei.cfg to sources dir... ============================================================ 1 file(s) copied. ============================================================ Copying Upgrade_Fail_Fix.cmd to work dir... ============================================================ 1 file(s) copied. ========================================================= Creating x64 ISO... ========================================================= OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (500 files in 42 directories) Scanning source tree complete (939 files in 85 directories) Computing directory information complete Image file is 4512350208 bytes (before optimization) Writing 939 files in 85 directories to 22489.1000.211023-1816.RS_PRERELEASE_CLIENTMULTI_X64FRE_EN-US_FIXED_2021-10-31.ISO 100% complete Storage optimization saved 24 files, 14135296 bytes (1% of image) After optimization, image file is 4500357120 bytes Space saved because of embedding, sparseness or optimization = 14135296 Done. Press any key to continue . . . Will continue tomorrow, needs a lot of scenarios to test
If you update the script, instead of : Spoiler Code: for /f "tokens=6 delims=[]. " %%# in ('ver') do set winbuild=%%# if %winbuild% lss 22483 for /f "tokens=2 delims==." %%# in ('wmic os get localdatetime /value') do set "_date=%%#" if %winbuild% geq 22483 for /f "tokens=1 delims=." %%# in ('powershell -nop -c "([WMI]'Win32_OperatingSystem=@').LocalDateTime"') do set "_date=%%#" set "isodate=%_date:~0,4%-%_date:~4,2%-%_date:~6,2%" you could use : Code: for /f %%# in ('powershell "get-date -format _yyyy_MM_dd"') do set "isodate=%%#" (found the idea on stackoverflow.com)
https://forums.mydigitallife.net/members/104688/ You probably have answered this earlier, BUT I cant find it. Love your program and want to keep using it. With it looking like WMIC being removed in the future, (and other possible changes), is "The Fix" affected in any way???? What I mean is will it still work making new ISO's (not will the ISO's install)