Unable to access or delete the folder/file
1. Run command prompt as administrator.
2. Run command as below: (run every single command each time)
- takeown /F C:\Location_Path
- takeown /F C:\Location_Path /r /d y
- icacls C:\Location_Path /grant Administrators:F
- icacls C:\Location_Path /grant Administrators:F /t
(C:\Location_Path = Your folder/path loacation)