No Comments
Removing WebFldrs from Windows Servers
I have been working through the software inventory, as reported by SpiceWorks, and noticed two entries for WebFldrs and WebFldrs XP, which is as its name suggests is the Web Folders component for operating systems running Microsoft Windows. From Knowledge Base Article ID 195851, Web Folders is a “Web authoring component that is included with Internet Explorer 5”.
Fortunately, this was relatively painless to remove using the command:
msiexec /x %windir%system32webfldrs.msi

Submit a Comment