I use Window10 and I have changed some permission of a drive for a user. It has created a folder with '....' name after these changes in my drive and I can't rename and delete it.
- What is the folder and why created?
- How can I rename or delete it?
1 Answer
You can delete folder using below methods:
Linux Method
Since you have Windows 10 there's an app in Microsoft Store called as Ubuntu. That's actually terminal of Ubuntu that let you run Linux commands.
- Open the app and configure it.
- After configuring, terminate it and search for Ubuntu in apps.
- Open app. It will open cmd like interface. Type
sudo suand type password which you set while configuring the app - Navigate to the folder destination and use
rm -r "Folder_Name". For more info how to navigate in Ubuntu Terminal, see screenshot below.
Since I use both Linux and Window, I'll suggest you to use Ubuntu method. Its a powerful method.
3