How To Delete A Folder From The Command Prompt
If you want to delete a folder and file, you can do using a command
First, open command prompt run as administrator
rmdir /s D:\itsuupport (Full path of your folder)
Now one option appear type Y and press enter
0 Comments