64 questions
0
votes
0
answers
67
views
Azure VDI: Upgrade from Windows 10 to 11
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 ...
0
votes
1
answer
199
views
Get user assignments to Azure AVD application group with python sdk
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/...
0
votes
1
answer
2k
views
Remote Desktop Redirected Printer Not Showing Printer Preferences
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 ...
0
votes
1
answer
8k
views
Remote Desktop Services status is stopped
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.
-1
votes
1
answer
399
views
Connect to Virtual Machine using AAD Account [closed]
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:...
0
votes
1
answer
651
views
Unable to log Azure AD Account
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 ...
1
vote
1
answer
480
views
Get the count of currently active windows in the current Activity and Virtual Desktop?
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 ...
1
vote
0
answers
157
views
Qt: Switching 'virtual desktops' on linux makes the multimediawidgets/videographicsitem example, stop displaying the video
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 ...
0
votes
2
answers
8k
views
Terraform Azure VM extension does not join VM to Azure Active Directory for Azure Virtual Desktop
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 ...
4
votes
0
answers
973
views
Show window of app on all desktops in Windows, but programmatically
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 ...
1
vote
1
answer
380
views
Failed to remove VDI assignment
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 ...
1
vote
1
answer
531
views
How to use VirtualDesktopManager interface?
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 ...
0
votes
1
answer
540
views
Windows 10 Virtual Desktop - two inputs at the same time (mouse + touch screen)
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 ...
2
votes
2
answers
2k
views
How to implement Windows 10 IVirtualDesktopManager interface in Python?
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 ...
1
vote
0
answers
207
views
Hook to when external window is moved to another desktop
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,...
0
votes
1
answer
4k
views
How to change KDE shortcut for showing all virtual desktops?
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 ...
1
vote
1
answer
365
views
QMainWindow visibility issue when switching virtual desktop
My application has a QSystemTrayIcon that toggles the QMainWindow visibility when left-clicked.
def tray_icon_activated_cb(reason):
if reason == QtWidgets.QSystemTrayIcon.Trigger:
...
4
votes
1
answer
2k
views
Using IVirtualDesktopManager in Delphi
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 ...
3
votes
1
answer
4k
views
How to use the IVirtualDesktopManager interface in C++/Win32
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 ...
6
votes
2
answers
2k
views
Windows 10: touchpad gesture with custom action (using config file programming) [closed]
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,...
2
votes
0
answers
215
views
Identifying/Setting a JFrame's virtual desktop workspace
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 ...
4
votes
0
answers
731
views
A window with no taskbar icon, no appearance in Alt-Tab and *without* using the ToolWindow extended style
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 ...
26
votes
2
answers
13k
views
Starting programs on multiple desktops using powershell in windows 10
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 ...
50
votes
0
answers
21k
views
API for Windows 10 virtual desktops [duplicate]
Is there any way to enumerate, switch, add virtual desktops and move window between desktops from code? Preferably, WinAPI.
0
votes
0
answers
51
views
If there OS level limitation that prevents mapping virtual desktop to real monitor in dual monitor scenario?
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 ...