How to Enable or Disable Reducing Protections for Agent Connectors on Windows 11
You enable or disable reduced protections for agent connectors on Windows 11 by managing specific AI integration settings.
Agent connectors are applications that grant AI tools access to your Windows PC’s features and data. This particular feature connects to the Model Context Protocol (MCP), an open standard from Anthropic first seen in Windows 11 builds around version 26220.7344.
MCP enables AI agents to integrate smoothly with external tools and services. Understanding how to control the protection levels for these connectors is essential for you.
You can enable or disable reduced protections for agent connectors in Windows 11 via Settings > System > Advanced > AI components by toggling the switch. Alternatively, use the Registry Editor to modify the ConnectorEnvironmentPolicy DWORD value under 🗝️HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionMcpAgents.
Why Should You Care?
By default, all agent connectors on your Windows computer run in a safe, protected mode. Each one has its own identity and keeps track of what it does. When you enable reduced protections, these connectors get more access and power to do their jobs.
Method 1Using the Settings App
You can easily turn agent connector protections on or off in Windows 11 using the Settings app.
Click the Start menu and select Settings. Or press Windows key + I on your keyboard. This opens the Settings app.
Step 2: Go to System Settings
Once Settings opens, click ‘System’ on the left. Then, on the right, find and click the ‘Advanced’ tile to expand it.

Step 3: Find AI Components
Look for the AI components section. You’ll see an option that says “Enable more agent connectors by reducing protections.”
Step 4: Toggle the Switch
Toggle this switch on to enable reduced protections. Toggle it off to disable them. That’s all you need to do!
Method 2Using the Windows Registry
For those comfortable with advanced settings, you can manage agent connector protections in Windows 11 using the Windows Registry.
Important: Back Up First
Before making any changes to the registry, back up your registry your system. You can also create a System Restore point as extra protection.
Step 1: Open Registry Editor
Open the Registry Editor and navigate to this location:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Mcp\AgentsStep 2: Create a New Value
Right-click on ‘Agents’. Select ‘New,’ then click ‘DWORD (32-bit) Value.’ Name this new value ‘EnableReducedProtections’ (without quotes).
Step 3: Set the Value
Double-click the new ‘EnableReducedProtections’ entry. Set the value to:
2to enable reduced protections for all users1to disable reduced protections for all users

⚠️ Admin Privileges Required: This method requires administrator access to your computer.
Step 4: Restart Your Computer
You may need to restart your computer for the changes to take effect.
What Happens When You Change This Setting?
Changing the agent connector protection setting in Windows 11 affects how much access these tools have to your system.
When you disable reduced protections (the default), connectors run safely. Each one stays separate and keeps its own audit trail. This is the safest option.
Summary
Controlling agent connector protections in Windows 11 can be done through the Settings app or the Windows Registry.
What are the AI agents on 🪟 Windows 11?
Windows 11 comes with several built-in AI-powered features such as the Snipping Tool, voice access, and smart recommendations in File Explorer and the Start menu. These AI tools are designed to enhance your productivity and creativity without requiring additional downloads.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
Ah.. I don’t use Windows often, but the bits on registry policy helped. Thanks!