Giter Site home page Giter Site logo

windowsvirtualdesktophelper's Introduction

Windows Virtual Desktop Helper

Simple and lightweight app to help with Virtual Desktops for Windows 10 and Windows 11.

Screenshot

Download v1.16 Setup (.msi) | Download v1.16 Executable (.zip)

Windows comes builtin with virtual desktops, however some important features are missing, such as displaying which desktop you are on when switching. Windows Virtual Desktop Helper helps fix some of these missing features.

Keywords: Virtual Desktop indicator, Virtual Desktop name, Virtual Desktop number

Note: Currently Windows Virtual Desktop Helper is not code-signed, and may be reported as untrusted by Windows Defender or other anti-virus applications. Typically, after enough users download, install, and report the software as okay/safe, this warning will go away.

Features

  • Show desktop number in notification area
  • Show desktop name when switching desktops
  • Show prev/next desktop by clicking icons in notification area
  • Show desktop initial in notification area
  • Jump to desktop using hot keys
  • Autostart with Windows
  • Simple and lightweight
  • Configurable
  • Free

Settings

Installation

Requirements

Windows Virtual Desktop Helper needs the Microsoft .NET Framework 4.7 or higher in order to run. Most likely you already have this installed, otherwise you can get it from dotnet.microsoft.com

Setup

You can install Windows Virtual Desktop Helper to your system using the setup program.

Download WindowsVirtualDesktopHelper Setup v1.16.msi

Note: Currently Windows Virtual Desktop Helper is not code-signed, and may be reported as malware by Windows Defender or other anti-virus applications. Typically, after enough users download, install, and report the software as okay/safe, this malware warning will go away. If you prefer to avoid some of these issues, use the Zip version of the executable instead.

Executable

You can just run the executable file WindowsVirtualDesktopHelper.exe to use Windows Virtual Desktop Helper.

Download WindowsVirtualDesktopHelper Executable v1.16.zip

Scoop

A command-line installer for Windows

https://scoop.sh/

scoop bucket add extras

scoop install windows-virtualdesktop-helper

Thanks

Many thanks for the original API work done by MScholtes and contributions by Flaflo.

Thanks to the following contributors:

Donate

Do you like Windows Virtual Desktop Helper?

Donate via PayPal

Compatibility

Currently this app is compatible with Windows 10 and Windows 11. Microsoft is constantly changing their API for the Virtual Desktops, so it appears not all builds of Windows are fully working yet.

The following builds have been confirmed as working:

  • Windows 10
    • 21H2 19044
  • Windows 11
    • 21H2 22000
    • 22H2 22621
    • 22H2 25158-25267
    • 25314 (experimental)

The following builds have been cofnirmed as NOT working:

  • na

The following versions are not supported:

  • Windows 7
  • Windows 8
  • Windows Server

If you know of a working version or non-working version, please report it.

Roadmap

While the goal of this app is to remain simple and lightweight, there are some features that will still be added:

  • Settings: more configuration options
  • Console-Mode: allow a console-mode which can be used by scripts

Changelog

See CHANGELOG.md

Frequently Asked Questions

Help! This App doesn't work on my version of Windows 11

Microsoft is constantly changing the Windows APIs for managing virtual desktops - thus usually with each new version we have to write a new API wrapper to interface with Windows. This takes time, and sometimes is not easy to integrate with. Don't expect immediate support for un-released versions of Windows (like Insider).

Where is the icon showing the screen number?

Windows automatically organizes the notification area icons, and places new ones in the icons menu under the ^ chevron. You can drag the screen number into the main icon area from there to have it always showing.

Why are the prev/next screen icons in the wrong order?

Windows automatically organizes and orders the notification area icons. You can drag prev/next screen icons to organize them accordingly.

Why is this app is being reported by Windows Defender as untrusted?

Currently Windows Virtual Desktop Helper is not code-signed, and thus may be reported as untrusted. With USD 70 donations per year, the app will be signed.

Why is this app is being reported by Windows Defender as malware?

Currently Windows Virtual Desktop Helper is not code-signed, and due to its installation option for installing to autostart, may be flagged as malware. Typically, after enough users download, install, and report the software as okay/safe, this malware warning will go away. With USD 70 donations per year, the app will be signed.

Why is the app based on the older .NET 4.7?

The idea is to make the app as easy and lightweight to run as possible. Most systems have some version of .NET installed, thus we use a low version to cover as many users as possible.

How it works

This program works by using some unofficial/undocumented Windows APIs which Windows uses internally to manage the desktop. The unofficial nature of these APIs is very unfortunate, because it means that each time Windows 11 makes an update, we have to reverse engineer the APIs and their undocumented COM CLSIDs - which is tedius and wastes a lot of time.

This is why the maintainers are reluctant to add too many other features, because its enough of a task to keep up with all the Windows updates for the basic features.

The Hunt for CLSIDs

TODO

Your help is wanted!

TODO

windowsvirtualdesktophelper's People

Contributors

dankrusi avatar gideonstar-git avatar michael-zp avatar star0202 avatar y2nd66 avatar yossdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

windowsvirtualdesktophelper's Issues

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
場所 WindowsVirtualDesktopHelper.App..ctor()
場所 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22631
Windows Release: 2009
Windows Product: Windows 10 Pro for Workstations
Windows Version: 23H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22631
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

After upgrade of windows 11 I got following error:

I am connected to Windows Insider Programme in Dev channel.


LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
   at WindowsVirtualDesktopHelper.App..ctor()
   at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 23466
Windows Release: 2009
Windows Product: Windows 10 Pro
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 23466
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Display Full Desktop Name on Screen

I have a multiple large monitors and rarely maximize windows so there are almost always areas of the screen background visible, It would be very nice if the full desktop name could appear over the screen background of the primary display with options to locate it in one of the 4 corners. I recently started using the taskbar hide mode so to see the desktop initial, I have to mouse to the bottom or hit the Win key to see it.

Error: LoadVDDisplayInfo: could not get current display number: GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.

LoadVDDisplayInfo: could not get current display number: GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.
at WindowsVirtualDesktopHelper.App.GetVDDisplayNumber(Boolean throwException)
at WindowsVirtualDesktopHelper.App.LoadVDDisplayInfo()

Windows Build: 22000
Windows Virtual Desktop Helper Version: 1.6.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_21H2

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
場所 WindowsVirtualDesktopHelper.App..ctor()
場所 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22631
Windows Release: 2009
Windows Product: Windows 10 Pro for Workstations
Windows Version: 23H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22631
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22631
Windows Release: 2009
Windows Product: Windows 10 Pro
Windows Version: 23H2
Windows Virtual Desktop Helper Version: 1.8.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22631
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

FR: feature suggestion launch "task view" screen upon clicking the number in the tray

So I've tried a LOT of "autohotkey" based virtual desktop apps for Windows 10 and I really like how clean and simple your's is. The only thing that I think could really improve it is the ability to launch the "task view" so you don't have to use the default taskbar buttons AT ALL. So in other words, I think if you could add the ability to launcher the "task view" screen upon clicking the number in the tray that would be amazing. That way it would be a complete and streamlined solution for accessing the "virtual desktops" of Windows 10.

Windows Installer Update not possible

I have just downloaded the newest version to update, but I get this error if I want to update it:
image

It means "Another version of this product is already installed... You need to uninstall the product first".

Is there no update feature? Do I need to uninstall always before?

Error: LoadImplementationWithFallback: no implementation loaded successfully

Issue launching WindowsVirtualDesktopHelper on latest Windows 11 Insider (Dev channel).

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 23506
Windows Release: 2009
Windows Product: Windows 10 Pro
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_Insider

Log:
GetImplementationForOS: Windows Build Version: 23506
GetImplementationForOS: Detected Windows 11 Insider due to build >= 23403
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

FR: Adding Font Options

This is great little program, exactly what I needed. Only thing that is missing is option to set font, font-face and size of the number in the taskbar. It would be great if you can add that option xD

Virustotal found some viruses

Hi. I want to try this app. But before, I checked it on Virustotal.com.
It says there some viruses. I hope it is a mistake, and you can fix it.
image

FR: Very short duration option

Possible to add fourth option that's x2 faster of what the short duration switching overlay is? To where it just pops up and poofs.

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
bei WindowsVirtualDesktopHelper.App..ctor()
bei WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22621
Windows Release: 2009
Windows Product: Windows 10 Pro for Workstations
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22621
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

FR: installation via winget (or similar)

Hey there!

Nice little software :) would it be possible to distribute it via the windows package manager winget?

Similar software would be Chocolatey (choco)

Error: IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。

IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。
在 WindowsVirtualDesktopHelper.Util.OS.IsSystemLightThemeModeEnabled()
在 WindowsVirtualDesktopHelper.App.GetSystemThemeName()
在 WindowsVirtualDesktopHelper.App..ctor()
在 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 14393
Windows Release: 1607
Windows Product: Windows 10 Enterprise 2016 LTSB
Windows Version:
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

Log:
GetImplementationForOS: Windows Build Version: 14393
GetImplementationForOS: Fallback to Windows 10 (fallback)
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: success!

The color of icons don't change when the theme of windows changes.

I love this software. It really helps me a lot. Thank you very much. But the color of icons don't change when the theme of windows changes. I use "auto dark mode" to switch windows theme automatically, so I can use light mode in daytime and use dark mode in night. However, your software doesn't change the color of icons, so I must exit software and reopen it to make sure it displays in right color. I would be appreciate if you can solve this problem.
Your friends from China.😊

Windows 11 Crash on Start

I was just looking for something like this.
Sadly, It crashes on start. Not sure how I can help you debug this. Win 11 22H2

image

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10
konum: WindowsVirtualDesktopHelper.App..ctor()
konum: WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 25915
Windows Release: 2009
Windows Product: Windows 10 Enterprise
Windows Version: 23H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_Insider

Log:
GetImplementationForOS: Windows Build Version: 25915
GetImplementationForOS: Detected Windows 11 Insider due to build >= 25158-5267
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Cleanup

Hello Dan,
I liked this app, but I have some problems with reliability. OSD did not show after few hours of testing and I have noticed app hangs (Application or service 'Windows Virtual Desktop Helper' could not be shut down.). But after some days explorer has begun crash every day, especially when I click on the taskview switcher icon:

Faulting application name: Explorer.EXE, version: 10.0.22621.1344, time stamp: 0x7e4082a9
Faulting module name: WindowsInternal.ComposableShell.Experiences.Switcher.dll, version: 10.0.22621.1344, time stamp: 0x9a51a0de
Exception code: 0xc0000005
Fault offset: 0x0000000000050dbf
Faulting process id: 0x0x286C
Faulting application start time: 0x0x1D970F67567800D
Faulting application path: C:\WINDOWS\Explorer.EXE
Faulting module path: C:\Windows\ShellComponents\WindowsInternal.ComposableShell.Experiences.Switcher.dll
Report Id: bc14d9eb-b74a-4298-9a4c-0f57d612da30


The shell stopped unexpectedly and explorer.exe was restarted.


Fault bucket 1952542367184157302, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Explorer.EXE
P2: 10.0.22621.1344
P3: 7e4082a9
P4: WindowsInternal.ComposableShell.Experiences.Switcher.dll
P5: 10.0.22621.1344
P6: 9a51a0de
P7: c0000005
P8: 0000000000050dbf
P9:
P10:

Attached files:
\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.7d32e2ed-9923-4af4-a21e-87d8fb09adba.tmp.WERInternalMetadata.xml

These files may be available here:
\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Explorer.EXE_28527a65dd710d361e5955328a15cbcd560a8c8_90e6c4f8_c73c4169-eb33-4a6c-96ae-a122eb874d7d

Analysis symbol:
Rechecking for solution: 0
Report Id: 820821ef-7bcc-4442-aa18-60706209872b
Report Status: 268435456
Hashed bucket: 4f3261b07741539fab18d2f01ce97a76
Cab Guid: 0

Does have anybody same problem and solution?
How can I ensure that helper was fully uninstalled?

Thank you,
Jiri

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
場所 WindowsVirtualDesktopHelper.App..ctor()
場所 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22621
Windows Release: 2009
Windows Product: Windows 10 Home
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22621
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

I don't immediately know the name of the desktop.

Hello, I am new to commenting on github.
I'm a Japanese Windows user.
(Sorry, this English sentence is Google translation from Japanese)

I read the introductory article on this page and started using "Virtual Desktop Helper".

https://forest.watch.impress.co.jp/docs/review/1476689.html

Please consider the following as one of your opinions.

When I wake the computer from sleep and try to resume work, I don't immediately know the name of the desktop.
The current version shows a number in the taskbar,

fig3

but I'd like to see the name of the virtual desktop displayed somewhere if possible.
(Sorry if this was already planned.)
thank you.

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 23521
Windows Release: 2009
Windows Product: Windows 10 Home Single Language
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 23521
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Numbering Proposal

Hi. In case the user wants to have more than 9 desktops (for scripting etc) it would be good to add not just a "+" sign, but letters of English alphabet for example. Icon would be the same width, but it will increase the number of desktops significantly. Thanks

Remembering Settings

Hi,
I love the helper.
In my case, settings are not remembered after system restart.
Windows 10 Pro, 10.0.19045 Build 19045
Version 1.9
my set
after res
Thanks!

Error: IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。

IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。
在 WindowsVirtualDesktopHelper.Util.OS.IsSystemLightThemeModeEnabled()
在 WindowsVirtualDesktopHelper.App.GetSystemThemeName()
在 WindowsVirtualDesktopHelper.App..ctor()
在 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 14393
Windows Release: 1607
Windows Product: Windows 10 Enterprise 2016 LTSB
Windows Version:
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

Log:
GetImplementationForOS: Windows Build Version: 14393
GetImplementationForOS: Fallback to Windows 10 (fallback)
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: success!

FR: switch desktop with WIN+CTRL+Mouse Wheel

Can we have a new functionality that allows, through the typing of Win+Ctrl+mouse wheel, change the virtual desktop used?
It would really be an excellent feature that would allow you to change desktop without leaving your hands from the mouse and without having to click in a specific point of the screen.
Thanks for the work done so far, it is excellent and useful

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22631
Windows Release: 2009
Windows Product: Windows 10 Home
Windows Version: 23H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22631
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22621
Windows Release: 2009
Windows Product: Windows 10 Home
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22621
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。

IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。
在 WindowsVirtualDesktopHelper.Util.OS.IsSystemLightThemeModeEnabled()
在 WindowsVirtualDesktopHelper.App.GetSystemThemeName()
在 WindowsVirtualDesktopHelper.App..ctor()
在 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 14393
Windows Release: 1607
Windows Product: Windows 10 Enterprise 2016 LTSB
Windows Version:
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

Log:
GetImplementationForOS: Windows Build Version: 14393
GetImplementationForOS: Fallback to Windows 10 (fallback)
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: success!

BUG: Sometimes the APIs to Windows are no longer reachable by .NET

Windows 10

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
at WindowsVirtualDesktopHelper.VirtualDesktopAPI.Implementation.VirtualDesktopWin10.IVirtualDesktopManagerInternal.GetCurrentDesktop()
at WindowsVirtualDesktopHelper.VirtualDesktopAPI.Implementation.VirtualDesktopWin10.SwitchForward() in C:\Users\dankrusi\Code\WindowsVirtualDesktopHelper\Source\VirtualDesktopAPI\Implementation\VirtualDesktopWin10.cs:line 21
at WindowsVirtualDesktopHelper.SettingsForm.notifyIconNext_Click(Object sender, EventArgs e) in C:\Users\dankrusi\Code\WindowsVirtualDesktopHelper\Source\Forms\SettingsForm.cs:line 234
at System.Windows.Forms.NotifyIcon.OnClick(EventArgs e)
at System.Windows.Forms.NotifyIcon.WmMouseUp(Message& m, MouseButtons button)
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4614.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

WindowsVirtualDesktopHelper
Assembly Version: 1.10.0.0
Win32 Version: 1.10.0.0
CodeBase: file:///C:/Users/dankrusi/Code/WindowsVirtualDesktopHelper/Source/bin/Debug/WindowsVirtualDesktopHelper.exe

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4550.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4605.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Error: IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。

IsDarkThemeMode: could not get dark/light theme setting: 未将对象引用设置到对象的实例。
在 WindowsVirtualDesktopHelper.Util.OS.IsSystemLightThemeModeEnabled()
在 WindowsVirtualDesktopHelper.App.GetSystemThemeName()
在 WindowsVirtualDesktopHelper.App..ctor()
在 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 17763
Windows Release: 1809
Windows Product: Windows 10 Enterprise LTSC 2019
Windows Version:
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

Log:
GetImplementationForOS: Windows Build Version: 17763
GetImplementationForOS: Fallback to Windows 10 (fallback)
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: success!

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 23511
Windows Release: 2009
Windows Product: Windows 10 Home
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_Insider

Log:
GetImplementationForOS: Windows Build Version: 23511
GetImplementationForOS: Detected Windows 11 Insider due to build >= 23403
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: LoadVDDisplayInfo: could not get current display number: GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.

LoadVDDisplayInfo: could not get current display number: GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

GetVDDisplayNumber: could not get current display number: The type initializer for 'DesktopManager' threw an exception.
at WindowsVirtualDesktopHelper.App.GetVDDisplayNumber(Boolean throwException)
at WindowsVirtualDesktopHelper.App.LoadVDDisplayInfo()

Windows Build: 21996
Windows Virtual Desktop Helper Version: 1.6.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

FR: Keyboard shortcuts to directly access specific desktop

Thank you so much for this tool, this is insanely helpful! 💜

Not sure if this is possible, but things that would make this even better:

  • Keyboard shortcuts to directly jump to a specific virtual desktop
  • Keyboard shortcut to send the current window to a specific virtual desktop

Best regards!

FR: Delay before UI appearing?

It seems like there is a delay before the UI appears after switching desktop. I would prefer it it were visible as soon as I hit the shortcut like on linux, but I suspect there may be some limitation or interaction with the switching animation that made this necessary. If that's the case, I think we should still offer the option for users who disabled the animation!

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2,VirtualDesktopWin10
at WindowsVirtualDesktopHelper.App..ctor()
at WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 25267
Windows Release: 2009
Windows Product: Windows 10 Home
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.7.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 25267
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin10,VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin10,VirtualDesktopWin11_Insider,VirtualDesktopWin11_22H2,VirtualDesktopWin11_21H2
在 WindowsVirtualDesktopHelper.App..ctor()
在 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 7601
Windows Release: Error getting build version: 值不能为 null。
参数名: String
Windows Product: Windows 7 Ultimate
Windows Version:
Windows Virtual Desktop Helper Version: 1.10.0.0
Virtual Desktop Implementation: VirtualDesktopWin10

Log:
GetImplementationForOS: Windows Build Version: 7601
GetImplementationForOS: Fallback to Windows 10 (fallback)
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWit

Error: LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10

LoadImplementationWithFallback: no implementation loaded successfully, tried: VirtualDesktopWin11_22H2,VirtualDesktopWin11_Insider,VirtualDesktopWin11_21H2,VirtualDesktopWin10
場所 WindowsVirtualDesktopHelper.App..ctor()
場所 WindowsVirtualDesktopHelper.Program.Main(String[] args)

Windows Build: 22621
Windows Release: 2009
Windows Product: Windows 10 Pro
Windows Version: 22H2
Windows Virtual Desktop Helper Version: 1.11.0.0
Virtual Desktop Implementation: VirtualDesktopWin11_22H2

Log:
GetImplementationForOS: Windows Build Version: 22621
GetImplementationForOS: Detected Windows 11 22H2 due to build >= 22621
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_22H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_22H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_22H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_Insider
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_Insider...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_Insider
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin11_21H2
LoadImplementation: Loading VDImplementation: VirtualDesktopWin11_21H2...
LoadImplementationWithFallback: failed to load VirtualDesktopWin11_21H2
LoadImplementationWithFallback: trying to load implementation VirtualDesktopWin10
LoadImplementation: Loading VDImplementation: VirtualDesktopWin10...
LoadImplementationWithFallback: failed to load VirtualDesktopWin10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.