How to add a parameter to the warp service?

Regarding this topic on disabling the switch, we tried to enable switch_locked by adding the parameter on the service’s property window but it’s not working. We tried the following formats:

-switch_locked=true
\switch_locked=true
-switch_locked true
SWITCH_locked=“true”

What is the correct format?

Hey There!

This has to be passed during installation, a sample will be as below,

Cloudflare_WARP_Release-x64.msi /quiet ORGANIZATION=“exampleorg” SERVICE_MODE=“warp” GATEWAY_UNIQUE_ID=“fmxk762nrj” SWITCH_LOCKED=“true” SUPPORT_URL=“http://support.example.com

KB Articles:

  1. https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/Windows-Teams

  2. https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/parameters

1 Like

Hi,

I tried deployment with intune following the documentation above, but run into a fatal error: Fatal error during installation (0x80070643), my config below. Any idea?

/quiet ORGANIZATION="**********" SERVICE_MODE=“warp” SWITCH_LOCKED=“true” AUTO_CONNECT=“1” SUPPORT_URL=“mailto://info@**************”

The config/attributes looks good, can you try to run this locally on the machine itself(open CMD as Administrator) just to rule out if this is an issue with windows permissions?

Also, I would recommend downloading the latest version of the Warp from App Center

Locally it’s working perfectly from the command line using the latest version of Warp. I can see we had the previous version on intune (1.5.206.0). I’ve replaced with the newer version, hopefully that’d fix it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.