From f351270ab42bf706443048ec9009d4366d3c332a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 9 May 2024 12:33:38 -0700 Subject: [PATCH] added winutil command --- pwsh/Microsoft.PowerShell_profile.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index e4a3e82..7d605bd 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -229,6 +229,11 @@ Invoke-WebRequest -Uri 'https://github.com/Vencord/Installer/releases/latest/dow Remove-Item VencordInstallerCli.exe } +# CTT Win Util +function winutil { +sudo "irm https://christitus.com/win | iex" +} + # Enhanced PowerShell Experience Set-PSReadLineOption -Colors @{ Command = 'Yellow'