+5 votes
123 views
Remove the chat icon from the taskbar in Windows 11

in Guides by (551k points)
reopened | 123 views

1 Answer

+3 votes
Best answer

Delete chat from taskbar in Windows 11
How to hide the chat slider in Windows 11
Enable chat and slider button
How to hide the widget slider

One of those new icons that we are going to find in the Windows 11 taskbar is the chat and it is not too complicated to eliminate , for those who bother them. It's even feasible to remove the slider from it. We are going to show you how below..

Delete chat from taskbar in Windows 11

In order to remove the chat from the taskbar in Windows 11 we will have to log in with an administrator account.

  • We will click on the start button and then we will write "CMD". We will select the option on the right "Run as administrator".
  • Now we are going to have to copy and paste the following code in the window that opens:

> nul 2> & 1 REG ADD "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced" / f / v TaskbarMn / t REG_DWORD / d 0

  • Once we have pasted the code we press "Enter".

In this simple way we have hidden the view button on the taskbar, it will be deactivated and will not disturb..

How to hide the chat slider in Windows 11

With the command window open (as we did in the previous step) we will have to copy and paste the following code:

> nul 2> & 1 REG ADD "HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ Windows Chat" / f / v ChatIcon / t REG_DWORD / d 3

This way we can say goodbye to the chat slider, it will no longer be a hassle.

Enable chat and slider button

In case we want to get the slider back, then what we will have to do is change the value at the end of the command from 0 to 1 and from 3 to 2, respectively..

How to hide the widget slider

In order to do this, we will have to run the command prompt (CMD) window again as we mentioned a little above. Next, we will have to copy and paste each of these codes, then press "Enter". It is very important that you do it one at a time.

> nul 2> & 1 REG ADD "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced" / f / v TaskbarDa / t REG_DWORD / d 0

> nul 2> & 1 REG ADD "HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Dsh" / f / v AllowNewsAndInterests / t REG_DWORD / d 0

> nul 2> & 1 REG ADD "HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ Windows Feeds" / f / v EnableFeeds / t REG_DWORD / d 0

> nul powershell -noprofile -executionpolicy bypass -command «Get-AppxPackage -Name * WebExperience * | Foreach {Remove-AppxPackage $ _. PackageFullName} »

> nul powershell -noprofile -executionpolicy bypass -command «Get-ProvisionedAppxPackage -Online | Where-Object {$ _. PackageName -match 'WebExperience'} | ForEach-Object {Remove-ProvisionedAppxPackage -Online -PackageName $ _. PackageName} »

In this way we have already managed to hide the widget slider from the Windows 11 taskbar.



by (3.5m points)

Related questions

+4 votes
1 answer
+5 votes
1 answer
asked Jun 22, 2019 in Windows 10 by backtothefuture (551k points) | 273 views
+4 votes
1 answer
asked Nov 21, 2021 in Guides by backtothefuture (551k points) | 113 views
+5 votes
1 answer
+4 votes
1 answer
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users