Hi, I'm messing around with this SKU. I've updated a wim file from a Core wim file and installed it in Vitualbox, but every time I boot the VM it asks for a password (it says 'administrador' account is disabled). BTW, I'm new to this and I'm not sure what this SKU is intended for...is it a server or a client?
I've figured out a solution but it's tricky, less than intuitive: 1-Reboot from install disk/usb 2-Pick 'Repair PC'-Advanced-Command prompt 3-Type ren c:\windows\system32\utilman.exe *.bak 4-Type 'net user administrator newpassword' 5-Type Copy c:\windows\system32\cmd.exe utilman.exe 6-Reboot 7-Click the icon next to shutdown icon and open a command prompt 8-Type 'user administrator /active:yes' 9-Type user and password. 10. Voila! If anyone knows a default password for first time login, please share.
Well, for me: Code: [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.AccountsControl_10.0.17134.1_neutral_neutral_cw5n1h2txyewy] "Path"="C:\\Windows\\SystemApps\\Microsoft.AccountsControl_cw5n1h2txyewy\\AppxManifest.xml" [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.Windows.CloudExperienceHost_10.0.17134.1_neutral_neutral_cw5n1h2txyewy] "Path"="C:\\Windows\\SystemApps\\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\\AppxManifest.xml" [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.Windows.SecHealthUI_10.0.17134.1_neutral__cw5n1h2txyewy] "Path"="C:\\Windows\\SystemApps\\Microsoft.Windows.SecHealthUI_cw5n1h2txyewy\\AppxManifest.xml" [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.Windows.ShellExperienceHost_10.0.17134.1_neutral_neutral_cw5n1h2txyewy] "Path"="C:\\Windows\\SystemApps\\ShellExperienceHost_cw5n1h2txyewy\\AppxManifest.xml" [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\Microsoft.XboxGameCallableUI_10.0.17134.1_neutral_neutral_cw5n1h2txyewy] "Path"="C:\\Windows\\SystemApps\\Microsoft.XboxGameCallableUI_cw5n1h2txyewy\\AppxManifest.xml" [HKEY_LOCAL_MACHINE\1\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications\windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy] "Path"="C:\\Windows\\ImmersiveControlPanel\\appxmanifest.xml" Uninstall: Not OK - keeps restoring. Install: OK.
SetupComplete.cmd works too. Thanks to aoham. Code: @echo off pushd "%~dp0" %WinDir%\System32\net user Administrator /active:yes :END cd\ rd /s /q %WinDir%\Setup\Scripts >nul 2>&1 exit