Skip to main content

Enable/Disable Developer Mode

Purpose

This solution fetches the Developer Mode status from Windows machines, records the result in a custom field, and supports enabling or disabling Developer Mode on the target systems.

Associated Content

ContentTypeFunction
Check Developer Mode Status - CFAgent ProcedureThis script retrieves the Developer Mode status and store the result into the Custom field.
cPVAL_Developer_Mode_StatusCustom FieldThis custom field stores that Developer Mode status gathered by the script Check Developer Mode Status - CF
Enable/Disable Developer ModeAgent ProcedureThis script enables or disables Developer Mode on a Windows machine based on the specified parameter.

Implementation

  1. Create the Custom Field: cPVAL_Developer_Mode_Status

  2. Import the below Agent Procedures:

Changelog

2026-05-05

  • Initial version of the document