MScholtes / VirtualDesktop

C# command line tool to manage virtual desktops in Windows 10
MIT License
571 stars 56 forks source link

/RemoveAll does not respect /Quiet flag #81

Closed R2RT closed 1 month ago

R2RT commented 3 months ago

Current release:

> VirtualDesktop.exe /?
VirtualDesktop.exe                              Markus Scholtes, 2024, v1.17

Without /Quiet:

>VirtualDesktop.exe /RemoveAll /New
Removing all virtual desktops but visible
Creating virtual desktop number 1

With /Quiet:

>VirtualDesktop.exe /Quiet /RemoveAll /New
Removing all virtual desktops but visible

Btw, is there any better way to ensure that exactly two desktops exist with single VirtualDesktop executable call?

PS. Thanks for the project :)

MScholtes commented 2 months ago

Hello @R2RT,

released new version 1.18 of VirtualDesktop today that fixes this issue.

Greetings

Markus