ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Понедельник
21 июля
1488826 Топик полностью
Гyдвинволшебник (05.01.2025 18:20, просмотров: 196) ответил Aleksey_75 на Второй день фтыкаюсь... не могу подружить W11 LTSC 24H2 с шареными дисками по SMB. Причем W10 LTSC 24H2 все ок, с 11 никак.. Есть реальные примеры работы ???
Хотит подпись... Отучается так: (Turn off SMB Client Signing With PowerShell) 
Step 1. Type PowerShell in the Windows search box on your taskbar.
Step 2. Hit the Run as administrator option under the Windows PowerShell section.
Step 3. In the command line window, type the following command and press Enter to turn off the SMB signing requirement:
Set-SmbClientConfiguration -RequireSecuritySignature $false
Step 4. Type Y to confirm the operation.
Step 5. Input the following command and press Enter to disable guest fallback:
Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Step 6. Input Y to confirm.