Forum Discussion

Linkang's avatar
Linkang
Copper Contributor
Nov 24, 2021
Solved

How to hide the Menu Bar at Left side

Hi All,   I want to hide below Bar from my SharePoint, how to do it?  
  • Pol_Van_Dingenen's avatar
    Nov 24, 2021

    LinkangThe SharePoint app bar can be temporarily disabled between today and when it becomes available to all customers to give customers more time to prepare for this change. Temporarily disabling the app bar will delay the rollout of this feature in your organization until March 31, 2022.

     

    Temporarily disable the SharePoint app bar

    1. https://go.microsoft.com/fwlink/p/?LinkId=255251.
    2. Connect to SharePoint as a https://docs.microsoft.com/en-us/sharepoint/sharepoint-admin-role in Microsoft 365. To learn how, see https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online.

    3. Run the following command:

      PowerShell
      Set-SPOTemporarilyDisableAppBar $true
      
    4. If you need to confirm if the app bar has been disabled or enabled, check the app bar status by running the following command:

      PowerShell
      Get-SPOTemporarilyDisableAppBar

Resources