AWDDAWSDASDSA

This commit is contained in:
Olai Vike Bøe 2022-10-30 02:26:00 +02:00
parent aaf8a1930f
commit eeb0fd47db

View file

@ -453,24 +453,20 @@ function RadButton3 {
}
function Remweather {
if ($checkbox22.Checked)
function Remweather(){
if ($checkBox22.Checked)
{
Set-ItemProperty -path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds" -Name "ShellFeedsTaskbarViewMode" -Value 2
Stop-Process -n explorer
c:\windows\explorer.exe
}
else
{
{
Set-ItemProperty -path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds" -Name "ShellFeedsTaskbarViewMode" -Value 0
Stop-Process -n explorer
c:\windows\explorer.exe
}
}
}