DEV Community

Play Button Pause Button
Vigneshwaran Vijayakumar for Winsides

Posted on • Originally published at winsides.com

Video Tutor - Enable SMB 1.0 / CIFS File Sharing Support using CMD & PowerShell

This video tutorial will teach us how to Enable Microsoft XPS Document Writer on Windows 11. The following commands are used in this video.

Commands used:

  • For CMD
dism /online /enable-feature /featurename:SMB1Protocol /all /norestart
Enter fullscreen mode Exit fullscreen mode
  • PowerShell
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -All -NoRestart
Enter fullscreen mode Exit fullscreen mode

Have Queries?

If you have any queries with the above video, kindly let us know in the comment section.

Top comments (0)