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
Next revision
Previous revision
windows:windows11 [2026/02/12 18:00] niziakwindows:windows11 [2026/03/18 20:42] (current) – [guest access] niziak
Line 1: Line 1:
 ====== Windows 11 ====== ====== Windows 11 ======
 +
 +  * ''PDF X: Czytnik PDF i Edytor PDF'' from MS Store
  
 ===== Installation ===== ===== Installation =====
Line 26: 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>