Hi ghostanime2001,
Just trying to make a thing clear here. You need to run the command only when the import wizard is running and throws an error.
After running the command, click on "Retry" in the error dialog.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, when I use windows 10 explorer's import pictures and videos on my galaxy s8, the import wizard shows up but they all have the wrong photo which is different from whats showing within android. For some reason, the import pictures and video wizard doesn't detect more than 4k files even thought I have alot more than 4k files. Also, even though the folder to where the pictures/videos are being imported to is empty, windows still shows this error:
how do i fix/reset windows 10 explorer's import pictures and videos ? Thank you
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi ghostanime2001,
Just trying to make a thing clear here. You need to run the command only when the import wizard is running and throws an error.
After running the command, click on "Retry" in the error dialog.
I do test every solution before I post them here. For now, you may make use of that command-line. If you need a script, I'll see if I can create one tmw.
The tool doesn't clear old temp files, and that's causing a name collision.
Workaround:
Each time you see the "error occurred... try again" dialog, open a Command Prompt window and type:
- del "%temp%\acq*.tmp.*" /a
Keep the CMD window on standby and rerun the command every time you see the error dialog. This will *significantly* reduce the number of times the error appears.
An even more effective method is to run a script that deletes older tmp.* files in that folder at every 5 sec interval.
How can I make the script ? Have you tested this to see if this works ?
The tool doesn't clear old temp files, and that's causing a name collision.
Workaround:
Each time you see the "error occurred... try again" dialog, open a Command Prompt window and type:
Keep the CMD window on standby and rerun the command every time you see the error dialog. This will *significantly* reduce the number of times the error appears.
An even more effective method is to run a script that deletes older tmp.* files in that folder at every 5 sec interval.