Home
»
Discussion Forums
»
z Old Forum - Archive
»
Hide Admin In Fast Switching
Subscribe via RSS
Share this
Similar Posts
Disable Fast Switching
by
LegacyPoster
on
Dec 7, 2009
Script to disable fast User Switching, and the default XP Logon Screen
by
LegacyPoster
on
Jun 20, 2008
3com switch
by
LegacyPoster
on
Apr 11, 2007
switch monitoring
by
Sander Rozemuller
on
Jan 12, 2012
BU/DR - How fast are your backups taking to complete?
by
LegacyPoster
on
Feb 22, 2007
View More
Details
2
Replies
0
Subscribers
Posted
over 12 years ago
z Old Forum - Archive
Hide Admin In Fast Switching
Posted by
LegacyPoster
on
Dec 11, 2006 12:32 AM
Here is a script that will hide your administrative accounts from the User Fast Switching screen.
Script Name: Make support user hidden
Script Description: This script will add a DWORD value with the value of "support user" and data to 0. After a reboot, the PC will no longer display the "support user" at the welcome screen
IF True
THEN
Set Registry Value
Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\MYITadmin
Parameter 2 : 0
Parameter 3 : REG_DWORD
OS Type : 0
ELSE
Legacy Forum Name: Hide Admin In Fast Switching,
Legacy Posted By Username: Charles.spencer@kaseya.com
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Dec 7, 2006 12:52 AM
I'm afraid this script does not work on my XP box.
I still see the "support user" even after a reboot. Any ideas?
Claudio
Legacy Forum Name: Training Scripts,
Legacy Posted By Username: achab
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
Posted by
LegacyPoster
on
Dec 11, 2006 12:32 AM
I did a mistake. I missed to speficy the REG_DWORD key.
Your scripts works fine.
Legacy Forum Name: Training Scripts,
Legacy Posted By Username: achab
You have posted to a forum that requires a moderator to approve posts before they are publicly available.