"View in File Explorer " is not opening in windows 10

john john Pter 1,015 Reputation points
2023-12-15T12:44:55.89+00:00

I have windows 10 with latest updates and SharePoint online tenant. now I run this command to enable "View in File Explorer" for the document libraries:-

PS C:\WINDOWS\system32> Connect-SPOService -Url "https://****-admin.sharepoint.com" PS C:\WINDOWS\system32> Set-SPOTenant -ViewInFileExplorerEnabled $True

then  inside my machine, i set this inside the registry :-

thumbnail image 1 of blog post titled

I restarted my PC, then when i login to SharePoint, i got this option :-

thumbnail image 2 of blog post titled

but when i click on it nothing will happen. any advice?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,075 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,229 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,613 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 51,806 Reputation points Microsoft External Staff
    2023-12-18T09:48:29.68+00:00

    Please follow below steps to enable "View in File Explorer" feature in the Edge.

    1.Ensure that Windows instances are joined to a Microsoft Active Directory domain, Windows 10 Pro, or Enterprise instances that are enrolled for device management.

    2.Enable the ConfigureViewInFileExplorer policy for Microsoft Edge that allows URLs with the viewinfileexplorer: scheme to open WebDAV URLs in Windows File Explorer.

    (1)Download the Microsoft Edge administrative template at Download and deploy Microsoft Edge for business.

    1

    (2)Open the downloaded folder -> windows -> adm -> en-US -> copy the msedge.adm file to the desktop.

    2

    (3)Open the Group policy editor -> Computer Configuration -> Administrative Templates -> Right click -> Add template -> Add the msedge.adm file in the desktop.

    3

    (4)In the Group policy editor -> Open the Microsooft Edge -> Find the Configure the view in File Explorer feature for SharePoint Pages in Microsoft Edges policy.4

    (5)Enable the policy and add this Group Policy value: [{"cookies": ["rtFa", "FedAuth"], "domain": "tenant.sharepoint.com"}]

    Note: Change the value with your tenant name.5

    (6)Open the Windows PowerShell, run GPUpdate.exe /force.

    3.Close the Edge then re-open it, go to the SharePoint online document library, then View in file explorer.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


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.