-1

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.

  1. What is the folder and why created?
  2. How can I rename or delete it?
SaeidMo7
  • 107

1 Answers1

3

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.

  1. Open the app and configure it.
  2. After configuring, terminate it and search for Ubuntu in apps.
  3. Open app. It will open cmd like interface. Type sudo su and type password which you set while configuring the app
  4. 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.

Rinzwind
  • 309,379
Kulfy
  • 18,154