SOLVED How to Delete Unwanted Folders on Windows Desktop
Posted on in Operating Systems
I hope this video helps you to remove the pesky folders that you are unable to delete through the Windows GUI. I will show you how to remove these folders using the Windows command prompt (CMD). This should work on Windows 7/8/10.
Get 50% off my how to build a computer course on Udemy!
https://www.udemy.com/build-a-computer/?couponCode=YOUTUBE10
Open up CMD (command prompt) and type in:
cd /d C:Users(your user name)Desktop
Hit Enter then:
dir /x
Hit enter then find the system nickname for the folder you wish to delete, then:
rmdir /q /s (folder nickname)