Delete the undeletable folder using Command Prompt on Windows
Are you struggling to delete a folder. And if all the normal ways using Del
,Shift+Del
,etc., doesn't workout. Then this article may help you out.
Run the following commands
dir /x
rmdir /q /s YOUR_FOLDER_NAME
Last Updated on
Comments