Skip to content

Minimize / Maximize no animation #4851

Description

@ChrisTitusTech

I have read the known issues

  • Yes, I did

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:

$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

List the tweaks you applied before the issue occurred.

No response

Paste the full error output (if available) or Screenshot or Video.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions