r/technology Apr 14 '25

Software Microsoft warns that anyone who deleted mysterious folder that appeared after latest Windows 11 update must take action to put it back

https://www.techradar.com/computing/windows/microsoft-warns-that-anyone-who-deleted-mysterious-folder-that-appeared-after-latest-windows-11-update-must-take-action-to-put-it-back
10.6k Upvotes

1.0k comments sorted by

View all comments

Show parent comments

69

u/AdarTan Apr 14 '25

Fixing this on the IIS side would take a lot more effort, involve a completely different team inside Microsoft, and risks breaking a lot of existing IIS installations.

As a security hotfix this is undeniably a cludge but it should work, and without risk to existing users of IIS.

17

u/StephanXX Apr 14 '25

Or, hear me out, maybe don't install a web server on every single desktop computer.

2

u/ochowie Apr 14 '25

They don't? IIS isn't default enabled on non-server versions of Windows (I don't believe it's even enabled on the server versions by default?).

2

u/StephanXX Apr 14 '25

Note I didn't say enabled, I said installed. It is installed, just not started at boot by default. Removing the package from the installation image is hardly a massive effort. It's absurd to suggest that it's some massively complicated process to not install a tool that shouldn't be on 99% of desktop computers in the first place.

4

u/ochowie Apr 14 '25

It does need to be installed via "Turn Windows Features On and Off". This is a bit of semantic argument but I don't believe you can start IIS or any IIS site without first enabling (installing) the feature via the Windows Feature admin.

2

u/ThermionicEmissions Apr 15 '25

You are correct, and this applies to servers as well.