How to Enable Controlled Folder Access Using Group Policy

Prajwal Desai
Posted by Prajwal Desai
Enable Controlled Folder Access Using Group Policy

This article details the steps to enable controlled folder access using Group Policy.

With the latest versions of Windows 10, Microsoft has really worked hard on improving Windows defender. The AV features that most of the customers were looking for are now available in Windows Defender. While most of the antivirus softwares have already got advanced features, Windows defender too gets new features with every update.

We all know that Microsoft introduced host intrusion prevention functionalities in Windows 10. The idea behind this is to prevent the user data from unsafe apps. One of the important feature of Windows Defender Exploit Guard is Controlled folder access.

This feature protects important data from malicious apps and threats. Once any ransomware enters a computer, it encrypts the files and demands ransom to unlock it. Since this is a common behavior of ransomware, securing the files and folders is first preventive step.

Ways to Enable Controlled Folder Access

Controlled folder access can be enabled by using one of the following ways:

  1. Group Policy
  2. Windows Defender app
  3. PowerShell
  4. MDM CSP’s

What happens after you enable Controlled Folder Access?

With controlled folder access enabled for Windows computers, the apps are monitored for any suspicious activities. All the apps installed are scanned in depth by Windows Defender antivirus.

In addition the Windows defender will then determine whether the app is safe or malicious. If it finds the app to be malicious, the app will be blocked from making changes to the files located inside protected folders. Also a notification will be shown to the user about the app being blocked by windows defender.

By default Windows system folders are protected with controlled folder access feature. The below screenshot shows the default system folders that are protected. By clicking Add a protected folder, a user can add additional folders to the list.

Enable Controlled Folder Access Using Group Policy
Protected Folders in Windows

Prerequisites

Before you enable controlled folder access, please read the following prerequisites.

  • Before you enable controlled folder access, ensure Windows Defender AV real-time protection is enabled.
  • The controlled folder access feature will not be available if a third-party antivirus is installed on the system.

How to Enable Controlled Folder Access Using Group Policy

In this section, we will create a new GPO to enable controlled folder access on our Windows computers.

Launch the group policy management console. Under Computer configuration click Administrative templates > Windows components. Expand Windows Defender Antivirus > Windows Defender Exploit Guard > Controlled folder access.

Enable Controlled Folder Access Using Group Policy
Enable Controlled Folder Access Using Group Policy

Double-click the policy Configure Controlled folder access. To enable the policy, click Enabled. You get 3 options to configure the guard my folders feature.

  • Disable – This is the default option. Not a secure option though as any app can modify / delete files in protected folders.
  • Block – This is a strict mode where untrusted apps cannot make any changes to files insides protected folders. Enable this with caution as it may affect organization’s productivity.
  • Audit Mode – In the audit mode untrusted apps are allowed to make changes (modify/delete) to files inside protected folders. However each of the activity is logged in the windows event log.

Select Audit mode and click Apply and OK.

Enable Controlled Folder Access Using Group Policy

Once you have configured controlled folder access, there are 2 more policy settings. Configure Allowed applications and Configure Protected folders.

Configure Allowed Applications

By enabling configure allowed applications policy setting, the applications added to the list will be marked as trusted by controlled folder access.

To enable the policy setting, click Enabled and to add the list of apps click Show button. A window pops up where you can enter the app path in value name field. Enter 0 as value for all the applications that you add to the list.

Enable Controlled Folder Access Using Group Policy
Configure Allowed Applications

Launch the PowerShell and type the command “get-mppreference“. In the output, take a look at allowed apps next to ControlledFolderAcessAllowedApplications.

Enable Controlled Folder Access Using Group Policy
get-mppreference PowerShell command

Configure Protected Folders

The policy setting allows admins to configure protected folders. Untrusted applications cannot modify/delete folders added to list of protected folders. Double click the policy setting “Configure Protected Folders”. Click Enabled and to add the folders click Show. In the new window, add the folder path under value name and set the value to 0. Click Apply and OK.

Enable Controlled Folder Access Using Group Policy
Configure Protected Folders

Launch PowerShell and type the command get-mppreference. Look for value ControlledFolderAccessProtectedFolders to see folders that you just added.

get-mppreference
Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
5 Comments