Rolling out a new endpoint tool to a distributed team is usually painful. NoCapture Teams is designed to minimize that pain, but the deployment still requires the right sequence. This guide covers silent installation, policy configuration, and verification for Windows fleets managed through Microsoft Intune.
Prerequisites
- NoCapture Teams subscription active
- Admin access to Microsoft Intune
- Windows 10 version 2004 or later on all target devices
- Target devices enrolled in Intune (or hybrid Azure AD joined)
Step 1: Download the MSI
From the NoCapture Teams admin dashboard, download the latest MSI package. The MSI supports silent installation with standard Windows Installer flags.
Step 2: Create the Win32 App in Intune
- In Intune, navigate to Apps → Windows → Add
- Select App type: Windows app (Win32)
- Upload the NoCapture MSI wrapped with the Microsoft Win32 Content Prep Tool
- Set the install command:
msiexec /i "NoCaptureTeams.msi" /qn /norestart - Set the uninstall command:
msiexec /x {PRODUCT_CODE} /qn - Configure detection rules to check for the NoCapture executable in Program Files
The /qn flag ensures silent installation with no user interaction.
Step 3: Push the Privacy Policy
After installation, NoCapture reads its configuration from a JSON policy file. In the Teams admin dashboard:
- Create an organization-wide privacy policy
- Define which apps must be cloaked during screen shares (e.g., Slack, email, password manager)
- Enable title masking and notification shield by default
- Enable Focus Mode with the "Corporate" routine
- Export the policy JSON
Push the policy file through Intune as a custom configuration profile, or place it in the NoCapture config directory via a PowerShell script:
Copy-Item "\\fileserver\share\nocapture-policy.json" "$env:ProgramData\NoCapture\policy.json" -Force
NoCapture reads this file on launch and applies the policy. Users cannot override organization-mandated settings.
Step 4: Assign to Device Groups
Assign the Win32 app and configuration profile to your target device groups:
- All Corporate Devices for a full fleet rollout
- Remote Workers for a phased pilot
- Executive Devices for high-risk users first
We recommend starting with a pilot group of 10 to 20 devices to validate the policy before full deployment.
Step 5: Verify Installation
After deployment, verify on a test device:
- NoCapture appears in the system tray
- The organization policy is loaded (check the About dialog)
- Designated apps auto-cloak when screen sharing starts
- Live preview shows the correct protected state
- Users cannot disable organization-mandated protections
Troubleshooting
Issue: NoCapture fails to install silently.
Fix: Check that the device meets the minimum Windows version. NoCapture requires Windows 10 2004 or later for full WDA_EXCLUDEFROMCAPTURE support.
Issue: Policy is not applied after installation.
Fix: Verify the policy JSON path and ensure the NoCapture service has read access. Restart NoCapture after policy deployment.
Issue: Security software blocks NoCapture.
Fix: Add NoCapture to your endpoint protection allowlist. The application uses standard Windows APIs and does not require kernel drivers, but some EDR tools flag process manipulation.
The User Experience
After deployment, users see NoCapture in their system tray with a green shield icon. When they start a Zoom or Teams screen share, protected apps auto-cloak. They can open live preview to verify the stream. They cannot disable organization-mandated protections, but they can add personal apps to their own routine if the admin policy allows it.
We wrote about the full Teams feature set here.
The Limitation
Intune deployment configures NoCapture at the machine level. It does not prevent users from using personal devices without NoCapture for work calls. For complete coverage, pair the deployment with a BYOD policy that requires NoCapture for any device accessing client data.
NoCapture provides OS-level window cloaking, title masking, and notification shielding for Windows. Free for two windows. Because "being careful" isn't a strategy.


