Forum Discussion
Auto-login after restart
Hi Andreas,
In the http://schemas.microsoft.com/msix/msixpackagingtool/template/1907 namespace, there is an EnableAutoLogon attribute you can specify on the target conversion machine element.
You will want to set this attribute to true.
I'll follow up on getting our documentation updated to better reflect this.
Thanks!
James
Hi James,
thanks for your help. The following setting work ...
<p4:RemoteMachine ComputerName="W10-19035X64" Username="TestUser" p3:EnableAutoLogon="true" />
... but there's a big limitation on non-english systems. For auto reboot functionalitly the tool creates the tempory user "MSIXPackagingToolTmp" and add him to the local admin group. This fails on german systems because the group name "Administrators" is hard coded, not localized and doesn't exist on german systems.
Thanks
Andreas
- James PikeJan 08, 2020Microsoft
Hi Andreas,
Ah, That's clearly a bug in our implementation. I'll get an item filed to correct that in future versions of the tool.
Sorry for the inconvenience.
Thanks!
James- Andreas KerlJan 09, 2020Brass Contributor
Thanks James.