Hi,
or maybe let without user?
This can be done by setting the DontDisplayLastUserName
registry key:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DontDisplayLastUserName /t REG_DWORD /d 1 /f
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
i need some help if it is possible:
I run my deployments with a specific user (unattended.xml) for the deployment task only.
When finishes SO deployment, system autologon with that user till finish all tasks, when this user is removed, but at first start obviously that user is selected (remember that does not exist at the moment) so have to select "other user" and start with my domain user every deploy.
so, the question is is it possible to run deployment and autologon with a user, and when all task finishes change the user appears in first logon windows? or maybe let without user?
thks in advance,
Ima
Hi,
or maybe let without user?
This can be done by setting the DontDisplayLastUserName
registry key:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DontDisplayLastUserName /t REG_DWORD /d 1 /f
Hi XinGuo-MSFT
first of all, many thanks for the fast response.
In the other hand, when will be the best place to run this reg add in task sequence?
at the very end before last restart... or...
thank you