From 41e06267cc6bdf00fe04c333193b04ebf0b607c9 Mon Sep 17 00:00:00 2001 From: DeveloperDurp <74198206+DeveloperDurp@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:25:30 -0500 Subject: [PATCH] Update KeyPresser.ps1 --- KeyPresser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyPresser.ps1 b/KeyPresser.ps1 index 22cb634..b523608 100644 --- a/KeyPresser.ps1 +++ b/KeyPresser.ps1 @@ -8,7 +8,7 @@ Add-Type -AssemblyName PresentationFramework - Hide Console Window + #Hide Console Window Add-Type -Name Window -Namespace Console -MemberDefinition ' [DllImport("Kernel32.dll")] public static extern IntPtr GetConsoleWindow();