User Tools

Site Tools


windows

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows [2022/03/16 09:38]
127.0.0.1 external edit
windows [2024/12/10 14:04] (current)
ww
Line 235: Line 235:
  
 ===== Nefunguje přístup na síťový share bez hesla ===== ===== Nefunguje přístup na síťový share bez hesla =====
 +
 +1) Je potřeba povolit "Insecure guest logons"
 +2) Je potřeba zakázat požadavek na šifrování spojení se Sambou
  
 **Metoda 1** **Metoda 1**
  
-  ''gpedit.msc'' +<code powershell> 
-  Computer configuration > Administrative Templates > Network > Lanman workstation > Enable insecure guest logons Enabled.+Set-SmbClientConfiguration -EnableInsecureGuestLogons $true 
 +Set-SmbClientConfiguration -RequireSecuritySignature $false 
 +</code>
  
 **Metoda 2** **Metoda 2**
  
-  - Zapnout SMB2 +  - ''gpedit.msc'' 
-  - ''REG ADD "HKLM\SYSTEM\ControlSet001\Services\LanmanServer\Parameters" /v SMB2 /t REG_DWORD /d "1" /f''+  - Computer configuration > Administrative Templates > Network > Lanman workstation > Enable insecure guest logons > Enabled. 
 +  - Computer Configuration > Windows Settings > Security Settings> Local Policies > Security Options > Microsoft network client: Digitally sign communications (always) > Disabled. 
  
 ---- ----
Line 388: Line 395:
 for %%f in ("wifi\*.xml") do ( netsh wlan add profile filename="wifi\%%~nf.xml" ) for %%f in ("wifi\*.xml") do ( netsh wlan add profile filename="wifi\%%~nf.xml" )
 </code> </code>
 +
 +----
 +
 +===== Zapnutí NumLocku po bootu =====
 +
 +Registr:
 +<code>
 +HKEY_USERS\.Default\Control Panel\Keyboard\InitialKeyboardIndicators
 +</code>
 +
 +Nastavit hodnotu na ''2''.
windows.1647419930.txt.gz · Last modified: 2022/03/16 09:38 by 127.0.0.1