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 [2024/12/10 13:04] wwwindows [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 231: Line 250:
  
   printui /s /t2   printui /s /t2
- 
----- 
- 
-===== 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. 
  
  
Line 289: 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 406: Line 388:
  
 Nastavit hodnotu na ''2''. Nastavit hodnotu na ''2''.
 +
 +----
 +
 +===== Uleželé =====
 +  * [[Windows - uleželé]]
windows.1733835885.txt.gz · Last modified: (external edit)