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
| Content | Type | Function |
|---|---|---|
| Check Developer Mode Status - CF | Agent Procedure | This script retrieves the Developer Mode status and store the result into the Custom field. |
| cPVAL_Developer_Mode_Status | Custom Field | This custom field stores that Developer Mode status gathered by the script Check Developer Mode Status - CF |
| Enable/Disable Developer Mode | Agent Procedure | This script enables or disables Developer Mode on a Windows machine based on the specified parameter. |
Implementation
-
Create the Custom Field: cPVAL_Developer_Mode_Status
-
Import the below Agent Procedures:
Changelog
2026-05-05
- Initial version of the document