@echo This batch file will remove all of the reminant WinFS related network shares and fix the issues they cause when WinFS is disabled. @pause net share Catalog /DELETE net share DefaultStore /DELETE net share SQL_19d145ce-b1d4-4381-8cdc-820f015c2627 /DELETE net share SQL_4E1BC7A9-50A1-4DFC-B27C-7F8A82CA2D5D /DELETE @echo WinFS related shares deleted. @pause @quit