GPO Deployment (Windows)
Deploy InvestigAItor silently to every domain-joined Windows machine using Group Policy. No employee interaction required.
Prerequisites
Download Chrome ADMX from chromeenterprise.google and copy to \\yourdomain.com\SYSVOL\...\PolicyDefinitions\.
Step 1: Create a GPO
- Open GPMC (
gpmc.msc) - Right-click your target OU → Create a GPO in this domain, and Link it here
- Name it InvestigAItor Extension
- Right-click the new GPO → Edit
Step 2: Force-install the extension
Navigate to:
Computer Configuration → Policies → Administrative Templates
→ Google Chrome → Extensions
→ Configure the list of force-installed extensionsEnable it, click Show, and add:
ncibbcpcjhieaffkncaeemcfihlhkcdg;https://investigaitor.org/extension/extension-update.xmlStep 3: Set enrollment config (Computer Configuration)
These values register the device with your organization. Navigate to:
Computer Configuration → Preferences → Windows Settings → RegistryCreate two REG_SZ values under this key path. Names are case-sensitive:
HKLM\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\ncibbcpcjhieaffkncaeemcfihlhkcdg\policyStep 4: Set user identity (User Configuration)
These values identify who is using the device. They must be set via User Configuration so per-user variables like %USERNAME% expand correctly.
User Configuration → Preferences → Windows Settings → RegistryCreate registry items with the same key path as Step 3. Names are case-sensitive:
Step 5: Apply and verify
- Close the Group Policy Editor
- On a test machine:
gpupdate /force, then sign out and back in - Open Chrome
Verify:
chrome://policyshowsenrollmentToken,deviceName, anduserNamewith valueschrome://extensionsshows InvestigAItor as Installed by enterprise policy- The admin dashboard shows the device within a minute
Incognito and Guest mode
To ensure monitoring works in Incognito mode, add this policy:
Computer Configuration → Administrative Templates → Google Chrome
→ Extensions → Allowed types of apps and extensions in IncognitoAdd the extension ID: ncibbcpcjhieaffkncaeemcfihlhkcdg
To prevent users from bypassing monitoring via Guest mode, disable it:
Computer Configuration → Administrative Templates → Google Chrome
→ Browser Guest Mode → DisabledThis removes the Guest option from Chrome's profile menu on all managed devices.
Edge deployment
Same process but use Microsoft Edge ADMX templates and the registry path HKLM\SOFTWARE\Policies\Microsoft\Edge\3rdparty\extensions\ncibbcpcjhieaffkncaeemcfihlhkcdg\policy.
Having issues? See the Troubleshooting page.