How to delete a registry key through group policy

  • Thread starter Thread starter Johnny Nielsen
  • Start date Start date
J

Johnny Nielsen

From what I can find it should be possible to delete a registry key using
group policy, but I haven't been able to find out how.

Does anybody know how to change a policy template (.inf) file in order to
make the policy delete a registry key (could you show an example) ?


Best regards
Johnny Nielsen
 
Found it :-)

[Registry Values]
MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\POSIX=7,

should delete the POSIX key.

I suspect that "7" could be any valid number (1,2,3,4 or 7 and maybe even
other numbers) and that the trick is the missing value following the comma.

Best regards
Johnny Nielsen
 
Back
Top