All articles
windows

Delete the undeletable folder using Command Prompt on Windows

Share this article

Share on LinkedIn Share on X (formerly Twitter)

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

Comments