Hello Blake,
Thank you for posting question on Microsoft Windows Forum.
Based on your issue description, your account was likely created as a Standard User which has limited privileges for security. This is a common issue with new Windows setups. To fix this, you need to enable the hidden built-in Administrator account, use it to give your own account admin rights, and then disable it again for safety. You can try the following steps.
1.Access Advanced Startup Options.
- Since you can't perform administrative tasks while logged in, you need to restart your computer in a special mode.
- Go to the Windows login screen. (You can get there by pressing Windows Key + L).
- In the bottom-right corner, click the Power icon.
- Hold down the Shift key on your keyboard and, while still holding it, click Restart.
- Keep holding the Shift key until a blue screen appears with the title "Choose an option".
2.Enable the Built-in Administrator Account.
- Now you'll navigate through the blue-screen menus to open a Command Prompt.
- On the "Choose an option" screen, select Troubleshoot.
- Next, select Advanced options.
- Finally, choose Command Prompt.

- Your laptop will restart and open a black Command Prompt window. Type the following command exactly as shown and press Enter:
- net user administrator /active:yes
- You should see the message "The command completed successfully." This command activates the default, hidden administrator account. Now, close the Command Prompt window and click Continue to exit and start Windows 11 normally.
3.Change Your Account to an Administrator.
- When your PC restarts, you will see a new user account on the login screen named Administrator in addition to your own.
- Click on the Administrator account to log in. It has no password by default, so it should log you straight in.
- Once you're on the Administrator desktop, right-click the Start button and select Settings.
- Go to Accounts > Family & other users.
- Click on your own account name and then click Change account type.
- In the new window, change the setting from "Standard User" to Administrator.
- Click OK.
4.Secure Your Computer.
- Logging out of the Administrator account and back into your own is the next step. For security, you must disable the built-in Administrator account.
- Log out of the Administrator account and log back into your normal account.
- Click the Start button, type cmd, right-click on Command Prompt in the results, and select Run as administrator.
- Because you are now an admin, you'll see a User Account Control (UAC) prompt. Just click Yes.
- In the Command Prompt that opens, type the following command and press Enter: net user administrator /active:no
Hope the above information is helpful!