diff options
Diffstat (limited to 'source4/setup/provision.reg')
-rw-r--r-- | source4/setup/provision.reg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source4/setup/provision.reg b/source4/setup/provision.reg new file mode 100644 index 0000000000..337d1fccd2 --- /dev/null +++ b/source4/setup/provision.reg @@ -0,0 +1,17 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ProductOptions] +ProductType="LanmanNT" + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters] +RefusePasswordChange=REG_DWORD:0 + +[HKEY_USERS] + +[HKEY_CLASSES_ROOT] |