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 revisionPrevious revision
Next revision
Previous revision
windows [2022/03/16 08:38] – external edit 127.0.0.1windows [2026/06/20 15:45] (current) – [Nefunguje přístup na síťový share bez hesla] ww
Line 1: Line 1:
 ====== Windows ====== ====== Windows ======
  
-===== Uleželé ===== + 
-  [[Windows - uleželé]]+===== 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'' 
 +  - 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. 
 + 
 +----
  
 ===== CMD - spuštění pomocí příkazu START s argumenty v uvozovkách ===== ===== CMD - spuštění pomocí příkazu START s argumenty v uvozovkách =====
Line 232: Line 251:
   printui /s /t2   printui /s /t2
  
----- 
- 
-===== Nefunguje přístup na síťový share bez hesla ===== 
- 
-**Metoda 1** 
- 
-  - ''gpedit.msc'' 
-  - Computer configuration > Administrative Templates > Network > Lanman workstation > Enable insecure guest logons > Enabled. 
- 
-**Metoda 2** 
- 
-  - Zapnout SMB2 
-  - ''REG ADD "HKLM\SYSTEM\ControlSet001\Services\LanmanServer\Parameters" /v SMB2 /t REG_DWORD /d "1" /f'' 
  
 ---- ----
Line 282: Line 288:
 ---- ----
  
-===== Správa disků ===== 
- 
-Start > diskmgmt.msc 
- 
-nebo  
- 
-cmd jako admin 
-  diskpart 
-  > list disk 
-  > sel disk X 
-  > list part 
-  > sel part Y 
-  > del part (nebo del part override, kdyby vzdorovala) 
-  Pripadne smazani cele partition table: 
-  > clean 
-  # vytvoreni partition na cistem disku 
-  > create partition primary 
  
 ===== Asociace souborů ===== ===== Asociace souborů =====
Line 388: Line 377:
 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''.
 +
 +----
 +
 +===== Uleželé =====
 +  * [[Windows - uleželé]]
windows.1647419930.txt.gz · Last modified: (external edit)