As part of the .NET Framework 1.1 SDK there comes the Storage Administrator Tool (storeadm.exe) which helps you view and clean the Isolated Storage.
storeadm [/list][/remove][/roaming][/quiet]
| Option |
Description |
| /h[elp] |
Displays command syntax and options for the tool. |
| /list |
Displays all existing stores for the current user. This includes the stores for all applications or assemblies executed by this user. |
| /quiet |
Specifies quiet mode; suppresses informational output so that only error messages appear. |
| /remove |
Permanently removes all existing stores for the current user. |
| /roaming |
Selects the roaming store. Use this option with the /list or /remove options to specify that the action should apply to the roaming store. |
| /? |
Displays command syntax and options for the tool. |
The No-Touch Deployment FAQ is now also available as Smart Client using No-Touch Deployment in the .NET Framework 1.1 to run safely from my website.
Enjoy!