Computer >> Computer tutorials >  >> System >> windows

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10

Disk Management has been an important factor for an end-user while maintaining a computer. When users reach an enforced disk quota limit, the Windows system responds by saying that the physical space on the volume has been exhausted. When users reach an unenforced limit, their status in the Quota Entries window changes, but they can continue to write to the volume as long as physical space is available.

Today in this article, we’ll discuss the enforcement of the disk quota policy in Windows 10/8, to manage disk quotas. Here is how you can enforce Windows to limit disk management:

Enforce Disk Quota Limit Using Registry Editor

1. Press Windows Key + R combination, type put Regedt32.exe in the Run dialog box and hit Enter to open the Registry Editor.

2. Navigate to this registry key:

HKLM\Software\Policies\Microsoft\Windows NT\DiskQuota

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10

3. In the right pane of this location, you’ll need to create the DWORD named Enforce using Right click -> New -> DWORD Value. Double click on this DWORD, you’ll get this:

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10

4. In order to let Windows enforce for limiting disk quota, you can input the Value data as 0. Click OK. If you want to restore default policy of Windows to not enforce limiting disk quota, simply delete the DWORD created in recent step.

That’s it!

Enforce Disk Quota Limit Using Local Group Policy Editor

1. Press Windows Key + R combination, type put gpedit.msc in the  Run dialog box and hit Enter to open the Local Group Policy Editor.

2. Navigate here :

Computer Configuration -> Administrative Templates -> System -> Disk Quotas

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10

3. In the right pane of this location, look for the setting named Enforce disk quota limit and double click over it to modify it:

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10

4. In the above window, select Enabled, so that Windows can be enforced to limit disk quota. Click Apply followed by OK. Reboot to get results. That’s it!

Hope you find the article useful!

Enforce Disk Quota Limit & Prevent Users From Changing Setting in Windows 10