Blank Username Field

  • Thread starter Thread starter Travis
  • Start date Start date
T

Travis

I am creating an image for enterprise deployment. After I'm done deploying
the pcs I want the user to have to enter thier username every time they log
in. By
default the username field is populated with the username of the last userid
who successfully logged into that pc.

Thanks! -Travis
 
You can use a local group policy to not show the last logged on username.
You can also do this with a registry hack.

Registry Settings
User Key:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\
System]
System Key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\
System]
Value Name: DontDisplayLastUserName
Data Type: REG_DWORD (DWORD Value)
Value Data: (1 = remove username)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top