Yasser Asmi
Yasser Asmi

Reputation: 1170

Windows 10 modern app or UWP app data folder

I need to find the app data folder of a Windows 10 UWP app from within a Win32 app or powershell script (not sandboxed and sufficient privilege). If I know the AUMID, is there a way to find out where the sandboxed app files are installed?

Upvotes: 5

Views: 3957

Answers (1)

Yasser Asmi
Yasser Asmi

Reputation: 1170

Found the answer:

From the command line: cd %LOCALAPPDATA%\Packages\AUMID

Upvotes: 7

Related Questions