Addressing 'Disable JavaScript on Adobe Reader DC

Jay Tee 0 Reputation points
2025-03-05T15:28:15.29+00:00

Hello All,

Can somebody please assist. How do I Address Defender Security Recommendation 'Disable JavaScript on Adobe DC. I have 100 devices that needs remediation, is there a PS script I can run or another option?

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
2,022 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 52,736 Reputation points Microsoft External Staff
    2025-03-06T01:28:03.9633333+00:00

    @Jay Tee, Thanks for posting in Q&A. Based on my researching; to disable JavaScript on Adobe Reader DC, we can add the following registry key.

    reg add "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown" /v bDisableJavaScript /t REG_DWORD /d 00000001 /f

    You can firstly test on one device to see if it can work. If it works, then we can deploy via PowerShell Script to add and set this registry key. Here is a link with examples for your reference:

    https://scloud.work/registry-key-with-intune/

    Note: None-Microsoft link, just for the reference.

    Hope the above information help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.