OPERATING SYSTEMSOS Windows

How to add or remove Quota tab in Drive Properties in Windows 10


The Quota tab in the Properties window of Drives allows you to manage disk quota settings for the drive. In this post, we will show you how to add or remove the Quota tab in the Drive Properties window of drives for all users in Windows 10.

Add or remove Quota tab in Drive Properties

Add or remove Quota tab in Drive Properties

Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures.

To add Quota tab in Drive Properties in Windows 10, do the following:

  • Press Windows key + R to invoke the Run dialog.
  • In the Run dialog box, type notepad and hit Enter to open Notepad.
  • Copy and paste the syntax below into the text editor.
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDriveshellexPropertySheetHandlers{7988B573-EC89-11cf-9C00-00AA00A14F56}]
@=""
  • Now, click the File option from the menu and select Save As button.
  • Choose a location (preferably desktop) where you want to save the file.
  • Enter a name with .reg extension (eg; Add-QUOTA-Tab.reg).
  • Choose All Files from the Save as type drop-down list.
  • Double-click the saved .reg file to merge it.
  • If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.
  • You can now delete the .reg file if you like.

To remove Quota tab in Drive Properties in Windows 10, do the following:

  • Open Notepad.
  • Copy and paste the syntax below into the text editor.
Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOTDriveshellexPropertySheetHandlers{7988B573-EC89-11cf-9C00-00AA00A14F56}]
  • Now, click the File option from the menu and select Save As button.
  • Choose a location (preferably desktop) where you want to save the file.
  • Enter a name with .reg extension (eg; Remove-QUOTA-Tab.reg).
  • Choose All Files from the Save as type drop-down list.
  • Double-click the saved .reg file to merge it.
  • If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.
  • You can now delete the .reg file if you like.

That’s it on how to add or remove the Quota tab in Drive Properties in Windows 10!

Related read: How to add or remove Compatibility Tab from File Properties.

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *