Files
2026-06-03 17:30:13 +02:00

13 lines
584 B
PowerShell

# get winhance
irm "https://get.winhance.net" | iex
# get chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
& ([scriptblock]::Create((iwr 'https://to.loredo.me/Install-NerdFont.ps1')))
winget install Microsoft.Coreutils
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarSi" -Type DWORD -Value 0