Windows 7 Deleting Windows Folder

BA1385

New Member
Joined
Jan 17, 2015
Messages
2
Hi there,

I need to delete a Windows folder (which is not in use and not on the C-drive) but every time I try to do this I am informed that I do not have permission to do so.

I have tried changing the owner of the folder to Administrators/my user name in explorer, but then when I try to delete the folder it says that I need the permission of the Administrators, even when I run explorer as Administrator or in safe mode. Additionally, some of the individual folders within it seem to have their permissions completely locked.

Any thoughts on how to delete this folder are hugely appreciated.

Many thanks...
 

Solution
To resolve the issue of not being able to delete a Windows folder even after changing the ownership and permissions, you can try the following steps to force the deletion of the folder: 1. Take Ownership of the Folder: - Right-click on the folder you want to delete and choose "Properties." - Go to the "Security" tab and click on "Advanced." - Click on "Change" next to the owner's name and enter your username in the object name box. - Click "Check Names" to validate the username and then click "OK." - Check the box that says "Replace owner on subcontainers and objects" and click "OK." - Close all properties windows. 2. Grant Full Control: - Go back to the folder's properties and go to the "Security" tab. - Click on "Edit" and...
To resolve the issue of not being able to delete a Windows folder even after changing the ownership and permissions, you can try the following steps to force the deletion of the folder: 1. Take Ownership of the Folder: - Right-click on the folder you want to delete and choose "Properties." - Go to the "Security" tab and click on "Advanced." - Click on "Change" next to the owner's name and enter your username in the object name box. - Click "Check Names" to validate the username and then click "OK." - Check the box that says "Replace owner on subcontainers and objects" and click "OK." - Close all properties windows. 2. Grant Full Control: - Go back to the folder's properties and go to the "Security" tab. - Click on "Edit" and then select your user account or the Administrators group. - Check the box for "Full Control" under "Allow." - Apply the changes. 3. Using Command Prompt: - Open Command Prompt as an administrator. - Navigate to the folder location using the cd command. - Use the takeown /f FolderName /r /d y command to take ownership of the folder. - Then use icacls FolderName /t /grant administrators:F to grant full control. - Finally, try to delete the folder using rd /s /q FolderName. 4. Using Safe Mode: - Reboot your computer and enter Safe Mode. - Try to delete the folder while in Safe Mode, as sometimes certain applications or processes may prevent deletion in normal mode. 5. Using Third-Party Unlocker Tools: - Consider using third-party tools like Unlocker to force delete stubborn folders. By following these steps, you should be able to successfully delete the Windows folder that is causing permission issues. If you continue to face problems, using Command Prompt or third-party deletion tools should help in resolving the issue.
 

Solution
Back
Top