Sunday, September 06, 2009

Isolated Storage for the Current User

Since Isolated storage is created using .NET you could use the SDK tool to manage this.

On a .NET framework path aware command prompt (administrator privileges in Vista) do the following

Clearing isolated storage for the current logged in user

storeadm /remove

Listing isolated storage for the current logged in user

storeadm /list


The storeadm.exe can be found in the .NET 2.0 SDK Tools/Bin Directory.

Happy Programming,
Anton

Labels: