Solved
Forum Discussion
KaijuCollective
11 months agoNew Member
Solution Found:
If you can't edit the permissions through the properties, you can brute it through Command Prompt.
Use: takeown /a /r /d Y /f
Followed by the directory.
For example mine was:
takeown /a /r /d Y /f F:\Programs\
Make sure you run CMD as Administrator.