No animation for max/min window movements.
$null = Add-Type -Name Window -Namespace Console -MemberDefinition '
[DllImport("Kernel32.dll")]
public static extern IntPtr GetConsoleWindow();
[DllImport("user32.dll")]
public static extern bool ShowWindow(IntPtr hWnd, Int32 nCmdShow);
'
$consolePtr = [Console.Window]::GetConsoleWindow()
[Console.Window]::ShowWindow($consolePtr, 0) | Out-Null
I have read the known issues
Version of WinUtil
26.07.16
What part of WinUtil are you having issues with?
None
Provide a clear and concise description of the issue.
No animation for max/min window movements.
Example code:
List the tweaks you applied before the issue occurred.
No response
Paste the full error output (if available) or Screenshot or Video.
No response