I am trying to do a simple group Policy change
I have about 400 computers I am trying to push the change to.
All I want to do is eliminate the balloon warning for low disk space.
In Group Policy I have a user policy that is set;
Action: Create
User Config - Windows Settings - Registry - NoLowDiskSpaceChecks- General
Hive | HKEY_CURRENT_USER |
Key path | Software\Microsoft\Windows\CurrentVersion\Policies\Explorer |
Value name | NoLowDiskSpaceChecks |
Value type | REG_DWORD |
Value data | 0x1 (1) |
I have it linked to A specific user in the domain and it is not getting pushed to the computers. I get no errors in Event logs
GPupdate says user policy was applied.
But after the reboot, I look at the registry and it is not there.
Any ideas?
Robert