In fact, SMB1 is now disabled by default in Windows, but it's pretty easy to activate:
1. Click on the start icon and type the word “Features.” You will see a search query open. You should see “Turn Windows features on or off” as a suggestion. Select this with one click. A new window should open containing a structure tree of the various Windows features. These are arranged alphabetically.
2. Find the item “Support for SMB 1.0/CIFS file sharing” in the list and expand the menu by clicking on the “+” symbol.
To activate SMB1, tick "SMB 1.0/CIFS client" in the checkbox on the left. Finally, close the window by clicking “OK”. After a reboot the function should be activated.
3. Open Powershell with administrator rights. Now simply enter the following and confirm:
Set-SmbServerConfiguration -EnableSMB1Protocol $true
After another reboot you can now test whether it worked with the following line in powershell:
Get-SmbServerConfiguration | Select EnableSMB1Protocol
Windows 11 smb share
Who is online
Users browsing this forum: No registered users and 22 guests