mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
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
|
||
|