We forgot for Windows 11 worked right only the same activation, and for Windows 10 15063 and 17763, seeing these diss the rest and easy later, these two the start menu does not open
Mas mesmo o starter sendo de 15063 para 15063 é estranho? 15063 eu fiz um starter principal para 15063 and start menu does not work
10563 Starter License on 15063? Microsoft blocked "Starter" activation. So, you have to change Default "Starter" as any other Edition, e.g. "Core". https://forums.mydigitallife.net/th...ns-reconstructions.88605/page-93#post-1875890 Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package~31bf3856ad364e35~amd64~~10.0.15063.0.mum From Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <package identifier="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" releaseType="Feature Pack"> <update name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment"> <component> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly> to Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <package identifier="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" releaseType="Feature Pack"> <update name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment"> <component> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly>
Lol No Master I believe I was bad, I use core to rebuild build from build 15063 and what is giving me head pain is that the same build is the package. ahhh entend If you are going to use starter put starter as a mother, and core as a package, cool is it so the start menu?
The Reconstruction unattend xml. Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-StarterEdition" version="10.0.15063.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="Starter.mum" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-CoreEdition" version="10.0.15063.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> </servicing> </unattend> Modify Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package~31bf3856ad364e35~amd64~~10.0.15063.0.mum. from Code: <update name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment"> <component> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Deployment" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> to Code: <update name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment"> <component> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> ---> Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <package identifier="Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package" releaseType="Feature Pack"> <update name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment"> <component> <assemblyIdentity name="Microsoft-Windows-Security-SPP-Component-SKU-Core-Default-Deployment" version="10.0.15063.0" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly> That's it.
Thank you for now Master I'll try here if it works I'll talk, I will talk the same way, but tomorrow I have a course in a moment, even more
Code: set ST= :: Verifica se a edição do Windows é "Starter" e, se for, define a variável "Entp" como "EnterpriseEdition" if /i "%Editions%" equ "Starter" set "ST=1" :: Verifica se a edição do Windows é "StarterN" e, se for, define a variável "Entp" como "EnterpriseNEdition" if /i "%Editions%" equ "StarterN" set "ST=1" if /i "!ST!" neq "" ( call :CreateFolder "%MT%\Users\Default\Documents\TSForge" %_Nol% xcopy /S /E /I /H /R /Y /J "!Tools!\TSforge_1.0.0\bin" "%MT%\Users\Default\Documents\TSForge" %_Nol% reg add "HKLM\BIRA_SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v "TSForge" /t REG_SZ /d "cmd.exe /c start /min %SystemDrive%\Users\Default\Documents\TSForge\TSforge.exe /zcid" /f )
If you use TSForge, no need to modify Microsoft-Windows-Security-SPP-Component-SKU-Starter-Default-Package~31bf3856ad364e35~amd64~~10.0.15063.0.mum. I use TSForge only when I cannot activate via Microsoft. i.e. I try to make my image as "Microsoft" as possible. If Microsoft does not care "TSForge", why not Official Activation which can be auto-activated even you run "Rearm". As for "the menu" issue, I have no idea because I don't know which Reconstruction script you used. 15063.0 Starter? Official. No "menu"?
I tested here before bedtime the activation worked perfectly the start menu opened but the search n works Each hour is a problem lol
I tried to Reconstruct 10240.16384 with 10176.16384. The 10176.16384 image stayed... Although it is accepted by Windows Update and official CU. Q: How to remove 10176.16384?
I saw there you doing the neutrals I want to learn, with your classes, they seem to be difficult, but you have to get the morning of the thing there is the only problem of this starter 15063 now that one solved q was the start menu that is now opening, what not? Now another problem appears that the windows search that doesn't work kkk every thing lol
"Search"? No search for "Starter(N)". Unless you reconstruct in other Edition's structure. e.g. Core(N). I'd rather reconstruct it in "Enterprise(N)" structure with\without basic "IIS" because the very last CU "15063.2679" for "PPIPro" supports "PPIPro" and "Enterprise" only - Two years more than AC. Then you can have "Search" and "Up-to-Date".