Skip to main content

Windows 11 Fixes


Fixing SAMBA Shares

  1. Open the Local Group Policy Editor (gpedit.msc) on your Windows device.
  2. In the console tree, select Computer Configuration > Administrative Templates > Network > Lanman Workstation.
  3. For the setting, right-click Enable insecure guest logons and select Edit.
  4. Select Enabled > OK.
  5. Computer Configuration > Policies > Windows Settings > Security Settings> Local Policies > Security Options.
  6. Set Microsoft network client: Digitally sign communications (always) to Disabled.
  7. Set Network Security: LAN Manager authentication level set to Send NTLMv2 response only/refuse LM & NTLM


Turn off Game Overlay

reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0