Skip to content

Instantly share code, notes, and snippets.

View jazzdelightsme's full-sized avatar

Dan Thompson jazzdelightsme

View GitHub Profile
Add-Type @"
using System;
using System.Runtime.InteropServices;
public class NativeConsoleMethods
{
[DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
public static extern IntPtr GetStdHandle(int handleId);