Hide vmware user user in Windows 7 login interface

  

When we installed VMware Server or VMware Workstation on Windows 7, we will have a __vmware_user__ user on the login screen (this account will also be created before Win7, but it will not appear on the login screen).

VMware created this user must have its intention, we should not rashly delete it. In order not to affect the convenience and beauty of the login interface, we can use the administrator authority to execute the following command line and restart the system, you can cancel the __vmware_user__ user display in the Windows 7 login interface.

Command Line:

REG ADD "HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\WinLogon\\SpecialAccounts\\UserList" /v __vmware_user__ /d 0 /t REG_DWORD /f

Copyright © Windows knowledge All Rights Reserved