尝试在SD卡上安装时错误消息访问被拒绝

尝试在SD卡上安装时错误消息访问被拒绝

本文介绍了尝试在SD卡上安装时错误消息访问被拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到此错误消息,我正在尝试安装有关CMD的图像(以管理员身份运行) :

I got this errormessage whan I'm trying to install the image about CMD (run as Admin):

C:\ FFUTEST> dism.exe / Apply-Image / ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDr

ive1 / SkipPlatformCheck

访问被拒绝。

C:\FFUTEST>dism.exe /Apply-Image /ImageFile:flash.ffu /ApplyDrive:\\.\PhysicalDr
ive1 /SkipPlatformCheck
Access is denied.

有没有人知道解决方案?

Does anybody know a solution?

推荐答案

diskpart

列出磁盘

退出

您的SD卡是否显示为physicaldrive1?

Did your SD card show up as physicaldrive1?

SD卡的大小是8或16 GB还是Class 10?

Is the SD card either 8 or 16 GB in size and Class 10?

此外,您是否在Windows 10安装上运行此命令?

Also, are you running this command on a Windows 10 install?

您可能会检查资源管理器或cmd是否仍然没有SD卡的引用。 如果程序正在访问可能阻止DISM以独占模式访问它的卡。

You might check that explorer or cmd don't have a reference to the SD card still.  If a program is accessing the card that might prevent DISM from accessing it in exclusive mode.


这篇关于尝试在SD卡上安装时错误消息访问被拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 10:46