User Account Type - Change

How to Change a User Account Type in Windows 7

   Information
This will show you how to change a already created user account to be either a guest, standard user, or administrator type in Windows 7.
   Note

Guests - A guest account allows people to have temporary access to your computer. People using the guest account can't install software, hardware, or change settings. While the default "Guest" account cannot be password protected, an existing user account made into only a guest account using an option below can have a password.

Standard user (Users) - A limited unelevated standard "users" account that can use most software and change system settings that do not affect other users. If a standard user wants to do an action that requires elevated rights or affects other users, then they will be prompted by UAC (if set to notify) to provide an administrator's password before being allowed to do so. If UAC is not set to notify, then the standard user will just be denied and not allowed to do the action.

Administrator - An unelevated administrator account that has complete access to the computer and can make any desired changes. Based on your UAC notification settings, administrators may be prompted to provide their password or confirmation before being allowed to open or run anything that requires elevated rights to do so, and make changes that affect the system or other users.






OPTION ONE

Use "User Accounts" in Control Panel to Change "Your" User Account Type

1. Open the Control Panel (Large icons view), and click on User Accounts.

2. Click on the Change your account type link. (see screenshot below) Current-1_UAC.jpg
3. If prompted by UAC, then click on Yes (administrator) or enter the administrator's password (standard user).

4. Select (dot) what type of user account (Standard user or Administrator) you want this user account to be now, and click on the Change Account Type button. (see screenshot below)
NOTE: If the user account is originally an administrator account, then Windows 7 will not let you change it to a standard user account unless you already have another administrator account on the computer. Current-2.jpg
5. Close the User Accounts window when finished. (see screenshot below step 2)



OPTION TWO

Change "Another" User Account's Type in "User Accounts" in Control Panel

1. Open the Control Panel (Large icons view), and click on User Accounts.

2. Click on the Manage another account link. (see screenshot below) Another-1_UAC.jpg
3. If prompted by UAC, then click on Yes (administrator) or enter the administrator's password (standard user).

4. Click on the Administrator or Standard user account that you want to change the type of. (see screenshot below)
NOTE: If this is a guest account type, and not the actual default "Guest" account, then the only way to change it's type would be to change it to an Administrator account type first. Afterwards, you will be able to leave it as Administrator, or be able to change it to a Standard User account type. Another-2.jpg
5. Click on the Change your account type link. (see screenshot below) Another-3.jpg
6. Select (dot) what type of user account (Standard user or Administrator) you want this user account to be now, and click on the Change Account Type button. (see screenshot below)
NOTE: If the user account is originally an administrator account, then Windows 7 will not let you change it to a standard user account unless you already have another administrator account on the computer. Another-4.jpg
7. Close the Change an Account window when finished. (see screenshot below step 5)



OPTION THREE

Change "Any" User Account's Type in Advanced User Accounts

1. Open the Start Menu, then type netplwiz in the search box and press enter.

2. If prompted by UAC, then click on Yes (administrator) or enter the administrator's password (standard user).

3. Check the Users must enter a user name and password to use this computer box, select (highlight) the Administrators or Users (Standard user) account under Group that you want to change the type of, then click on the Properties button. (see screenshot below) Advanced-1.jpg
4. Click on the Group Membership tab, select (dot) what type of user account (Standard user or Administrator) you want this user account to be now, and click on OK. (see screenshot below)
:warn: WARNING: If the user account is originally an administrator account, then do not change it to a standard user account unless you already have another administrator account on the computer. You will lose access to everything that a standard user cannot open if you do. Advanced-2A.jpg

Advanced-2B.jpg

5. If you had a user account set to be logged on to at startup automatically, then you will need to set this back for that user account.

6. Close the advanced User Accounts window when finished. (see screenshot below step 3)



OPTION FOUR

Change User Account Type in Elevated Command Prompt


NOTE: This option will use the net localgroup command to basically add an "existing user account" to the group that you want the account type to be, then remove the user account from any other group (account type) that it belongs to, leaving the user account as only a member of the group that you want the account type to be. 1. Open an elevated command prompt.

2. To See What Groups the Existing User Account Currently Belongs To
NOTE: This will give you a list of user account names that are a member of each user account type. For example, to see what account types my Example-Standard (name) user account is a member of.
A) In the elevated command prompt, copy and paste the commands below one at a time for each account type, and press Enter after each one. (see screenshots below)
  • net localgroup guests
  • net localgroup users
  • net localgroup administrators
Guests.jpg

Users.jpg

Administrators.jpg

3. Do either step 4, 5, or 6 below for what account type you want the user account (ex: Example-Standard) to be.

4. To Add User Account to Administrators Group
NOTE: This is to make the user account (ex: Example-Standard) a administrator account type by adding it to the administrators group, and removing the user account from the users and guests groups if the user account is a part of them. A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
NOTE: Substitute UserName in the command below with the actual user name of the user account (ex: Example-Standard) within quotes that you want to add to the administrators group. net localgroup administrators "UserName" /add

Add_Administrators.jpg
B) Go to step 7, and remove the user account from the users and guests groups if listed as being a member of them from step 2.
5. To Add User Account to Users Group
NOTE: This is to make the user account (ex: Example-Standard) a standard user account type by adding it to the users group, and removing the user account from the administrators and guests groups if the user account is a part of them. A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
NOTE: Substitute UserName in the command below with the actual user name of the user account (ex: Example-Standard) within quotes that you want to add to the users group. net localgroup users "UserName" /add

add-users.jpg
B) Go to step 7, and remove the user account from the administrators and guests groups if listed as being a member of them from step 2.
6. To Add User Account to Guests Group
NOTE: This is to make the user account (ex: Example-Standard) a guest account type by adding it to the guests group, and removing the user account from the users and administrators groups if the user account is a part of them. A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
NOTE: Substitute UserName in the command below with the actual user name of the user account (ex: Example-Standard) within quotes that you want to add to the guests group. net localgroup guests "UserName" /add

Add_Guests.jpg
B) Go to step 7, and remove the user account from the users and administrators groups if listed as being a member of them from step 2.
7. To Remove User Account from Groups
NOTE: This is to remove the user account (ex: Example-Standard) from all of the groups that is was listed as being a member of from step 2 except for the group (account type) that you want the user account to be. A) In the elevated command prompt, type the commands below one at a time for only each group (account type) that you want to remove the user account from being a member of, and press Enter after each one. (see screenshots below)

NOTE: Substitute UserName in the command below with the actual user name of the user account (ex: Example-Standard) within quotes that you want to remove from being a member of the group.
  • net localgroup administrators "UserName" /delete
  • net localgroup users "UserName" /delete
  • net localgroup guests "UserName" /delete
Remove_Administrators.jpg

Remove_Users.jpg

Remove_Guests.jpg

8. When finished, close the elevated command prompt.



OPTION FIVE

Change User Account Type in Local Users and Groups

1. Open Local Users and Groups, and click on the Users folder in the left pane. (see screenshot below) lusrmgr-1.jpg
2. In the middle pane, double click on the user account (ex: Example-Standard) under the Name column that you want to change the account type of. (see screenshot below) lusrmgr-3.jpg
3. Click on the Member of tab, and do either step 4, 5, or 6 below for what account type you want the user account (ex: Example-Standard) to be. (see screenshot below) lusrmgr-4.jpg
4. To Add User Account to Administrators Group
NOTE: This is to make the user account (ex: Example-Standard) a administrator account type by adding it to the administrators group, and removing the user account from the users and guests groups if the user account is a part of them. A) Click on the Add button, and add "Administrators". (see Option One at link for how)

B) If listed, select Users and Guests, and click on the Remove button. (see Option One at link for how)
NOTE: You can press and hold the CTRL key to select more than one listed group.

C) Go to step 7.
5. To Add User Account to Users Group
NOTE: This is to make the user account (ex: Example-Standard) a standard user account type by adding it to the users group, and removing the user account from the administrators and guests groups if the user account is a part of them. A) Click on the Add button, and add "Users". (see Option One at link for how)

B) If listed, select Administrators and Guests, and click on the Remove button. (see Option One at link for how)
NOTE: You can press and hold the CTRL key to select more than one listed group.

C) Go to step 7.
6. To Add User Account to Guests Group
NOTE: This is to make the user account (ex: Example-Standard) a guest account type by adding it to the guests group, and removing the user account from the users and administrators groups if the user account is a part of them. A) Click on the Add button, and add "Guests". (see Option One at link for how)

B) If listed, select Users and Administrators, and click on the Remove button. (see Option One at link for how)
NOTE: You can press and hold the CTRL key to select more than one listed group.

C) Go to step 7.
7. When finished, click on OK. (see screenshot below step 3)

8. Close Local Users and Groups.
That's it
Shawn





 
Last edited:
Another excellent tutorial. Very well done.
 

My Computer

Computer Manufacturer/Model Number
Home built
OS
Windows 7 Ultimate 32 bit
CPU
Intel(R) Pentium(R) 4 CPU 3.00GHz
Motherboard
ASUS P4P800-VM Motherboard Chipset: Intel 865G + ICH5
Memory
2.50 GB RAM
Graphics Card(s)
NVIDIA GeForce 7600 GS
Sound Card
SoundMax Integrated Digital Audio (Chip)
Monitor(s) Displays
ViewSonic VX 1962 wm
Screen Resolution
1680 X 1050
Hard Drives
Seagate Barracuda 7200.10 80 GB
ST380215A ATA Device 18.6 GB
Western Digital "My Book" external hard drive 750 GB
Cooling
Fan based
Keyboard
Microsoft Comfort Curve Keyboard 2000 v10 USB
Mouse
Logitec optic USB
Internet Speed
3.01 Mb/s download 0.64 Mb/s upload
Thank you Carl. :)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Brink,

This may not be the right place, but I had a friend who had an uninvited guest take over an account on his computer - Alexah was the name. Does that ring any bells? It doesn't come up on the forum's search.

Thanks, Noel
 

My Computer

Computer Manufacturer/Model Number
Self built
OS
PC, Windows 7 32 bit
CPU
Intel E8400
Motherboard
Gigabyte GA-EPP45-UD3R
Memory
4GB Mushkin DDR2
Graphics Card(s)
Nvidia GeForce 8800GTS
Sound Card
on Motherboard
Monitor(s) Displays
Dell 1907FP (19" LCD)
Screen Resolution
1024x768
Hard Drives
OCZ Vertex 30GB for OS
WD 320GB for programs and WD 500GB for pictures and music and WD 1.5 TB for backup
PSU
Ultra X3 600 W Modular
Case
Cooler Master HAF 922
Cooling
Fans: 200MM on front, top and side, 120mm rear
Keyboard
Saitek Eclipse II
Mouse
Logitech Wireless
Hello Noel,

I guess about all he can do is to either change the password on the user account, or create a new one with a better password to use and delete the old one afterwards.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Thanks Brink,

I found the way to delete the account and everything in it - turns out he may have inadvertently created it using a grandchild's name as a password. But it's gone now and he's as happy as a clam.

Noel
 

My Computer

Computer Manufacturer/Model Number
Self built
OS
PC, Windows 7 32 bit
CPU
Intel E8400
Motherboard
Gigabyte GA-EPP45-UD3R
Memory
4GB Mushkin DDR2
Graphics Card(s)
Nvidia GeForce 8800GTS
Sound Card
on Motherboard
Monitor(s) Displays
Dell 1907FP (19" LCD)
Screen Resolution
1024x768
Hard Drives
OCZ Vertex 30GB for OS
WD 320GB for programs and WD 500GB for pictures and music and WD 1.5 TB for backup
PSU
Ultra X3 600 W Modular
Case
Cooler Master HAF 922
Cooling
Fans: 200MM on front, top and side, 120mm rear
Keyboard
Saitek Eclipse II
Mouse
Logitech Wireless
That"s great news Noel. :)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Tutorial updated to add OPTION FOUR and OPTION FIVE. Plus, to be able to change existing user accounts to a Guest account. :)
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Hi Brink..

I am new to this forum and also new to Windows 7

Actually i have an user account and now i am confused whether it is Administrative or Standard User

In Control Pannel User Acounts it is showing as Administrator with Password Protected

But i dont have the complete rights as Original Administrator Account (which is hidden)

Can you please clarify me..
 

My Computer

OS
Windows 7 Ultimate 32 bit
Hello Ramesh, and welcome to Seven Forums.

This is normal. You have an administrator account as shown in Control Panel "User Accounts".

In Vista and Windows 7, the administrator user account acts like a standard user account until you do something that either requires elevation or changes the system. By default, you would then get prompted to allow it or not by UAC. An administrator account will just approve to allow it, while a standard user must enter the administrator's password to approve.

The built-in Administrator account is like the one that was in XP and had full control as below.


http://www.sevenforums.com/tutorials/507-built-administrator-account-enable-disable.html

The default administrator account that is created during the installation of Windows 7, or setup already for you on a OEM (ex: Dell) computer, will have complete access to the computer and can make any desired changes. To help make the computer more secure, this administrator account may be asked with a UAC prompt to provide their password or confirmation before allowed to make changes that affect the system, other users, or when running anything elevated (Run as Administrator) since running elevated will allow it to have access to the entire computer.

The built-in Administrator account is an account that has full access and permission on the computer, and will not be prompted by UAC. It is not recommended to leave the built-in Administrator account always enabled, or use it all the time for just everyday purposes.

Hope this helps,
Shawn
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
very helpful thank you!
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 8.1 Professional 64bit
CPU
Core i5
Browser
Chrome
I'm glad it could be helpful brubakes. :)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
How to Change a User Account Type in Windows 7

I am the only user on my computer. Some time ago, I changed my normal Admin account (default Admin-level account created in Windows 7, not the "hidden" Uber-Admin account) to Standard User, with the intent of setting up a new Administrator account to handle Admin tasks without having to go into "hidden" Admin account each time. BIG MISTAKE! (Unfortunately, I had not seen the warning in this thread!) Now, I can not change it back, or even change a newly-created account to Administrator type, even using the "hidden" Admin account. When I go into Control Panel/User Accounts, click on the desired account, click on change account type, and click on Administrator, the "Change Account Type" click box grays out, and nothing changes. This happens even when I try it from the "hidden" Uber-Admin account, in Safe Mode and with UAC turned off. That I can't do this from my standard user account doesn't surprise me, but that I can't even achieve this using the "hidden" Administrator account is very, very frustrating. (I can't help wondering WHY Microsoft, in their infinite wisdom, could not put a warning in that pops up if one tries to change their only non-hidden account from Admin to Standard, indicating that this can't be undone without an act of God plus an act of Congress, i.e., functionally impossible.) How do I affect this change, and regain administrative rights over my own computer without having to uninstall/reinstall Windows 7?
 

My Computer

OS
Windows 7 64 bit
Hello MADinIA,

Yeah, I never understood why Windows would let you change your last admin account to be a standard user either.

Have you already tried changing the account's type in an elevated command prompt while logged in to the built-in Administrator account?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Tried this; shows that my account is already in Administsrators group, but when I look at it in Control Panel/Users/change account type, it still shows up as User, not as Administrator.

Also went through Option Five, made sure desired user was IN Administrators group, but NOT IN Users (thought this might force change from Standard User to Administrator, but no such luck). When I went into Control Panel/Users/"My Admin Acct" and clicked on "Change Account Type, still shows up as standard user.

Brink -- Really like your signature line, "There are no dumb questions, just the people who do not ask them." Just wish everyone thought like this...
 
Last edited:

My Computer

OS
Windows 7 64 bit
MADinIA,

By default, your account should be a member of both the "Users" and "Administrators" group. If you're joined to a homegroup, then it will also be a member of the "HomeUsers" group.

If you use the commands in step 2 of OPTION FOUR, does it show this?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
No, it doesn't. I tried doing this step in command prompt, it yielded only a long list. I took a screencap of this and saved it to a Word document; not sure if I can post it here, but I'll try.
 

Attachments

My Computer

OS
Windows 7 64 bit
You just entered the commands incorrectly. It should be these below instead. :)

net localgroup users

net localgroup administrators

net localgroup homeusers
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Hi, Brinks,
I am the only user and I have the privileges of standard adminstrator. I mean, my account icon and type show the user account, i created as administrator but as standard administrator. If I change that to Administrator, either the change the account type is not clickable or if I change and click, sometimes it allows , then when I open to see that, it becomes standard administrator.
how to fix this
would the av any way responsible
 

Attachments

  • useraccount.jpg
    useraccount.jpg
    256.2 KB · Views: 1
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz
Motherboard
To be filled by O.E.M. To be filled by O.E.M.
Memory
4.00 GB
Graphics Card(s)
NVIDIA GeForce 210
Sound Card
(1) NVIDIA High Definition Audio (2) Realtek High Definiti
Screen Resolution
1920 x 1080 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
ST3500312CS ATA Device
Hi, Brinks,
I am the only user and I have the privileges of standard adminstrator. I mean, my account icon and type show the user account, i created as administrator but as standard administrator. If I change that to Administrator, either the change the account type is not clickable or if I change and click, sometimes it allows , then when I open to see that, it becomes standard administrator.
how to fix this
would the av any way responsible

Hello mate, :-)

You wouldn't be able to change the account type if currently signed in as a standard user.

If it's the only administrator account on the computer, it should normally not allow you to change it to a standard user.

If needed, you should be able to enable and sign in to the built-in Administrator account below to make this change for an account.

Built-in Administrator Account - Enable or Disable
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Back
Top