Saturday, July 02, 2016

How To Block Google Chrome Using Group Policy

We can either use a new Group Policy Object or edit excising one.

In this case I’ll edit existing one, to start open the GPO -> User Configuration -> Windows Settings -> Security Settings -> Right Click on software Restriction Policy and Select Create new Software Restriction Policy.

Once created, Right Click on Additional Rules -> New Path Rule

Create  rules for each of the lines below.

chromesetup.exe

chrome.exe

gears-chrome-opt.msi

C:\Users\%username%\AppData\Local\Google\Chrome\Application\chrome.exe
C:\Program Files\Google\Chrome\Application

C:\Program Files (x86)\Google\Chrome\Application

When the user will try to use chrome they will get the message of Blocked.

No comments:

Explaining DNS Concepts - DNS Servers-DNS Queries-DNS Records

3 types of DNS queries— recursive, iterative, and non-recursive 3 types of DNS servers— DNS Resolver, DNS Root Server and Authoritative Name...