Does warp only work on one profile

My computer broke, and I've been using a shared computer with my profile and several others running windows 11. Does warp immediately install on other profiles or no? I need it to only do one profile.
1 Reply
SuperHelpflare
Support AI
According to the documentation, the WARP client for Windows can be installed via tools like Intune, AD, or any script or management tool that can execute a .msi file. However, it does not explicitly state that WARP will immediately install on other profiles. To install WARP on a specific profile, you can use the msiexec command with the /i option, followed by the path to the WARP MSI file, and specify the ORGANIZATION and SUPPORT_URL properties. For example:
msiexec /i "Cloudflare_WARP_<VERSION>.msi" /qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com"
msiexec /i "Cloudflare_WARP_<VERSION>.msi" /qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com"
This command will install WARP on the current user profile. If you want to install WARP on a specific profile, you can use the /user option followed by the username of the profile you want to install WARP on. However, if you are using a shared computer with multiple profiles, it's recommended to use a management tool like Intune or AD to deploy WARP to specific profiles or groups. Please note that the documentation does not provide information on how to restrict WARP installation to a single profile on a shared computer. You may need to consult the Windows documentation or contact Microsoft support for more information on how to manage profile-specific installations on a shared computer. Source: https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/warp/deployment/mdm-deployment/
Feedback
Feedback has been submitted! Thank you :)
This is an AI generated response, it may not be 100% accurate. Please validate the output. You can ask followups by replying to this message or mentioning me.

Did you find this page helpful?