This is Windows' security system protecting files, even from you—the administrator. The solution lies in a powerful, built-in capability called **"Take Ownership."
[HKEY_CLASSES_ROOT\Directory\shell\takeownership] @="Take Ownership" "Icon"="%windir%\System32\imageres.dll,-101" windows take ownership
Here is everything you need to know about what ownership is, why it exists, and how to bypass it safely. Windows uses a security model called Discretionary Access Control (DACL) . Every file and folder has an "owner" (usually the user account that created it) and a list of who is allowed to access it (ACLs). This is Windows' security system protecting files, even