Chromium Edge
3 TopicsHaving issues getting Chromium Edge to accept policy changes
I'm running onto some issues trying to change a few settings on a new Chromium Edge install using policy edits through the registry. These computers are not domain managed, so the only method available for me to do this is by using a powershell script to edit the registry files to get these settings changed. I'm trying to set the browser to restore 2 pages each time it starts up, everything I have found indicates that the settings should be set in the HKCU:\Software\Policies\Microsoft\Edge I have the registry files set so they write the settings that I believe should be correct, but after setting them and opening edge the policies don't seem to apply. The script I'm using for the registry edits is attached below. #Disable Edge "First Run" #Create registry key "HideFirstRunExperience" new-item –Path "HKCU:\SOFTWARE\Policies\Microsoft\" –Name "Edge" New-ItemProperty -Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge" -Name "HideFirstRunExperience" -Value ”1” -PropertyType "DWORD" #Set multiple pages to open on startup #Set restore on startup New-ItemProperty -Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge" -Name "RestoreOnStartup" -Value ”0x00000004” -PropertyType "DWORD" -Force #Create "Recommended" and "Mandatory" new-item –Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge" –Name "Recommended" new-item –Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge" –Name "Mandatory" new-item –Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge\Mandatory" –Name "RestoreOnStartupURLs" #G2A FastSupport New-ItemProperty -Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge\Mandatory\RestoreOnStartupURLs" -Name "1" -Value ”www.fastsupport.com” -PropertyType "String" #Password Self Serve New-ItemProperty -Path "HKCU:\SOFTWARE\Policies\Microsoft\Edge\Mandatory\RestoreOnStartupURLs" -Name "2" -Value ”https://https://passwordreset.microsoftonline.com/” -PropertyType "String" I'm extremely new to this sort of thing, and especially using powershell, so It very well may be something I'm overlooking, but If anybody can provide assistance I'd appreciate it.1.1KViews0likes0CommentsChromium Edge Dev - View in File Explorer
We use Office 365 for all staff - when there is a large document library we recommend that users click on the Documents menu and select the option to View in File Explorer. This option was not available in the original Edge browser, it exists in IE. This is one of the main reasons we force staff to use of IE. We have tried Google Chrome and Firefox, neither support this command. Will this functionality be brought to Chromium Edge? IE is becoming irrelevant and the Windows 10 Edge browser lacks the functionality we need. This seems to be a fundamental function omitted in the new version of Edge. With the use of Office 365 and SharePoint online, now more than ever we need these tools to integrate tighter with Windows. Thanks Scott9.4KViews9likes12CommentsWindows 10 Share Feature
Where can I find the Windows 10 Share Feature that's now part of the Edge Chromium browser? I'm looking in the Settings and More... section of both the Developer and Canary builds and I just don't see it. Additionally, why would it be in the Settings and More... section as opposed to beside the address bar?Solved1.8KViews0likes5Comments