mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
13 lines
794 B
Reg
13 lines
794 B
Reg
Windows Registry Editor Version 5.00
|
||
|
||
;Contributor: John H. Terpstra <jht@samba.org>
|
||
;
|
||
;This patch causes roaming profiles to be deleted on logoff
|
||
; The CompatibleRUPSecurity setting stops Windows from checking
|
||
; ownership on profile folders.
|
||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
|
||
"DeleteRoamingCache"=dword:00000001
|
||
"CompatibleRUPSecurity"=dword:00000001
|
||
|