How to Block Users from Installing Chrome Extensions (Windows Server 2022 GPO Guide)
In many organizations, controlling browser extensions is critical for security, compliance, and performance. By default, users can install extensions from the Chrome Web Store without admin approval — which can introduce risks.
Here’s a simple step-by-step guide to block Chrome extension installation using Group Policy (Windows Server 2022).
🖥️ Default Behavior (What Happens Without Policy)
On a client machine:
👉 Users can install extensions freely without admin rights.
Test it:
⚙️ Configure Group Policy (Server Side)
1️⃣ Open Group Policy Management
2️⃣ Create a New GPO
3️⃣ Edit the GPO
Navigate to:
User Configuration → Administrative Templates → Google → Google Chrome → Extensions
4️⃣ Enable Extension Block Policy
Value: *
📌 Meaning:
Click OK → Apply → OK
🔄 Apply the Policy
On Server:
Run PowerShell as Admin:
gpupdate /force
On Client:
Run PowerShell as Admin:
gpupdate /force
Then restart the machine 🔁
✅ Verification
On the client machine:
🚫 You’ll see: "Your admin has blocked this item (ID: xxxxxxxxx)"
🎯 Result
✔ Users can no longer install Chrome extensions
✔ Organization gains better control over browser security
📝 Pro Tip
If you need to allow specific extensions:
💡 Why This Matters
Uncontrolled extensions can:
Implementing this policy is a quick win for endpoint security.
#ITAdministration #WindowsServer #GroupPolicy #CyberSecurity #SysAdmin #Chrome #ITSecurity #ActiveDirectory