APPDATA.EXE 2.0.0

dotnet add package APPDATA.EXE --version 2.0.0
NuGet\Install-Package APPDATA.EXE -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="APPDATA.EXE" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add APPDATA.EXE --version 2.0.0
#r "nuget: APPDATA.EXE, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install APPDATA.EXE as a Cake Addin
#addin nuget:?package=APPDATA.EXE&version=2.0.0

// Install APPDATA.EXE as a Cake Tool
#tool nuget:?package=APPDATA.EXE&version=2.0.0

APPDATA.EXE README

OVERVIEW

APPDATA.EXE is a Windows command line application to access and manipulate ApplicationData, introduced in Windows 8. This is particularly useful if you develop applications, manage applications, or are just plain curious about what an application is storing on your behalf.

Run with no parameters for help.

This was inspired by practical needs over several long nights and weekends working on some package apps. The 'spiritual' inspiration for the technical approach is REG.EXE. Think of APPDATA.EXE is to ApplicationData as REG.EXE is to the Registry.

INSTALLATION

APPDATA.EXE requires ApplicationData APIs, introduced for packaged apps in Windows 8 and Windows Server 2012.

The development home for APPDATA.EXE is https://github.com/DrusTheAxe/AppData including full source code.

LICENSE

See LICENSE for details.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 189 5/9/2023