Windows 10: Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows

Discus and support Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows in Windows 10 Tutorials to solve the problem; How to: Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [img] Information file system volumes, allowing administrators to... Discussion in 'Windows 10 Tutorials' started by Brink, Feb 28, 2017.

  1. Brink
    Brink New Member

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows


    How to: Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system to log an event when users are near their quota, and to deny further disk space to users who exceed their quota. Administrators can also generate reports, and use the event monitor to track quota issues.

    Enforcing disk quota limits is optional. When users reach an enforced disk quota limit, the system responds as though the physical space on the volume were 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.

    You can set Windows to record an event log in Event Viewer whenever users exceed their disk quota limit on a NTFS volume.

    This tutorial will show you how to enable or disable logging an event when users exceed their disk quota limit in Windows 7, Windows 8, and Windows 10.

    You must be signed in as an administrator to enable or disable logging an event when users exceed their disk quota limit.

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note To see the event log for when users exceed their disk quota limit:

    A) Open Event Viewer (eventvwr.msc)
    B) Open Windows Logs and System in the left pane of Event Viewer.
    C) Look for events with an Event ID of 37 in the middle pane of Event Viewer.

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]


    CONTENTS:
    • Option One: Enable or Disable Log Event when Disk Quota Limit Exceeded for Specific NTFS Drive in Drive Properties
    • Option Two: Enable or Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives in Local Group Policy Editor
    • Option Three: Enable or Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives using a BAT file




    OPTION ONE [/i] Enable or Disable Log Event when Disk Quota Limit Exceeded for Specific NTFS Drive in Drive Properties
    1. If you haven't already, you will need to first enable disk quotas for the NTFS drive (ex: "G") you want to enable or disable to log event event when a user exceeds their quota limit.

    2. Open This PC in File Explorer (Win+E).

    3. Right click or press and hold on the NTFS drive (ex: "G") you want to enable or disable to log event when quota limit is exceeded for, and click/tap on Properties. (see screenshot below)

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]

    4. Click/tap on the Quota tab, and click/tap on the Show Quota Settings button. (see screenshot below)

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]

    5. Check (enable) or uncheck (disable) the Log event when a user exceeds their quota limit box for what you want, and click/tap on OK. (see screenshot below)

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]

    6. Click/tap on OK. (see screenshot below step 4)

    7. You may also want to:





    OPTION TWO [/i] Enable or Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives in Local Group Policy Editor

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note In Windows 7, the Local Group Policy Editor will only be available in the Professional, Ultimate, and Enterprise editions.

    In Windows 8, the Local Group Policy Editor will only be available in the Pro and Enterprise editions.

    In Windows 10, the Local Group Policy Editor will only be available in the Pro, Enterprise, and Education editions.

    All editions can use Option Three below to set this same policy.

    1. Open the Local Group Policy Editor.

    2. In the left pane of Local Group Policy Editor, navigate to the location below. (see screenshot below)
    *Arrow Computer Configuration\Administrative Templates\System\Disk Quotas


    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]

    3. In the right pane of Disk Quotas in Local Group Policy Editor, double click/tap on the Log event when quota limit is exceeded policy to edit it. (see screenshot above)

    4. Do step 5 (enable), step 6 (disable), or step 7 (not configured) below for what you would like to do.


    5. To Enable Log Event when Disk Quota Limit Exceeded for All NTFS Drives

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note If you enable this policy setting, the system records an event when the user reaches their limit. When you enable this policy setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so administrators cannot make changes using Option One.

    A) Select (dot) Enabled, click/tap on OK, and go to step 8 below. (see screenshot below step 7)

    6. To Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note If you disable this policy setting, no event is recorded. When you disable this policy setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so administrators cannot make changes using Option One while this setting is in effect.

    A) Select (dot) Disabled, click/tap on OK, and go to step 8 below. (see screenshot below step 7)

    7. To Set Log Event when Disk Quota Limit Exceeded Policy to Not Configured

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note This is the default setting.

    If you do not configure this policy setting, no events are recorded, but administrators can change the setting using Option One.

    A) Select (dot) Not Configured, click/tap on OK, and go to step 8 below. (see screenshot below step 7)


    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]

    8. When finished, you can close the Local Group Policy Editor if you like.

    9. You may also want to:





    OPTION THREE [/i] Enable or Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives using a BAT file

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note The downloadable .bat files below will change the registry key and value below.

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\DiskQuota

    LogEventOverLimit DWORD

    (delete) = Not Configured (Default)
    0 = Disabled
    1 = Enabled

    1. Do step 2 (enable), step 3 (disable), or step 4 (not configured) below for what you would like to do.


    2. To Enable Log Event when Disk Quota Limit Exceeded for All NTFS Drives

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note If you enable this policy setting, the system records an event when the user reaches their limit. When you enable this policy setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so administrators cannot make changes using Option One.

    A) Click/tap on the Download button below to download the BAT file below, and go to step 5 below.

    Enable_log_event_when_quota_limit_is_exceeded_for_all_NTFS_volumes.bat

    Download

    3. To Disable Log Event when Disk Quota Limit Exceeded for All NTFS Drives

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note If you disable this policy setting, no event is recorded. When you disable this policy setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab so administrators cannot make changes using Option One while this setting is in effect.

    A) Click/tap on the Download button below to download the BAT file below, and go to step 5 below.

    Disable_log_event_when_quota_limit_is_exceeded_for_all_NTFS_volumes.bat

    Download

    4. To Set Log Event when Disk Quota Limit Exceeded Policy to Not Configured

    Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows [​IMG]
    Note This is the default setting.

    If you do not configure this policy setting, no events are recorded, but administrators can change the setting using Option One.

    A) Click/tap on the Download button below to download the BAT file below, and go to step 5 below.

    Not_Configured_log_event_when_quota_limit_is_exceeded_for_all_NTFS_volumes.bat

    Download
    5. Save the .bat file to your desktop.

    6. Unblock the .bat file.

    7. Right click or press and hold on the downloaded .bat file, and click/tap on Run as administrator.

    8. You will now see a command prompt open, apply the registry changes, update group policy, and automatically close.

    9. You may also want to:

    That's it,
    Shawn


    Related Tutorials

    :)
     
    Brink, Feb 28, 2017
    #1
  2. dalchina Win User

    Windows 10 - File Folder Quota Set - Is it possible?

    Hi, please ask him for the exact text of the message- you can then research it properly.

    See these - but these refer to a drive, not a folder:
    How to use Windows 10 disk Quota to limit user storage | Windows Central
    Enable or Disable to Enforce Disk Quota Limits in Windows | Windows 10 Tutorials
    https://www.digitalcitizen.life/simple-questions-what-are-disk-quotas-how-set-them-windows


    On another note, please encourage him to save personal data on another disk or partition- and in particular not on his desktop.

    Things can go wrong on the 6 monthly upgrades, when people lose their desktop content being allocated temporary profiles.

    And of course, back up. Disks fail. Bad things happen.
     
    dalchina, Oct 26, 2019
    #2
  3. dhalltoyo Win User
    Exceeding my internet provider's daily MB limit

    I live in a country that limits my daily internet connection to 800MB per day. I had no problem staying under that limit when using my Samsung laptop with Windows 7. Last week I purchased a Dell Inspiron 15-3573 with Windows 10 and now everyday I am exceeding
    the WiFi limits. What can I disable to limit my usage? A list would be nice. Thanks folks.
     
    dhalltoyo, Oct 26, 2019
    #3
  4. Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows

    StoyanMihov, Oct 26, 2019
    #4
  5. Event logs are spending resources

    This is more a comment as it is a "question". I was able to find out that Windows 10 had been trying to access the card reader "disk drives" quite a while and when it failed it was writing to event logs all the time, constantly. The events were StorDiag
    Operational and Ntfs Operational. The way to "solve" it was disable those event logs, so at least they are not writing on hard disk all the time. Also, third event was Microsoft Windows AppXDeploymentServer Operational with two errors (repeating forever):

    The following packages will be installed: . The following packages will be removed:

    Determining packages to be installed during logon for user: (lots of numbers, not shown here)

    I think it's good to tell about errors, but it's not good when writing log files is becoming a performance issue for the hard disk. At least there should be some kind of limit to logs written for the same event, if it's happening really fast and all the
    time.
     
    Paul Pekkarinen, Oct 26, 2019
    #5
  6. Wojtek23 Win User
    Enabling event viewer log remotely or over GPO

    I am working on a project which requires me to enable one Event Log in the event viewer on Windows 10. When I did that manually everything works just fine. I cannot find a way to do that for multiple computers in the OU or the entire domain. I need to
    enable the following log Application and Services\Microsoft-Windows-DriverFrameworks-UserMode-Operational in order to detect USB drive insertion. This log is disabled by default in Windows 10. Is there a way to enable it on multiple computers or do I need
    to do that manually on every computer.
     
    Wojtek23, Oct 26, 2019
    #6
Thema:

Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows

Loading...
  1. Enable or Disable Log Event when Disk Quota Limit Exceeded in Windows - Similar Threads - Enable Disable Log

  2. the server storage quota has been exceeded

    in Windows 10 Software and Apps
    the server storage quota has been exceeded: Tại sao tôi không thể lưu trữ file trong khi dung lượng One của tôi vẫn còn rất nhiều? https://answers.microsoft.com/en-us/windows/forum/all/the-server-storage-quota-has-been-exceeded/5becf9c8-fb07-43f8-841b-765efcdc9953
  3. Server storage quota has been exceeded. What is my quota?

    in Windows 10 Gaming
    Server storage quota has been exceeded. What is my quota?: I'm seeing this message on a lot of my Word documents. Apparently it happens for files that are stored in a folder that is rooted in OneDrive, which makes the file shareable between my PC and my Microsoft Surface Book. In fact, there are very few Word file that I need to...
  4. Server storage quota has been exceeded. What is my quota?

    in Windows 10 Software and Apps
    Server storage quota has been exceeded. What is my quota?: I'm seeing this message on a lot of my Word documents. Apparently it happens for files that are stored in a folder that is rooted in OneDrive, which makes the file shareable between my PC and my Microsoft Surface Book. In fact, there are very few Word file that I need to...
  5. Server storage quota has been exceeded. What is my quota?

    in Windows 10 Network and Sharing
    Server storage quota has been exceeded. What is my quota?: I'm seeing this message on a lot of my Word documents. Apparently it happens for files that are stored in a folder that is rooted in OneDrive, which makes the file shareable between my PC and my Microsoft Surface Book. In fact, there are very few Word file that I need to...
  6. Windows limitation: file exceeded

    in Windows 10 Gaming
    Windows limitation: file exceeded: When copying from USB from Shared folders in Windows 11, I get this:Error 0x800700DF: The file size exceeds the limit allowed and cannot be saved.I dunno about other users, but this is my first time i've had this one Windows 11.... On windows 10 both PC and virtual machine...
  7. Time limited exceeded

    in AntiVirus, Firewalls and System Security
    Time limited exceeded: I have time set for my son on Xbox (only) the activity report shows regular amounts of time in excess of the limit for the day, including days where it is 100% blocked. The process does work sometimes as I get extra time requests occasionally. Son agrees that on at least one...
  8. Enable Log Event when Disk Quota Warning Level Exceeded in Windows

    in Windows 10 Tutorials
    Enable Log Event when Disk Quota Warning Level Exceeded in Windows: How to: Enable Log Event when Disk Quota Warning Level Exceeded in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system...
  9. Enable or Disable to Enforce Disk Quota Limits in Windows

    in Windows 10 Tutorials
    Enable or Disable to Enforce Disk Quota Limits in Windows: How to: Enable or Disable to Enforce Disk Quota Limits in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system to log an...
  10. Enable or Disable Disk Quotas in Windows

    in Windows 10 Tutorials
    Enable or Disable Disk Quotas in Windows: How to: Enable or Disable Disk Quotas in Windows [img] Information file system volumes, allowing administrators to control the amount of data that each user can store on a specific NTFS volume. Administrators can optionally configure the system to log an event when users...