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
@Cag, I have updated the pt-pt translation of UUP dump website to the one you attached. Sorry taking so long, I were forgetting about it. The following translations are still outdated: fr-fr (@Zardoc) nl-nl (@Enthousiast) zh-cn All other translations contain all v3.27.4 strings. A note about the UUP dump downloader development halt: The only project I have recently stopped developing is UUP dump downloader since there were too many problems which were making it hard to maintain for me. The UUP dump website and UUP dump API are still under development and I have no plans to stop developing them. If someone wants to take over the UUP dump downloader project, then you are free to do it, but contact me to discuss the takeover terms.