VOUdeals | Your Ultimate Guide to Travel, Technology, Education and many more.
  • HOME
  • Technology
  • Travel
  • Education
  • Home & Garden
Home  /  Technology  /  Fix “You require permission from the computer’s administrator to make changes to this folder”

Fix “You require permission from the computer’s administrator to make changes to this folder”

October 02, 2017 Technology
You require permission from the computer's administrator to make chnages to this folder

As an administrator, you often get the above error when you try to delete a folder. Obviously, my first thought was a permissions issue, but knowing how Windows works, you can never trust the error message either. Unfortunately, when dealing with the “You don’t have permission” issue, it’s either an actual permission issue or it’s because the file or folder is locked by a process.

Even though you have corrected the permission issue or taken ownership of the said folder, still you will get errors about the permission issues or the file name length is too long etc..

Here are a few steps to delete the folder from your server.

Run the following command with elevated privilege.

If {Folder Path} has sub-folders, and/or possibly contains files, they may themselves be owned or secured in a way that continues to prevent removal of the parent folder.

Use takeown /f {Folder Path} /r as the /r adds recursive ownership modification to sub-folders and files.

Likewise, use cacls {Folder Path} /G administrators:F /t as the /t applies DACL changes recursively to sub-folders and files.

If you still can not delete files and folders after you have successfully done as per previous instructions, you will need to run cmd and use this command:

rd <folder name> /s/q

I hope you can do it.

Advertisement

Advertisement

Disclosure: Some of the links on are “affiliate links”, a link with a special tracking code. This means if you click on an affiliate link and purchase the item, we will receive an affiliate commission. The price of the item is the same whether it is an affiliate link or not. Regardless, we only recommend products or services we believe will add value to our readers. By using the affiliate links, you are helping support the VOUdeals website, and we genuinely appreciate your support.

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • More
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on Pocket (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on Skype (Opens in new window)

Related

Tags: Folder Permission, Windows, Windows Server
Previous Article
Next Article
Advertisement

Advertisement

Advertisement
Banner 1
Deals & Coupons from VOUdeals | Proudly Powered by BuySitesNow.com
 

Loading Comments...