-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Apps, Services & Software
- RGS
- ZCentral Connect Power Management

Create an account on the HP Community to personalize your profile and ask a question
06-24-2022 04:36 AM
ZCentral Connect has a very useful feature that allows the power to be controlled remotely.
However, we do not want our clients to be able to turn off the power.
Is there any way to restrict clients from powering off?
Please let me know if anyone can figure it out.
Best Regards
Solved! Go to Solution.
Accepted Solutions
07-14-2022 12:58 AM
I'm not sure, but I think it should be
"DisablePowerOperationsForUsers": "true"
06-30-2022 03:27 PM
Here is the property you can use to stop users from being able to power off systems.
/* Removes the capability to perform power operations from the HP ZCentral Connect Client Portal. */
"DisablePowerOperationsForUsers": "false",
Here is where this is done:
3.6. Advanced Settings
HP ZCentral Connect has a certain number of settings that can be configured but they are not currently accessible through the HP ZCentral Connect Portal.
Administrators are able to customize HP ZCentral Connect behavior by changing the settings file located at
%PROGRAMDATA%\HP\ZCentralConnectManager\settings.json.
NOTE ZCentral Connect Manager service must be restarted for the changes to take effect.
Kelly
07-12-2022 07:26 AM - edited 07-12-2022 07:29 AM
Hello, Kelly,
I have tried your setitngs as the following,
1. Open settings.json file
2. Add below text in the jsonfile.
"DisablePowerOperationsForUsers": "false"
3. Save json file.
4. Restart Zcentral Connect Manager service
But it doesn't work... (General users could access to power operation in the ZCentral connect client portal.
Is there something wrong about my settings?
Regards,