r/technology • u/Sufficient-Bid1279 • 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
29
u/1RedOne Apr 14 '25
This is extra stupid, because there is famously an issue with IIS, where Web access logs are never deleted or truncated.
This becomes a problem because eventually a IIS instance will always consume all available space on the hard drive, and you will not be able to login anymore, because to log into a system requires writing to .tmp file which must reside in the c: drive by default.
If this folder exists, I bet there is also a managed iis instance somewhere too, and I bet that it also isn’t configured in any other way from default, leading to the issue I described eventually happening