1Windows Registry Editor Version 5.00
2
3;Contributor: John H. Terpstra <jht@samba.org>
4;
5;This patch causes roaming profiles to be deleted on logoff
6; The CompatibleRUPSecurity setting stops Windows from checking
7; ownership on profile folders.
8
9[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
10"DeleteRoamingCache"=dword:00000001
11"CompatibleRUPSecurity"=dword:00000001
12
13