Hello,
You can use Group Policy to hide the "Work Folders" folder from users in the Windows Explorer folder tree. To do this, you will need to create a new Group Policy object (GPO) and link it to the organizational unit (OU) that contains the user accounts that you want to apply the policy to.
To create the GPO:
- Open the Group Policy Management Console.
- Right-click the OU that contains the user accounts, and then select "Create a GPO in this domain, and Link it here."
- In the "New GPO" dialog box, enter a name for the GPO and click "OK."
To hide the "Work Folders" folder:
- In the Group Policy Management Console, right-click the GPO that you created and select "Edit."
- In the Group Policy Management Editor, navigate to the following location:
Computer Configuration > Preferences > Windows Settings > Folder Redirection
In the right pane, right-click and select "New > Folder."
In the "Folder Properties" dialog box, enter the following settings:
Target folder location: "Redirect to the local userprofile location"
Target folder: "Work Folders"
Redirection options: "Basic - Redirect everyone's folder to the same location"
Click "OK" to save the changes.
This will redirect the "Work Folders" folder to the local user profile location for all users, which will cause the folder to be hidden in the Windows Explorer folder tree.
I hope this help with your case.
Good luck!