Edge-Enterprise icon indicating copy to clipboard operation
Edge-Enterprise copied to clipboard

Please document, that it might be neccessary to delete the edgeprofile in localappdata

Open TSlivede opened this issue 3 years ago • 0 comments

As mentioned here, it might be necessary to delete the edge profile from the local appdata folder (if the profile is currently not listed as domain\user but as user@domain).

To do this for all users type

dir "c:\users\*\appdata\local\microsoft\edge\user data"|Remove-Item -recurse

in an elevated posershell console.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

TSlivede avatar Mar 02 '21 18:03 TSlivede