After mounting a image to my local C drive in the folder 'mount', I run the command:
dism /image:c:\mount /get-features
I receive an error message:
Error: 2
Unable to access the image.
Make sure that the image path and the windows directory for the image exist and you have Read permissions on the folder.
I've looked far and wide on the internet and have failed to find an answer. Under security settings on the mount folder, all users for the machine have full read access. Anybody know what the Issue is?
I understand this is not exactly programming, but thought I'd ask here anyhow.