Kindly see:
libcrypto-3-x64.dll
Hello there,
Defender shows vulnerability of this file libcrypto-3-x64.dll into this folders:
c:\program files\windowsapps\microsoft.windows.photos_2024.11100.16009.0_x64__8wekyb3d8bbwe
c:\program files\windowsapps\microsoft.windows.photos_2024.11100.16009.0_x64__8wekyb3d8bbwe\photos.aiservices.cswinrt\
Since restriction of this folder in windowsapp i cant replace this .dll file, how to update this or how to replace it with the new version of .dll file ?
Thank you
Best Regards.
2 answers
Sort by: Most helpful
-
-
Daisy Zhou 24,741 Reputation points Microsoft Vendor
2024-10-31T07:24:21.1166667+00:00 Hello
Thank you for posting in Q&A forum.
You need to take the folder ownership first:
- Open Command Prompt as an administrator.
- Use the following command to take ownership of the folder:
takeown /f "C:\Program Files\WindowsApps\microsoft.windows.photos_2024.11100.16009.0_x64__8wekyb3d8bbwe" /r /d y
- Then, grant yourself full control with:
icacls "C:\Program Files\WindowsApps\microsoft.windows.photos_2024.11100.16009.0_x64__8wekyb3d8bbwe" /grant %username%:F /t
After taking ownership and granting permissions, you should be able to replace the libcrypto-3-x64.dll file with the new version.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.