How to restrict file explorer opening

Grez_OVA 1 Reputation point
2022-04-18T14:03:02.98+00:00

Hi I am currently preparing tablets for my company and they want me to configure them so employees can't open file explorer at all and if the user finds a way to open the file explorer the app would automatically close is there a Group Policy that does it ?

tablets would work on w10

something like this
193904-a5495aed-f58e-48fb-8cd7-e44475e1dd15.jpeg

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Michael Taylor 60,326 Reputation points
    2022-04-18T14:37:25.897+00:00

    That's an interesting challenge because what you call File Explorer is also the Windows Shell. Disabling it would prevent the Shell from loading I would wager. Having said that there are a couple of options to limit the processes that can run on a machine.

    The most obvious solution is to use Kiosk mode. This would allow only the one app (or on Windows 10 you can do several) you specify to run. This is most useful in kiosk apps but would be limiting if these machines were being given to employees to do work.

    The second option is to use GPO to limit the applications that can run. This is the most common approach and allows you to specify the program(s) that users can run. But I've never tried to prevent Explorer from running because, again, it is also the Shell.

    I'm not sure why you are concerned about limiting users' access to the file system but I would personally just use NTFS permissions to prevent access for security reasons and then configure the allowed list of apps (using GPO) and also the startup app (another GPO) so users don't normally work with Explorer. However if they do access it (say via the Open/Save dialogs) then NTFS would limit what they could do.

    0 comments No comments

  2. Kapil Arya 8,456 Reputation points MVP Volunteer Moderator
    2022-04-19T11:10:29.51+00:00

    AFAIK, there is no such GPO to block File Explorer.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.