Is it possible to use the user SID somehow? This S-1-5-21 should be the same for all languages? Otherwise, help of the community is required, for exotic languages. Administrator is correct for English and German.
It may be possible. I'm testing this now. Code: WMIC useraccount WHERE "SID like 'S-1-5-21-%-500'" SET Disabled=FALSE EDIT: It seems to work.
Thanks should i add this too to suppress shutdown prompt? Code: reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Reliability" /v ShutDownReasonOn /t REG_DWORD /d 0 /f
Yes, please. ShutdownReason seems to be a leftover from its Server origin. It makes no sense on that SKU.
Decided to leave that to user customization the SKU is defined as Server per product policies (Kernel-ProductType=3)
Well, OK. Enabling the SuperAdmin (Administrator) account is essential as it is a blocking issue. Having an OS install you cannot login to is, well, not optimal.
Hello, Every time I download Windows 10, I always get these editions: Code: Index : 1 Name : Windows 10 Home Description : Windows 10 Home Size : 14,195,645,569 bytes Index : 2 Name : Windows 10 Pro Description : Windows 10 Pro Size : 14,389,486,342 bytes Index : 3 Name : Windows 10 Home N Description : Windows 10 Home N Size : 13,417,782,778 bytes Index : 4 Name : Windows 10 Pro N Description : Windows 10 Pro N Size : 13,388,972,487 bytes This is my ConvertConfig.ini Code: [convert-UUP] AutoStart =1 AddUpdates =1 ResetBase =0 NetFx3 =0 StartVirtual =0 wim2esd =0 SkipISO =0 SkipWinRE =0 ForceDism =0 RefESD =0 [create_virtual_editions] vAutoStart =1 vDeleteSource=0 vPreserve =0 vwim2esd =0 vSkipISO =0 vAutoEditions= Enterprise, Education, ProfessionalEducation, ProfessionalWorkstation, EnterpriseN, EducationN, ProfessionalEducationN, ProfessionalWorkstationN, CoreSingleLanguage, ServerRdsh, IoTEnterprise Can anyone please help me with this issue? I've been trying for two days and I always get the four indexes. Thank you....
so it should be like this? ConvertConfig.ini Code: [convert-UUP] AutoStart =1 AddUpdates =1 ResetBase =0 NetFx3 =0 StartVirtual =0 wim2esd =0 SkipISO =0 SkipWinRE =0 ForceDism =0 RefESD =0 [create_virtual_editions] vAutoStart =1 vDeleteSource=0 vPreserve =0 vwim2esd =0 vSkipISO =0 vAutoEditions=Enterprise,Education,ProfessionalEducation,ProfessionalWorkstation,EnterpriseN,EducationN,ProfessionalEducationN,ProfessionalWorkstationN,CoreSingleLanguage,ServerRdsh,IoTEnterprise
@vze2mp9g To create all possible editions, it's easier to just leave vAutoEditions= empty and you have to set StartVirtual =1 if you want to start the operation automatically after converting UUP, other wise you will need to run create_virtual_editions.cmd yourself