This repository is under review for potential modification in compliance with Administration directives.
We use cookies and other tools to enhance your experience on our website and to analyze our web traffic.
For more information about these cookies and the data collected, please refer to our Privacy Policy.

Windows Virtual Desktop Helper [updated] Link

Windows Virtual Desktop Helper [updated] Link

The system tray does not show your active desktop number.

Install the VirtualDesktop PowerShell module and trigger functions via AutoHotkey or your launcher. windows virtual desktop helper

# Create new desktop and move current window to it $new = New-Desktop Move-Window -Window (Get-ActiveWindow) -Destination $new Switch-Desktop $new The system tray does not show your active desktop number

; Create new desktop #n::VirtualDesktop.CreateDesktop() Create new desktop #n::VirtualDesktop.CreateDesktop()