34,333
edits
Changes
→Querying Quotas from the Command Prompt
C:\Windows\system32>fsutil behavior query quotanotify
quotanotify = 3600
</pre>
To change the frequency simply use the fsutil behavior set quotanotify command. For example:
<pre>
fsutil behavior set quotanotify 1800
</pre>