@
@(none)
Can I change the local policy to always display a fix user name (say,
"visitor") in the Log On to Windows dialog box?
"visitor") in the Log On to Windows dialog box?
Can I change the local policy to always display a fix user name (say,
"visitor") in the Log On to Windows dialog box?
Sharon said:The obvious thing to do is to create an account named Visitor. Place it
into the user group that you want it in. Setup XP to use the Welcome
screen. That account name will be added to the Welcome screen.
Tweakui for XP can be used to control what user accounts will appear or not
appear on the welcome screen. TweakUI is one of the Power toys for XP. This
URL links to the version that is *only* for XP with SP1:
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp
If you do not have SP1, the earlier version can be found at:
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/TweakUiPowertoySetup.exe
Thanks, however, i cannot use the welcome screen because I must install
the client for Netware. Any other way to do it?
none said:Can I change the local policy to always display a fix user name (say,
"visitor") in the Log On to Windows dialog box?
Torgeir Bakken (MVP) said:This *might* work if you are running WinXP Pro:
Create e.g. a computer startup script that writes "visitor" to the
registry value "DefaultUserName" under the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
This is the value that is display by the system in the logon box.
This should work at least:
Alternatively, if everybody else that is logging on is local
administrators (the user "visitor" does not need to have it),
you can from the Run key in registry launch a vbscript or run
'regedit.exe /s "<some reg file>"' to import a registry file
that sets this value. This way you avoid configuring a startup
script.