3

I have a bunch of Session Hosts in a Remote Desktop Services environment.

How can I disable warnings about low disk space?

When the user logs on they see I warning about low disk space for a local disk on one of the local drives of the Session Host.

I don’t want the end-users to see this warning since we have a monitoring infrastructure that takes care of such issues.

Is it possible to remove the warning?

Carl Winbäck
  • 243
  • 3
  • 12
  • 5
    Fix the low disk space issue? – joeqwerty Feb 05 '21 at 13:12
  • @joeqwerty Absolutely! But until that issue is resolved, I don’t want the warning to be exposed to the end-users. On a single-user Windows 10 system, such a warning to the end-user makes a lot of sense. But in an RDS environment, IMHO it would be great if the end-user wasn’t exposed to the warning. – Carl Winbäck Feb 05 '21 at 14:03

1 Answers1

7

Yes, you can disable Low disk space checks by adding this registry value (DWORD, data: 1) NoLowDiskSpaceChecks

here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
Swisstone
  • 6,725
  • 7
  • 22
  • 32