In this video tutorial, we will check out How to Enable SMB 1 using Command Prompt, and Windows PowerShell on Windows 11. The following are the commands used in this video.
Commands used:
For CMD:
dism /online /enable-feature /featurename:SMB1Protocol /all /norestart
For PowerShell:
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -All -NoRestart
Have Queries?
If you have any queries with the above video, kindly let us know in the comment section.