LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
4.82k stars 245 forks source link

WIN11 Can't map a webdav network drive after debloat #148

Closed screwt closed 6 months ago

screwt commented 6 months ago

Describe the Bug

I'm unable to map a webdav network drive after debloat. I guess a service is missing, any idea?

How can this issue be reproduced?

Debloat with default settings on win11 and try to mount a webdav network drive.

Expected behavior?

It mitht be expected but a way to allow such network drive mount would be great.

Operating System

Windows 11

Operating System Version

23H2

Logs

No response

screwt commented 6 months ago

Ok i found the solution:

sc config "WebClient" start=auto sc start "WebClient"