Skip to content

Instantly share code, notes, and snippets.

@csainty
Created August 29, 2011 01:18
Show Gist options
  • Save csainty/1177519 to your computer and use it in GitHub Desktop.
Save csainty/1177519 to your computer and use it in GitHub Desktop.
WP7.5 Isolated Storage Tool
"C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool\ISETool.exe" ts de b8c6eab0-543c-4b55-be96-0b3da982df37 "C:\Users\chris_sainty\Desktop\IsoStore"
"C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool\ISETool.exe" ts xd b8c6eab0-543c-4b55-be96-0b3da982df37 "C:\Users\chris_sainty\Desktop\IsoStore"
"C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool\ISETool.exe" rs de b8c6eab0-543c-4b55-be96-0b3da982df37 "C:\Users\chris_sainty\Desktop\IsoStore\IsolatedStore"
"C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Tools\IsolatedStorageExplorerTool\ISETool.exe" rs xd b8c6eab0-543c-4b55-be96-0b3da982df37 "C:\Users\chris_sainty\Desktop\IsoStore\IsolatedStore"
@kvervo
Copy link

kvervo commented Sep 27, 2011

The ISETool is great! However, grabbing the GUID pasting it and writing the command is too much work. I wrote a batch script which takes care of all this for you: http://blog.supaywasi.com/2011/08/using-isolated-storage-explorer-tool/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment