Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to hide/uninstall "News and interests" #184

Closed
3 of 4 tasks
pm4rcin opened this issue May 28, 2021 · 1 comment
Closed
3 of 4 tasks

Ability to hide/uninstall "News and interests" #184

pm4rcin opened this issue May 28, 2021 · 1 comment

Comments

@pm4rcin
Copy link

pm4rcin commented May 28, 2021

Prerequisites

  • Make sure you are able to repro it on the latest released version;
  • Verify that this is not a Windows issue;
  • Refer to the Before running.
  • Refer to the How to use.

Steps to reproduce

Hover right mouse button on weather/news icon to see it.

Screenshots
Przechwycenie obrazu ekranu_2021-05-26_10-00-44

Environment data

PS C:\Windows\system32> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.19041.1023
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1023
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Additional context
I think it's probably not possible to uninstall it but I'm not sure. What I know is that you can turn it off with clicking Right mouse button on taskbar and on the "News and interests" there's option to disable that.

@farag2
Copy link
Owner

farag2 commented May 28, 2021

You're faster than me. I'm going to add it in the 5.10.6 release this weekend. :) The code is very simple

#Disable
New-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Feeds -Name ShellFeedsTaskbarViewMode -PropertyType DWord -Value 2 -Force

# Restart

The full function will turn the News off instantly, without restarting.

@farag2 farag2 closed this as completed Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants