Skip to content

Commit

Permalink
Fix #23: Printerdriver permissions for windows users.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Nov 17, 2021
1 parent 8ddcac8 commit b4d864b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions serverfs/srv/linbo/examples/win10.global.reg
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@ Windows Registry Editor Version 5.00

; linuxmuster.net 7 version

; notwendig, damit der Domaenenbeitritt klappt
; machine account password may not expire
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\Netlogon\Parameters]
"DisablePasswordChange"=dword:00000001
"MaximumPasswordAge"=dword:000f4240
"RefusePasswordChange"=dword:00000001
"RequireSignOrSeal"=dword:00000001
"RequireStrongKey"=dword:00000001

; notwendig, damit Netlogon klappt
; needed for netlogon
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkProvider\HardenedPaths]
"\\\\*\\netlogon"="RequireMutualAuthentication=0,RequireIntegrity=0,RequirePrivacy=0"

; deaktiviert den Hiberboot Modus damit Linbo syncen kann
; disable hiberboot
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000000

; deaktiviert den Hiberboot Modus damit Linbo syncen kann
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"HiberbootEnabled"=dword:00000000

; allow users to install printer drivers
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
"RestrictDriverInstallationToAdministrators"=dword:00000000

0 comments on commit b4d864b

Please sign in to comment.