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 [2020/10/08 11:02]
ww [Správa disků]
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**
 +
 +<code powershell>
 +Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
 +Set-SmbClientConfiguration -RequireSecuritySignature $false
 +</code>
 +
 +**Metoda 2**
  
   - ''gpedit.msc''   - ''gpedit.msc''
   - Computer configuration > Administrative Templates > Network > Lanman workstation > Enable insecure guest logons > Enabled.   - 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 374: Line 388:
 ftype MPCHC.WMV="%PathApps64%\MPC-HC\mpc-hc64.exe" "%%1" ftype MPCHC.WMV="%PathApps64%\MPC-HC\mpc-hc64.exe" "%%1"
 </code> </code>
 +
 +----
 +
 +===== Import profilů na Wi-Fi =====
 +<code batch>
 +for %%f in ("wifi\*.xml") do ( netsh wlan add profile filename="wifi\%%~nf.xml" )
 +</code>
 +
 +----
 +
 +===== Zapnutí NumLocku po bootu =====
 +
 +Registr:
 +<code>
 +HKEY_USERS\.Default\Control Panel\Keyboard\InitialKeyboardIndicators
 +</code>
 +
 +Nastavit hodnotu na ''2''.
windows.1602147773.txt.gz · Last modified: 2022/03/16 09:38 (external edit)