#Requires -RunAsAdministrator
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds" -Name ShellFeedsTaskbarViewMode -Value 2 -PassThru -Force
timeout 15
Restart-Computer -Force
#Requires -RunAsAdministrator
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds" -Name ShellFeedsTaskbarViewMode -Value 2 -PassThru -Force
timeout 15
Restart-Computer -Force