Skip to main content

Enable/Disable Developer Mode

Summary

This script enables or disables Developer Mode on a Windows machine based on the specified parameter.

Dependencies

Variable

Developer Mode: As per the accepted value, it will enable or disable the Developer Mode on the machine.

Accepted Values:

  • Enable: Enables the Developer Mode on the selected machine.
  • Disable: Disables the Developer Mode on the selected machine.

Implementation

  1. Export the agent procedure from ProVal's VSA RMM instance.
    Name: Enable/Disable Developer Mode
    Image 1
    The export will download the necessary XML file.

  2. Import this XML file into the partner's VSA RMM instance. Image 2

Sample Run

Example 1:
Execute the script with Developer Mode = Enable to enable the Developer Mode on the machine.

Image 3

Example 2:
Execute the script with Developer Mode = Disable to Disable the Developer Mode on the machine.

Image 4

Output

  • Agent Procedure log

Changelog

2026-05-05

  • Initial version of the document