UWP - 访问隔离存储

时间:2016-09-16 06:47:11

标签: uwp windows-mobile

我将照片保存到手机上的隔离存储空间中,我需要检查这些照片。我已经尝试过WP Power工具并且它第一次工作,然后该工具没有显示任何内容。

我也尝试了ISETool,但是我得到错误:“单位无法在光盘上找到指定的痕迹或区域。”(我不知道正确翻译成英文)

我的cmd: ISETool ts deviceindex:0 c8f84505-4b6f-4241-92c2-c35b011ae79a C:\ Users \ j.cihlar \ Documents

IsoStoreSpy不适用于Win 10,因此我不知道该使用什么......

编辑: This is the error when I try to use WP power tools

1 个答案:

答案 0 :(得分:0)

您可以使用Device portal

  1. 在手机上转到Settings > Update & security > For developers并启用Device discoveryDevice portal
  2. 在您的电脑上,转到Device portal部分下方的地址显示。
  3. 点击Pair部分中的Device discovery按钮,将显示的代码写入浏览器的文本框并提交。
  4. App File Explorer部分的浏览器中显示文件夹LocalAppData文件夹,其中包含您应用的数据。
  5. 出于安全原因,我建议在不需要时关闭Device portalDevice discovery

相关问题