Isolated Storage Tool (storeadm.exe)

The Isolated Storage tool lists or removes all existing stores for the current user.

The Isolated Storage tool is a managed application.  To execute managed applications in the Shared Source  CLI (SSCLI), you must use the clix application launcher.

The following options supported in the Microsoft .NET Framework implementation of the Isolated Storage tool are not supported in the SSCLI implementation:

Usage

clix storeadm [/list][/remove][/roaming][/quiet]

Options can be specified using either a dash (-) or a slash (/).

Supported Options

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.
/? Displays command syntax and options for the tool.

Remarks

The /list and /remove options are typically used one at a time; however, if two or more options are specified, they are performed in the order in which they appear on the command line.

See Also

Tools Index


Copyright (c) 2006 Microsoft Corporation. All rights reserved.