KaijuCollective
9 months agoNew Member
Hamachi Denied Permission Access to Files in Installation Directory
I have been searching around for a solution, and though I have found MANY people with this issue I haven't seen any properly actually list a solution to it. - Disk-locked-after-removal-Hamachi - ...
- 9 months ago
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.