Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
67 views

How to upgrade from Windows 10 to 11 without impacting users: We use Windows 10 Multi-Session We don’t use FSXProfiles (profile redirection) - all user profiles are being stored on the hard drive ...
IT Analyst's user avatar
0 votes
1 answer
199 views

I'm trying to get the assignments of an AVD application group, but I do not see any way to do it in the python azure sdk: https://learn.microsoft.com/en-us/python/api/azure-mgmt-desktopvirtualization/...
Jorge's user avatar
  • 2,196
0 votes
1 answer
2k views

we are using Remote Desktop to connect to Azure Virtual Desktops. In the RDP options we enable Printers under the Local Resources tab. This has worked well for a while and users are able to print ...
cdw123's user avatar
  • 31
0 votes
1 answer
8k views

can anyone help me to solve this issue? It says that the Remote Desktop Management and the Remote Desktop Connection Broker status are stopped. Please see image below for more details. Thank you.
jasmer's user avatar
  • 25
-1 votes
1 answer
399 views

I am unable to login my office 365 account on my virtual machine. This my logs when I run dsregcmd /status on cmd. I tried to edit the VM using this command, still not working. enablecredsspsupport:i:...
jasmer's user avatar
  • 25
0 votes
1 answer
651 views

Why i cannot log to azure virtual desktop using AD account. I had configured and added the access controls : Virtual Machine Administrator Login and Virtual Machine User Login. click me to see login ...
jasmer's user avatar
  • 25
1 vote
1 answer
480 views

There is a bug in KDE Activities where windows do not get focused and this requires to press Alt+Tab to switch to the last active window. I want to count the number of the windows to press only when ...
Alsaraha's user avatar
1 vote
0 answers
157 views

If you've got the Qt 5.12.8 (the version that ships with Ubuntu 20.04) examples installed + built, start playing a video with it, switch virtual desktops and the video stops (you can't hear it). Come ...
JDonner's user avatar
  • 502
0 votes
2 answers
8k views

Using https://techcommunity.microsoft.com/t5/azure-virtual-desktop/arm-avd-with-terraform/m-p/2639806 as inspiration, I want to deploy AVD but with AAD joined VMs using terraform. I have defined a VM ...
Carlos A's user avatar
4 votes
0 answers
973 views

I am trying to develop a software (using ElectronJS) that would assist in dragging and dropping content across windows and virtual Desktops, in Windows. However, for it to work, I must be able to ...
Sudev Suresh Sreedevi's user avatar
1 vote
1 answer
380 views

I am working on a script which deals with leavers, and as part of it, it should remove the Virtual Desktop Assignment of the user. The script is executed from a remote server, and in this part it ...
krapulax's user avatar
  • 205
1 vote
1 answer
531 views

I'm trying to find out if a window belongs to the current virtual desktop. I found the VirtualDesktopManager class form the winapi, but even though it is supposed to be in the "shobjidl.h" header ...
makes-sense's user avatar
0 votes
1 answer
540 views

I try to create WPF application (.net Core 3.1) with support touch screen and non-touch screen with two inputs at the same time. I found a sample how to do this with VWvare and Virtual maschine here ...
Puty's user avatar
  • 100
2 votes
2 answers
2k views

I'm trying to implement IVirtualDesktopManager interface (and hopefully IVirtualDesktopManagerInternal afterward) in Python based on this SO answer, but I'm stuck. Edit: I want a working example in ...
ipaleka's user avatar
  • 3,977
1 vote
0 answers
207 views

How can I receive a message when user moves somebody else's window between Windows 10 virtual desktops? I am currently using SetWinEventHook for all other similar purposes (like tracking minimization,...
LOST's user avatar
  • 3,373
0 votes
1 answer
4k views

On an old computer running KUbuntu 17.10 (that's KDE + Ubuntu 17.10), somehow, I changed the keyboard shortcut for showing all desktop windows. (The default is Ctrl+F8.) I just installed the same OS ...
Jeffrey Benjamin Brown's user avatar
1 vote
1 answer
365 views

My application has a QSystemTrayIcon that toggles the QMainWindow visibility when left-clicked. def tray_icon_activated_cb(reason): if reason == QtWidgets.QSystemTrayIcon.Trigger: ...
Jérôme's user avatar
  • 14.9k
4 votes
1 answer
2k views

I'm trying to use IVirtualDesktopManager in Turbo Delphi on Windows 10. I don't get any errors but the IsWindowOnCurrentVirtualDesktop and GetWindowDesktopId do not return anything useful. Does anyone ...
John Abels's user avatar
3 votes
1 answer
4k views

I need to search for maximized windows from Win32 (by using EnumWindows) but I also want to filter for windows which are on the current virtual desktop. On MSDN, I found a page about the ...
Jan Böhm's user avatar
  • 109
6 votes
2 answers
2k views

I have looked over the Internet for a way to change the actions of the different gesture on my touchpad on Windows 10 and did not find anything except the software made by the provider of the touchpad,...
El Pingu's user avatar
2 votes
0 answers
215 views

I want to simulate a Windows-Snap feature for my application for Linux working under multiple-monitor setups and virtual-desktop setups. Why? I just do, for kicks. If it comes down to it I can use ...
Roland's user avatar
  • 602
4 votes
0 answers
731 views

I have a problem that appears to be new to Windows 10. I want to create a form that is visible to the user, but with no task bar icon and that does not appear in Alt+Tab. This is perfectly doable if ...
joshcomley's user avatar
  • 28.9k
26 votes
2 answers
13k views

Suppose I want to start several programs C:\program1.exe, C:\program2.exe, etc. on multiple desktops in windows 10. For example, programs 1 and 2 should be started on desktop 1 side-by-side, program 3 ...
HRSE's user avatar
  • 363
50 votes
0 answers
21k views

Is there any way to enumerate, switch, add virtual desktops and move window between desktops from code? Preferably, WinAPI.
Alex Butenko's user avatar
  • 3,814
0 votes
0 answers
51 views

What is the API to work with virtual desktops on Windows and why it doesn't allow to map virtual desktop to multiple monitors? Virtual desktop software for Windows doesn't allow to exclusively bind ...
anatoly techtonik's user avatar