| 494 | |
| 495 | |
| 496 | == Disable Edge Sidebar == |
| 497 | {{{ |
| 498 | Close down Edge completely. |
| 499 | Press Windows key + R to open a Run box. |
| 500 | |
| 501 | Type regedit into the box and press Enter to open Registry Editor. Give UAC permission when prompted. |
| 502 | |
| 503 | In the left-hand pane, navigate to |
| 504 | HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge* |
| 505 | |
| 506 | Right-click in the right-hand pane and select New > DWORD |
| 507 | Type '''HubsSidebarEnabled''' to name the new value and press Enter. |
| 508 | Press Enter again to open the Edit box for the new value. |
| 509 | |
| 510 | Type 0 [figure zero] into the Value data box and press Enter to confirm. |
| 511 | |
| 512 | Close Registry Editor, launch Edge and test. |
| 513 | |
| 514 | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge" /v HubsSidebarEnabled /d 1 /t REG_DWORD |
| 515 | |
| 516 | |
| 517 | }}} |