meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
windows:windows11 [2026/02/12 18:11] niziakwindows:windows11 [2026/03/18 20:42] (current) – [guest access] niziak
Line 28: Line 28:
     * with DWORD property ''AllowInsecureGuestAuth'' and the value 1     * with DWORD property ''AllowInsecureGuestAuth'' and the value 1
   * via powershell: <code powershell>md -force HKLM:\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation | %{New-ItemProperty -Force $_.PsPath AllowInsecureGuestAuth -Value 1}</code>   * via powershell: <code powershell>md -force HKLM:\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation | %{New-ItemProperty -Force $_.PsPath AllowInsecureGuestAuth -Value 1}</code>
 +    * <code powershell>Set-SmbClientConfiguration -EnableInsecureGuestLogons $true</code>