When deleting a file or folder, the system prompts "the project cannot be found and the project is not in D:/. Please confirm the location of the project and try again ......."
(1)
Teach you an invincible DELETE command, all rogue software and stubbornProgramCan be easily deleted, the method is very simple!
Right-click the desktop-New-Text Document-(double-click the new text document on the desktop, copy and paste the following command) and write the following command:
Del/f/A/Q //? /% 1
RD/S/Q //? /% 1
File-save as "delete all. Bat" (the name can be anything, but the suffix must be ". Bat ")
Then, drag and drop the file or directory to be deleted to the icon of the BAT file to delete it!
(2)
There is a ghost .. folder in the E drive on my computer that cannot be deleted, saying that the project is not in E:/. Please confirm the location of the project and try again. This folder is empty. How can I delete it? It seems like installing onekey
The ghost was accidentally built, and I don't know how it was made.
Provides the deletion method (take the delete C drive "xxxxxx..." folder as an example). When the delete action is executed, the system prompts that the folder cannot be deleted and the specified path cannot be found.
Solution: because the real name of the folder is "xxxxxx.../", we must write the object name.
Operation: Start-run-Enter "cmd" and press ENTER-Enter "C:" And press ENTER-enter rmdir Space C:/xxxxxx.../SPACE/s space/Q to press enter to delete the file.
Note: You need to delete other similar files and change the drive letter and file name in your computer!
Or create a new notepad and write the rmdir space folder // s/Q in the notepad to save it. (Change "folder" to the one you want to delete before saving it.
Folder name) Exit and change the notepad extension name to "Bat" (for example, "Create a text file. txt" to "Create a text file. Bat") and cut it to the directory where the folder you want to delete is located.
Click the file you pasted --> Run it!