ECODAB
Check:
sc.exe qc lanmanworkstation
Enable SMB2/3:
sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto
Disable SMB2/3:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb10 start= auto
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
Utskriftsbuggen
Open cmd.exe as admin and paste
For winver 1809 and server 2019
reg add HKLM\System\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 3598754956 /t REG_DWORD /d 00000000
For winver 1909
reg add HKLM\System\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1921033356 /t REG_DWORD /d 00000000
For winver 2004, 20H2, 21H1 and 21H2
reg add HKLM\System\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 713073804 /t REG_DWORD /d 00000000
Nicklas problem fixades med:
reg add HKLM\SYSTEM\CurrentControlSet\Control\Print /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 00000000
Print spooler-tjänsten måste startas om efteråt.