Hi! stev-io
I'm James, An Independent Advisor, and I will help you with this issue
Try to change you perms using the command prompt:
- Search for Command Prompt in the Start menu, right-click the Command Prompt shortcut
- net user administrator /active:yes in the elevated Command Prompt
- Check if the problem persists.
Try to change the account type with the PowerShell, follow the steps below:
- Open the Start Menu.
- Search for PowerShell and select the Run as administrator option.
- Type the following command to change the account type to Administrator and press Enter:
Add-LocalGroupMember -Group "Administrators" -Member "ACCOUNT-NAME"
Note: In the command, make sure to change the ACCOUNT-NAME for the actual name of the account that you want to change.
- Restart and check if the problem persist.
Try to change account types with Command Prompt, follow the steps below:
- Open the Start Menu.
- Search for Command Prompt, and select the Run as administrator.
- Type the following command to change the account type to Administrator and press Enter:
net localgroup Administrators "ACCOUNT-NAME" /add
- Type the following command view the account type and press Enter:
net user ACCOUNT-NAME
- Restart and check if the issue persist.
If you need more help with this issue, just let me know and I will help you.