Testing 20348.75 ServerDatacenter in ServerWeb style . Code: ================================================================================================== Converting 20348.1 Windows ServerDatacenter to Workstation amd64 en-US ================================================================================================== Mounting image Creating ServerDatacenter in ServerWeb structure Enabling feature ServerMediaFoundation Enabling feature WirelessNetworking Current Edition : 20348.75 ServerDatacenter Resetting base Unmounting image ================================================================================================== 20348.75 Windows ServerDatacenter Workstation amd64 en-US has been successfully created ================================================================================================== WIM Information: -------------------------------------------------------------------------------------------------- NAME="Windows ServerDatacenter Workstation" DESCRIPTION="Windows ServerDatacenter Workstation" FLAGS="ServerDatacenter" DISPLAYNAME="Windows ServerDatacenter Workstation" DISPLAYDESCRIPTION="Windows ServerDatacenter Workstation" -------------------------------------------------------------------------------------------------- Press any key to continue . . .
No pain No gain, especially when there is tool without tutorial. Code: C:\windows\system32>dism /English /image:J: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.22000.51 Current edition is: Current Edition : Professional The operation completed successfully.
Xinso is possible to make a new ltsc script using this new base 22001.1 or 22000.51? Are so different from a leaked build?
Win 11 Boot And Upgrade FiX KiT v1.5 - upgradeable: Spoiler: Fix-kit https://forums.mydigitallife.net/threads/win-11-boot-and-upgrade-fix-kit-v1-5.83724/
Of course it is gonna be different to the leaked 21996.1 down the track. My 19041 Pro to EnterpriseS Script can be easily modified for 20348.1 and 22000.1 because of same structure. Like this: (Just change build number like Microsoft does from 17763 to 17784 and 19043 to 19100 and so on,) From 19041 to 22000 https://forums.mydigitallife.net/th...struction-project.80939/page-176#post-1670188
Convert folder to esd 3-FolderToEsd_as_Admin.cmd Code: @echo off pushd "%~dp0" for /f "tokens=2 delims==" %%x in ('type 0-info.txt ^| findstr /i /C:"lcu"') do (set lcu=%%x) echo. echo Converting %lcu% to esd if exist "%~dp0%lcu%.wim" del /f /q "%~dp0%lcu%.wim" if exist "%~dp0%lcu%.esd" del /f /q "%~dp0%lcu%.esd" dism /english /capture-Image /compress:max /imagefile:%lcu%.wim /capturedir:%lcu%\ /name:%lcu% dism /english /export-image /sourceimagefile:%lcu%.wim /sourceindex:1 /destinationimagefile:%lcu%.esd /compress:recovery /checkIntegrity if exist "%~dp0%lcu%.wim" del /f /q "%~dp0%lcu%.wim" :END echo. pause exit Code: Converting Windows10.0-KB5004564-x64 to esd Deployment Image Servicing and Management tool Version: 10.0.19041.844 Saving image [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. Press any key to continue . . .
I made 22000.51EnterpriseS, like you said: Start's right-click failed, but when adding Microsoft-Windows-Security-SPP-Component-SKU-Enterprise-License-Package~31bf3856ad364e35~amd64~~10.0.22000.1, Start's right- Click is normal. After deleting System32\spp\tokens\skus\Enterprise, it is still normal, but simply installing other SKU-xxxx-License-Package does not work. Be puzzled.
Code: Start's right-click failed. Maybe it needs new 10X Start feature, and 17763 Product policy does not support it.