DEV Community

0 seconds of 0 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
00:00
 
Vigneshwaran Vijayakumar for Winsides

Posted on • Originally published at winsides.com

2 1 1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs