function Upgrade-All { winget upgrade --all } Set-Alias -Name Syu -Value Upgrade-All function touch($file) { "" | Out-File $file -Encoding ASCII }