Remove Administrator icon from logon screen

stefanmaine

New member
Local time
4:13 PM
Messages
21
I started this question at the “Built-in Administrator Account - Enable or Disable” forum where it was suggested I move it here.

I have a Toshiba laptop with Windows 7 32-bit. When I first got this laptop many months ago, I needed to perform some action (I do not remember the details) which required "administrator privilege". I wasn't sure exactly what that meant, so I posed the question at a forum (unfortunately, not this one -- I learned of this forum only later), and was told to put an Administrator icon on the logon screen, which I did. I do not remember exactly how I was told to do that, but I seem to recall that it involved a change to the Registry. The Administrator icon has been on the logon screen ever since, next to an icon labeled with my name.

A friend has suggested that having the Administrator icon on the logon window is not a good idea, so now I am trying to find out how to remove it.

At the “Built-in Administrator Account - Enable or Disable” forum it was suggested that I download Malwarebytes Anti-Malware, and run it several times, which I have done. The software found only one bad guy , on the first run, which was
Registry Keys Infected:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\Stats\{1d4db7d2-6ec9-47a3-bd87-1e41684e07bb} (Adware.MyWebSearch) -> Quarantined and deleted successfully.

As suggested, here is what I have done:

Following the instructions at

1) http://www.sevenforums.com/tutorials/783-elevated-command-prompt.html, I opened an elevated command prompt showing c:\windows\system32, and then at

2) http://www.sevenforums.com/tutorials/507-built-administrator-account-enable-disable.html (Option Two "Through a Elevated Command Prompt". item 3), I typed into the elevated command prompt, "net user administrator/active:no" and pressed ENTER.

That brought up this response: "The user name could not be found"

The Administrator icon remains on the logon screen.

I am completely stumped, and I ask for your help! Thank you.
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite L505D-S5983
OS
Windows 7
CPU
AMD Athlon II Dual-Core M-300 2Ghz
Memory
3 GB
That did it!

I guess when I wrote "Following the instructions at ...", I should have added "more or less".

Thank you.
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite L505D-S5983
OS
Windows 7
CPU
AMD Athlon II Dual-Core M-300 2Ghz
Memory
3 GB
That did it!

I guess when I wrote "Following the instructions at ...", I should have added "more or less".

Thank you.

Hello stefanmaine, I'm very pleased you found a solution, thanks for the update.


Your "net user administrator/active:no"

The command is net user administrator"(one space here)"/active:no

Thank you very much Ray, good looking out.
 

My Computer

Computer Manufacturer/Model Number
* BFK Customs *
OS
W 7 64-bit Ultimate
CPU
Intel Q9550 Yorkfield
Motherboard
ASUS P5Q Pro
Memory
8GB Dominator 8500C5D
Graphics Card(s)
ATI : XFX 5870
Sound Card
Realtek HD Audio 7-1
Monitor(s) Displays
1x 47" LCD HDMI & 3x 26" LCD HDMI
Screen Resolution
1920x1080P & 1920x1200
Hard Drives
1x 80GB Intel X25-M G2 SSD : 1x 500GB & 1x 640GB WD Caviar Black(s)
PSU
Corsair 620HX
Case
Cooler Master RC-690
Cooling
Tuniq Tower 120, 2x 140mm and 3x 120mm case fans
Keyboard
Microsoft 500
Mouse
Razer Diamondback 3G
Internet Speed
14 Mb/s
Other Info
1x Koutech 3Gb/s SATA HDD Hot Swap Rack
Remove only the icon, not the Admin account

To only remove the icon without disabling the Administrator account, copy and paste the following into notepad:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000000

Save and name it "anythingyouwant.reg",

Double-click on it, and approve the next two screens, and the account will still be active, but will not show up on the logon screen. You can do the same with any account, just use the exact account name in place of Administrator.

You can then use Ctrl+Alt+Del to log onto the Admin account if you need to.
 

My Computer

OS
7 Ultimate

My Computer

Computer Manufacturer/Model Number
Dell XPS-420
OS
Windows Home Premium 64-bit
CPU
Core 2 Duo E6550 at 2337MHz
Motherboard
Dell 0TP406
Memory
8GB
Graphics Card(s)
ATI Radeon 3800 Series
Sound Card
OnBoard HD Sound
Monitor(s) Displays
DELL SPW2008WFP (Digital)
Hard Drives
two internal 320GB SATA drives configured in RAID 0
One external 500GB USB Maxtor OneTouch Plus Drive
One external 1TB USB Western Digital My Book
PSU
DELL
Case
DELL
Cooling
DELL
Keyboard
Microsoft Wireless Comfort Keyboard 4000
Mouse
Microsoft Wireless Laser Mouse 5000
Remove Administrator Icon from Logon Screen

To "MarkMandyDerek" -- The command prompt has to be run with administrator credentials in order for this command prompt string to work. On the taskbar, click "start," "Accessories," and at the Command Prompt icon, right-click and then left-click "Run as Administrator." Your command prompt string then should be accepted.
 

My Computer

Computer Manufacturer/Model Number
Dell
OS
Windows 7 Home Premium 32bit
Question

@Dadwhiskers - Should I be logged into the Administrator account when making that notepad reg file?
----
To only remove the icon without disabling the Administrator account, copy and paste the following into notepad:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000000
 

My Computer

OS
Vista Ultimate 32
I have following configuration: I have two accounts - a normal user account with standard privileges and an administrator account with administrator privileges. (I did this for secure - that nobody, who entered my PC, e.g. by a trojan virus directly, get an administrative account)

I had no problems to deactivate the administrator account by using cmd and net user as well as to enter the corresponding entries in the registry. In both cases the administrator user disappears from the logon screen.

But after these actions I have no longer the chance to run applications as administrator. I understand that the deactivation of the account in cmd is a real deactivation and that the administrator is no longer available.
But after hiding the administrator from Windows logon by using the registry, I am a little surprised that the administrator will be also not available, if I try to run an application as admin under my standard account. (If the admin is available, then I can enter the admin password, as soon as I run apps as admin).

(I think that this worked better in previous Windows versions)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ankermann
OS
Windows 7 Professional 64 bit
CPU
i5
Motherboard
Asus
Memory
8GB
Graphics Card(s)
Radeon 7850
Hard Drives
SSD (ScanDisk) 256 GB
HD WD green 2 TB
Antivirus
AVIRA
Browser
IE9 and Chrome
This worked for me - Thank you : )

@Dadwhiskers - Should I be logged into the Administrator account when making that notepad reg file?
----
To only remove the icon without disabling the Administrator account, copy and paste the following into notepad:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000000

---
This worked for me. For those unsure how to do this. Copy and paste into new notepad text doc as advised by Crtnmn and save file as .reg format. Right-click file and select Merge.
Next time you log on the Administrator icon is no longer present on logon window.
Thanks heaps Crtnmn :geek:
 

My Computer

Computer type
PC/Desktop
OS
Win 7 Pro x64
Ctrl-Alt-Del

Everything worked to enable the administrator account and then hide the icon using the registry script. The problem now is that using Ctrl-Alt-Del at the logon screen does nothing. The whole point was to activate the hidden administrator account, then hide the icon from the welcome screen but still have access to it when you need it by using Ctrl-Alt-Del. Any suggestions?
 

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 Standard
Ctrl-Alt-Del

Anybody??

Everything worked to enable the administrator account and then hide the icon using the registry script. The problem now is that using Ctrl-Alt-Del at the logon screen does nothing. The whole point was to activate the hidden administrator account, then hide the icon from the welcome screen but still have access to it when you need it by using Ctrl-Alt-Del. Any suggestions?
 

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 Standard
Back
Top