Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It worked for me. Thank you..If you use the policy, Edge has to obey!
Code:reg add "HKLM\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" /t REG_DWORD /d "0" /f reg add "HKLM\Software\Policies\Microsoft\Edge" /v "SearchInSidebarEnabled" /t REG_DWORD /d "2" /f reg add "HKLM\Software\Policies\Microsoft\Edge" /v "StandaloneHubsSidebarEnabled" /t REG_DWORD /d "0" /f
If you use the policy, Edge has to obey!
Code:reg add "HKLM\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" /t REG_DWORD /d "0" /f reg add "HKLM\Software\Policies\Microsoft\Edge" /v "SearchInSidebarEnabled" /t REG_DWORD /d "2" /f reg add "HKLM\Software\Policies\Microsoft\Edge" /v "StandaloneHubsSidebarEnabled" /t REG_DWORD /d "0" /f
Works great.
Just one question:
If i eventually want to revert the command, its possible to do?
Thanks a lot!
reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled"
reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "SearchInSidebarEnabled"
reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "StandaloneHubsSidebarEnabled"
Code:reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "SearchInSidebarEnabled" reg delete "HKLM\Software\Policies\Microsoft\Edge" /v "StandaloneHubsSidebarEnabled"
Each entry will prompt you for a confirmation.
You will need to restart your browser and the sidebar will be there again.
Thank you very much! It worked perfectly.If you use the policy, Edge has to obey!![]()
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --disable-features=msGenericIconSidebarButton