Skip to content

Commit

Permalink
Update Other.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Sep 30, 2024
1 parent daabf98 commit b8bcdb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Other.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1252,3 +1252,7 @@ if (-not ("WinAPI.Winbrand" -as [type]))
Add-Type @Signature
}
[WinAPI.Winbrand]::BrandingFormatString("%WINDOWS_LONG%")

# Invoke argument explicitly
$EscapeParser = "--%"
& "$env:SystemRoot\system32\reg.exe" $EscapeParser ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v TaskbarDa /t REG_DWORD /d 0 /f

0 comments on commit b8bcdb1

Please sign in to comment.