From c671799877e256348da5fc8f70fa2f28c0d5f021 Mon Sep 17 00:00:00 2001 From: Olai Date: Sun, 9 Oct 2022 04:22:21 +0200 Subject: [PATCH] title --- Fix Windows 11.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix Windows 11.ps1 b/Fix Windows 11.ps1 index 26acf52..d4851f5 100644 --- a/Fix Windows 11.ps1 +++ b/Fix Windows 11.ps1 @@ -6,7 +6,7 @@ if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]: [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [void] [System.Reflection.Assembly]::LoadWithPartialName("PresentationFramework") - +$host.ui.RawUI.WindowTitle = “Fix Windows 11 Powershell” Clear-Host #powershell.exe -WindowStyle Hidden -file > $null