/
/

How to Add or Remove the General, Tools, and Hardware Tabs in Drive Properties in Windows 10

How to Add or Remove the General, Tools, and Hardware Tabs in Drive Properties in Windows 10 blog banner image

When you go to drive properties in Windows 10, a dialog appears with tabs like General, Tools, and Hardware, with each one packed with vital utilities.

The General tab lets you rename drives or check storage space. The Tools tab offers disk error scans and optimization. The Hardware tab reveals connected devices and drivers. But what if these tabs vanish, or you need to restrict them to prevent accidental changes?

Controlling these tabs ensures stability and security for workplaces enforcing compliance or gamers locking down settings. In this step-by-step guide, we’ll walk you through how to add, remove, or restore tabs in the drive properties in Windows 10.

Adding or Removing the General, Tools, and Hardware Tabs in Drive Properties

To make sure that you can fully utilize the methods below, ensure you have administrator access to the Local Group Policy and Registry Editors. This will grant you much more control over the tools needed to customize these tabs in Windows 10.

Method 1: Using the Registry Editor

With the Registry Editor, you will have more targeted control over specific tabs in Windows 10’s drive properties dialog. Here’s how you can hide specific tabs using this tool:

⚠️ WARNING: Before we proceed with this method, it is best that you back up your Registry before making any changes, as incorrect edits can destabilize your system (learn more in How to Back Up and Restore the Windows Registry).

Removing the tabs using Registry Editor

  1. Open the Registry Editor.
    1. Press Win + R to open Run.
    2. Type regedit, then press Enter to open the Registry Editor.
      • Click Yes if prompted by User Account Control (UAC).
  2. Navigate to the registry key.
    1. In the Registry Editor, go to this key:
      HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers.
  3. Find the subkey.
    1. Look for the subkey {5F5295E0-429F-1069-A2E2-08002B30309D} under PropertySheetHandlers.
  4. Delete the subkey.
    1. Right-click on the {5F5295E0-429F-1069-A2E2-08002B30309D} subkey, then select Delete.
    2. Click Yes to confirm deletion.

Adding the tabs using Registry Editor

  1. Open the Registry Editor.
    1. Press Win + R to open Run.
    2. Type regedit, then press Enter to open the Registry Editor.
      1. Click Yes if prompted by User Account Control (UAC).
  2. Add or create the key.
    1. Go to this address key:
      HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers
    2. Right-click the key, select New > Key, then name the new subkey (if it doesn’t exist):
      {5F5295E0-429F-1069-A2E2-08002B30309D}
  3. Delete the policy removing the tabs.
    1. Delete NoHardwareTab value (if it exists) in these locations:
      1. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
      2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Method 2: Using Local Group Policy Editor

The Local Group Policy Editor offers a straightforward way to restrict access to drive properties in Windows 10. However, this approach can only remove the Hardware tab. As for the General and Tools tab, use the Registry Editor (see Method 1).

  1. Launch the Group Policy Editor.
    1. Press Win + R to open Run.
    2. Type gpedit.msc, then press Enter to open Local Group Policy Editor.
  2. Navigate to the policy path.
    Go to User Configuration > Administrative Templates > Windows Components > File Explorer.
  3. Configure the drive restrictions.
    1. Look for the Remove Hardware tab policy, then double-click.
      • To remove the tab: Select Enabled.
      • To restore the tab: Select Disabled or Not Configured.
  4. Save changes.
    1. Click Apply > OK to save changes.

The results should show that the drive properties dialog has now hidden all tabs for selected drives. To target specific drivers and not all of them, do the following method.

What removing the tab affects

Removing tabs from the drive properties in the Windows 10 dialog limits access to specific tools and information. Below, we break down what you lose when hiding General, Tools, or Hardware tabs and how it impacts workflows for admins, gamers, or everyday users.

General tab restrictions

If you’ve removed the General tab, you’ll lose:

  • Drive renaming: You won’t be able to modify drive names, such as changing the label of Local Disk to Work Files.
  • Storage insights: No visibility into used or free space.
  • Icon customization: You can’t change the drive’s icon via the Customize button.

Tools tab restrictions

Hiding the Tools tab removes:

  • Error checking (CHKDSK): No quick fixes for file system errors or bad sectors.
  • Optimize/Defragment: Disables disk optimization, which is critical for HDD performance.
  • Backup options: Blocks your access to File History or legacy backup tools.

Hardware tab restrictions

When you remove the Hardware tab, you’ll lose:

  • Device details: You can’t view connected storage hardware like the SSD model or the USB drive manufacturer.
  • Driver management: No access to Properties or Driver Updates for disks.

NOTE: Other tabs, like Sharing, Security, or Previous Versions, will remain accessible unless you specifically disable them.

Frequently Asked Questions (FAQ)

Does this block access to the drive itself?

No. The drive remains fully accessible in File Explorer. Only specific tabs you’ve customized in the Properties dialog are hidden. You can still view, copy, or delete files as usual.

Can I apply this setting only to specific drives?

Not directly. Policies like No Hardware tab or Group Policy restrictions apply to all fixed drives (e.g., C: D:). For example, if you hide the Hardware tab, it disappears for every local disk. Third-party tools or advanced scripting may be required to target specific drives.

Can this be reversed?

Yes.

  • To restore tabs in Registry: Create the subkey: {5F5295E0-429F-1069-A2E2-08002B30309D} (see Method 1).
  • To restore the Hardware tab in Group Policy: Select the Disabled or Not Configured configuration in the Remove Hardware tab policy (see Method 2).

Will this affect removable drives?

No. These tweaks target local/fixed drives (e.g., SSDs, HDDs). Removable drives (USB sticks, external disks) retain full access to their properties tabs unless modified separately.

Troubleshooting Drive Properties tab issues

Let’s tackle common problems and solutions for customizing the drive properties in Windows 10, whether you’re restoring a missing General tab or forcing Group Policy updates.

Issue: Tabs still appear after applying changes

It is possible that a couple of steps were missed when removing the tabs. Do these action steps to fix this issue:

  • Restart your system: Registry or Group Policy edits often need a full reboot to apply changes.
  • Verify the registry path: Make sure that when you edited the Registry, it is in the correct key:

HKEY_LOCAL_ROOT\Drive\shellex\PropertySheetHandlers

  • Check for conflicts: Third-party optimization tools or existing policies might override your settings.

Issue: Policy configurations are not applied in Group Policy

If configurations made in Group Policy are not working, here are a couple of ways you can resolve this:

  • Force a policy update:
    1. Press Win + R, then type cmd to open Command Prompt.
    2. Run this command:
      gpupdate /force 
    3. Restart your PC.

Learn more in GPUpdate: How to Force a Group Policy Update Remotely.

  • Check RSoP (Resultant Set of Policy):
    1. Open Command Prompt (Follow the previous steps above).
    2. Run the command rsop.msc to identify conflicting policies.

Issue: Registry entry is missing or ineffective

If you can’t find the Registry entry, then you’ll need to create the subkey. Here’s how you can do it (you can also follow the steps in Method 2 instead):

  1. Create the subkey.
    • Go to this address key:
      HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers
    • Right-click the key, select New > Key, then name the new subkey (if it doesn’t exist):
      {5F5295E0-429F-1069-A2E2-08002B30309D}
  2. Delete the policy removing the tabs.
    • Delete NoHardwareTab value (if it exists) in these locations:
      1. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
      2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Optimize control with Drive Properties in Windows 10

Customizing the drive properties in the Windows 10 dialog by hiding tabs like General, Tools, or Hardware empowers administrators to balance accessibility and security. Restricting advanced settings prevents accidental misconfigurations while keeping everyday tasks like file access intact.

For broad restrictions, the Group Policy Editor simplifies enforcement; for precision, the Registry Editor offers granular control. Best of all, these changes are reversible. Restore tabs anytime by reverting policies or registry values, ensuring flexibility as needs evolve.

By mastering these tweaks, IT pros, gamers, or power users can tailor Windows 10 to their environment without sacrificing stability.

You might also like

Ready to simplify the hardest parts of IT?
×

See NinjaOne in action!

By submitting this form, I accept NinjaOne's privacy policy.

NinjaOne Terms & Conditions

By clicking the “I Accept” button below, you indicate your acceptance of the following legal terms as well as our Terms of Use:

  • Ownership Rights: NinjaOne owns and will continue to own all right, title, and interest in and to the script (including the copyright). NinjaOne is giving you a limited license to use the script in accordance with these legal terms.
  • Use Limitation: You may only use the script for your legitimate personal or internal business purposes, and you may not share the script with another party.
  • Republication Prohibition: Under no circumstances are you permitted to re-publish the script in any script library belonging to or under the control of any other software provider.
  • Warranty Disclaimer: The script is provided “as is” and “as available”, without warranty of any kind. NinjaOne makes no promise or guarantee that the script will be free from defects or that it will meet your specific needs or expectations.
  • Assumption of Risk: Your use of the script is at your own risk. You acknowledge that there are certain inherent risks in using the script, and you understand and assume each of those risks.
  • Waiver and Release: You will not hold NinjaOne responsible for any adverse or unintended consequences resulting from your use of the script, and you waive any legal or equitable rights or remedies you may have against NinjaOne relating to your use of the script.
  • EULA: If you are a NinjaOne customer, your use of the script is subject to the End User License Agreement applicable to you (EULA).