Skip to content

Commit

Permalink
fix(news & interests): kill explorer first
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 29, 2023
1 parent 9db7e99 commit 0ba1130
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: Disable News and Interests
description: Disables News and Interests on the taskbar for privacy (lots of third party connections) and QoL
privilege: TrustedInstaller
actions:
- !taskKill: {name: 'explorer'}
- !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds'
value: 'ShellFeedsTaskbarViewMode'
data: '2'
type: REG_DWORD
- !run: {exe: 'explorer.exe', runas: 'currentUser', wait: false}
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds'
value: 'EnableFeeds'
Expand Down

0 comments on commit 0ba1130

Please sign in to comment.