Windows partition manager blocked by administrator

Techkid2014 0 Reputation points
2024-09-19T09:24:55.19+00:00

I am unable to open the partition manager in Windows as it says the administrator has blocked me from using it, even though I am the admin. Can someone assist me with this issue?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,596 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alex Burlachenko 990 Reputation points
    2024-09-19T11:09:13.1633333+00:00

    It sounds frustrating to be blocked from accessing the partition manager, especially when you’re the admin. Here are a few steps you can try to resolve this issue:

    Run as Administrator:

    • Open Command Prompt as an administrator. You can do this by searching for “cmd” in the Start menu, right-clicking on it, and selecting “Run as administrator”.
      • In the Command Prompt, type diskmgmt.msc and press Enter. This should open the Disk Management tool.
      Enable the Built-in Administrator Account:
      - Sometimes, the built-in Administrator account has higher privileges. To enable it, open Command Prompt as an administrator and type:
      
      ```
      net user Administrator /active:yes
      ```
      
         - Log out and log in with the Administrator account. Try accessing the partition manager again.
      
            - After you’re done, you can disable the account with:
      
            ```
            net user Administrator /active:no
            ```
      
            **Check Group Policy Settings**:
      
               - Press **`Win + R`**, type **`gpedit.msc`**, and press Enter to open the Group Policy Editor.
      
                  - Navigate to **`User Configuration > Administrative Templates > System`**.
      
                     - Look for a setting called “Prevent access to the command prompt” and ensure it is set to “Not Configured” or “Disabled”.
      
                     **Modify Registry Settings**:
      
                        - Press **`Win + R`**, type **`regedit`**, and press Enter to open the Registry Editor.
      
                           - Navigate to **`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System`**.
      
                              - Look for a key named **`EnableLUA`** and set its value to **`0`**. This disables User Account Control (UAC), which might be blocking access.
      
                                 - Restart your computer for the changes to take effect.
      

    Check for Malware:

    • Sometimes, malware can cause such issues. Run a full system scan using a reputable antivirus program to ensure your system is clean.

  2. Daisy Zhou 23,346 Reputation points Microsoft Vendor
    2024-09-20T07:14:02.9066667+00:00

    Hello Techkid2014,

    Thank you for posting in Q&A forum.

     Here are some suggestions you could try:

    1. Check if there are any Group Policy settings that might be blocking access.
    2. Check if third-party security software block access to certain tools. Temporarily disable any security software and try again.
    3. Create a new account with admin permissions and try again.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.