<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Move window to virtual desktop Win10</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c</link>
<description>DisplayFusion RSS: Move window to virtual desktop Win10</description>
<lastBuildDate>Mon, 25 May 2026 00:53:31 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c</generator>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#23</link>
<pubDate>Tue, 22 Nov 2022 13:05:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#23</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Lahma's new solution has worked like a charm.  I am able to switch to another virtual desktop in Windows 11 21H2.  Thank you, Lahma.
No problem! Glad I could help.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Lahma's new solution has worked like a charm.  I am able to switch to another virtual desktop in Windows 11 21H2.  Thank you, Lahma.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /></div></div><br/>
No problem! Glad I could help.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#22</link>
<pubDate>Tue, 22 Nov 2022 09:41:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#22</guid>
<category>DisplayFusion</category>
<description><![CDATA[Lahma's new solution has worked like a charm.  I am able to switch to another virtual desktop in Windows 11 21H2.  Thank you, Lahma.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Lahma's new solution has worked like a charm.  I am able to switch to another virtual desktop in Windows 11 21H2.  Thank you, Lahma.  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#21</link>
<pubDate>Fri, 18 Nov 2022 02:23:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#21</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, so this is the solution I am currently using. The only reason this is still accessible is thanks to the hard work by Markus Scholtes to keep the COM API methods updated for each specific version of Windows. You will find his work at:
https://github.com/MScholtes/VirtualDesktop
You will need...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, so this is the solution I am currently using. The only reason this is still accessible is thanks to the hard work by Markus Scholtes to keep the COM API methods updated for each specific version of Windows. You will find his work at:<br/>
<a href="https://github.com/MScholtes/VirtualDesktop" target="_blank" rel="nofollow"><b>https://github.com/MScholtes/VirtualDesktop</b></a><br/>
You will need to download the following files from his repository:<br/>
<ul class="ListBullet">
<li>'VirtualDesktop[version].cs'</li>
<li>'Compile.bat'</li>
<li>'MScholtes.ico'</li></ul>
If you're running Windows 11 21H2, you need to download 'VirtualDesktop11-21H2.cs'. If you're running Windows 11 22H2, you need to download 'VirtualDesktop11.cs'. Once you've downloaded all those file and put them into the same folder, simply run 'Compile.bat' and you should get the needed 'VirtualDesktop11.exe' file (or possibly 'VirtualDesktop11-21H2.exe' if using that version).<br/>
Put that exe file somewhere you want to store it permanently as you will need to know the path to it to access it in the DisplayFusion functions.<br/>
<br/>
For each function in DisplayFusion ('Switch Virtual Desktop Left', 'Switch Virtual Desktop Right', 'Move Window to Virtual Desktop Left', 'Toggle Pin Window Virtual Desktop', etc), you will use the same script I've posted below. The only thing you need to change in each individual script is the command inside the 'public static void Run(IntPtr windowsHandle)' function.<br/>
<br/>
Here are a few of the commands I'm using inside the Run function. Note: I believe I set up the functions so that they will wrap to the 1st/last virtual desktop if needed (say for example, you try to switch to the prev virtual desktop but you're already on the 1st, then it will switch to the last, and vice versa).<br/>
<ul class="ListBullet">
<li>Vd.TogglePinWindow(windowHandle); // Toggle's the 'Pin' status of the window such that it will show on all virtual desktops</li>
<li>Vd.GoToNextDesktop(); // Switch Virtual Desktop - Right</li>
<li>Vd.GoToPrevDesktop(); // Switch Virtual Desktop - Left</li>
<li>Vd.MoveWindowToNextDesktop(windowHandle); // Move Window to Next (Right) Virtual Desktop</li>
<li>Vd.MoveWindowToPrevDesktop(windowHandle); // Move Window to Prev (Left) Virtual Desktop</li></ul>
Obviously there are many more functions you can implement but these examples should help you understand how things work. Below is the actual script. A few things to note:<br/>
<ul class="ListBullet">
<li>You need to change the path to the 'VirtualDesktop11.exe' inside the 'ExecCmd' function</li>
<li>Running the script will not produce any type of console window or anything... it all happens entirely invisible to the user</li>
<li>The functions inside of '#region Helpers' are meant to be functions for carrying out very specific functionality whereas the other functions are more general in nature... I believe I wrote all of the code in the entire script but it has been a while so don't quote me on that</li></ul>
If you have any questions or need any help, just let me know. I'll try to keep an eye on this thread in case you post a reply. Oh, and if anyone gets any use out of my post, please let me know.. Would be nice to know I didn't spend all the time making this post for nothing. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e5c9f68af755486f483456cf82e29" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e5c9f68af755486f483456cf82e29Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e5c9f68af755486f483456cf82e29Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;
using System.Text.RegularExpressions;
// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Trigger target when run by a Trigger rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
// Example command:
// Vd.TogglePinWindow(windowHandle);
}
}
public static class Vd
{
#region Helpers
public static int GetDesktopLeftOfDesktop(int number)
{
var prevDesktop = number - 1;
if (prevDesktop &lt; 0)
prevDesktop = GetDesktopCount() - 1;
return prevDesktop;
}
public static int GetDesktopRightOfDesktop(int number)
{
var nextDesktop = number + 1;
if (nextDesktop &gt; (GetDesktopCount() - 1))
nextDesktop = 0;
return nextDesktop;
}
public static int GetDesktopLeftOfCurrent()
{
return GetDesktopLeftOfDesktop(GetCurrentDesktopNumber());
}
public static int GetDesktopRightOfCurrent()
{
return GetDesktopRightOfDesktop(GetCurrentDesktopNumber());
}
public static void GoToPrevDesktop()
{
ExecCmd($"/Switch:{GetDesktopLeftOfCurrent()}");
}
public static void GoToNextDesktop()
{
ExecCmd($"/Switch:{GetDesktopRightOfCurrent()}");
}
public static void MoveWindowToPrevDesktop(IntPtr handle)
{
MoveWindowToDesktopNumber(handle, GetDesktopLeftOfCurrent());
}
public static void MoveWindowToNextDesktop(IntPtr handle)
{
MoveWindowToDesktopNumber(handle, GetDesktopRightOfCurrent());
}
public static void TogglePinWindow(IntPtr handle)
{
if (IsPinnedWindow(handle))
UnPinWindow(handle);
else
PinWindow(handle);
}
public static void TogglePinApp(int processId)
{
if (IsPinnedApp(processId))
UnPinApp(processId);
else
PinApp(processId);
}
#endregion
public static int GetCurrentDesktopNumber()
{
return ParseLastNumber(ExecCmd("/GetCurrentDesktop"));
}
public static int GetDesktopCount()
{
return ParseLastNumber(ExecCmd("/Count"));
}
public static int GetWindowDesktopNumber(IntPtr handle)
{
return ParseLastNumber(ExecCmd($"/GetDesktopFromWindowHandle:{handle}"));
}
public static bool IsWindowOnCurrentVirtualDesktop(IntPtr handle)
{
return ParseBool(ExecCmd($"/GetCurrentDesktop /IsWindowHandleOnDesktop:{handle}"));
}
public static void MoveWindowToDesktopNumber(IntPtr handle, int number)
{
ExecCmd($"/GetDesktop:{number} /MoveWindowHandle:{handle}");
}
public static void GoToDesktopNumber(int number)
{
ExecCmd($"/Switch:{number}");
}
public static bool IsPinnedWindow(IntPtr handle)
{
return ParseBool(ExecCmd($"/IsWindowHandlePinned:{handle}"));
}
public static void PinWindow(IntPtr handle)
{
ExecCmd($"/PinWindowHandle:{handle}");
}
public static void UnPinWindow(IntPtr handle)
{
ExecCmd($"/UnPinWindowHandle:{handle}");
}
public static bool IsPinnedApp(int processId)
{
return ParseBool(ExecCmd($"/IsApplicationPinned:{processId}"));
}
public static void PinApp(int processId)
{
ExecCmd($"/PinApplication:{processId}");
}
public static void UnPinApp(int processId)
{
ExecCmd($"/UnPinApplication:{processId}");
}
public static bool IsWindowOnDesktopNumber(IntPtr handle, int number)
{
return ParseBool(ExecCmd($"/GetDesktop:{number} /IsWindowHandleOnDesktop:{handle}"));
}
private static (int, string) ExecCmd(string args)
{
var p = new System.Diagnostics.Process();
p.StartInfo.FileName = @"C:\libraries\dotNET\VirtualDesktop11\VirtualDesktop11.exe";
p.StartInfo.RedirectStandardInput = true;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.Arguments = args;
p.StartInfo.UseShellExecute = false;
p.StartInfo.CreateNoWindow = true;
p.Start();
p.WaitForExit();
return (p.ExitCode, p.StandardOutput.ReadLine());
}
private static int ParseLastNumber((int exitCode, string output) t)
{
var match = Regex.Match(t.output, @"\d+(?!\D*\d)");
var num = match.Groups[0].Value;
return Int32.Parse(num);
}
private static bool ParseBool((int exitCode, string output) t)
{
return t.exitCode == 0;
}
private static int ParseDesktopNumber(string cmdOutput)
{
var match = Regex.Match(cmdOutput, @".*desktop number (\d+)");
var num = match.Groups[1].Value;
return Int32.Parse(num);
}
}</pre><textarea id="code019e5c9f68af755486f483456cf82e29" name="code019e5c9f68af755486f483456cf82e29" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#20</link>
<pubDate>Fri, 18 Nov 2022 01:47:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#20</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Has there been an updated solution for Windows 11?  I tried using the VirtualDesktop.dll from Lahma's above message and got this error in DisplayFusion Scripted Function output:
Run Failed.
Exception has been thrown by the target of an invocation.
You must target Windows 10 in your app...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Has there been an updated solution for Windows 11?  I tried using the VirtualDesktop.dll from Lahma's above message and got this error in DisplayFusion Scripted Function output:<br/>
<i>Run Failed.<br/>
Exception has been thrown by the target of an invocation.<br/>
You must target Windows 10 in your app.manifest and run without debugging.<br/>
[System.NotSupportedException]<br/>
[System.Reflection.TargetInvocationException]</i></div></div><br/>
<br/>
Hi Eric. Yes, I believe some things have changed in regards to using the virtual desktop functions on Windows 11. Honestly, it has been awhile now and I've messed with this a number of times, so I forget exactly what has changed since my last post, but I will post instructions for the way I am currently doing things. Give me just a bit and I will try to document the procedure I'm currently using and I will post another reply below this one.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#19</link>
<pubDate>Sun, 13 Nov 2022 00:24:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#19</guid>
<category>DisplayFusion</category>
<description><![CDATA[Has there been an updated solution for Windows 11?  I tried using the VirtualDesktop.dll from Lahma's above message and got this error in DisplayFusion Scripted Function output:
Run Failed.
Exception has been thrown by the target of an invocation.
You must target Windows 10 in your app.manifes...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Has there been an updated solution for Windows 11?  I tried using the VirtualDesktop.dll from Lahma's above message and got this error in DisplayFusion Scripted Function output:<br/>
<i>Run Failed.<br/>
Exception has been thrown by the target of an invocation.<br/>
You must target Windows 10 in your app.manifest and run without debugging.<br/>
[System.NotSupportedException]<br/>
[System.Reflection.TargetInvocationException]</i>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#18</link>
<pubDate>Sun, 18 Jul 2021 03:29:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#18</guid>
<category>DisplayFusion</category>
<description><![CDATA[For anyone coming across this thread now, as I did, you will likely find that one problem or another when trying to create custom VirtualDesktop scripted functions in DF. One of the problems is that the VirtualDesktop Github has not been updated in awhile and its latest release is broken for .NET...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
For anyone coming across this thread now, as I did, you will likely find that one problem or another when trying to create custom VirtualDesktop scripted functions in DF. One of the problems is that the VirtualDesktop Github has not been updated in awhile and its latest release is broken for .NET Framework applications (including DisplayFusion and its 'Scripted Functions' functionality). Also, if you download the VirtualDesktop script using DisplayFusion's built-in 'Download Scripted Function' feature, the dropbox URL noted in that script's comments (to download the VirtualDesktop library) is broken and no longer accessible. Thanks to the info in this thread and a commit made by a user on the VirtualDesktop Github, I was able to recompile the latest VirtualDesktop release with the changes required to fix it and make it functional with .NET Framework apps once again. <br/>
<br/>
I've included some notes below about the changes made and a URL where the updated/fixed VirtualDesktop library can be downloaded.<br/>
<br/>
<i>As of 2021/07/17, the VirtualDesktop project located at 'https://github.com/Grabacr07/VirtualDesktop/' is broken for .NET Framwork apps. To fix it so that the project works on both .NET Framework apps and .NET Core apps, a few small changes must be made to the source file 'source/VirtualDesktop/Interop/ComInterfaceAssemblyProvider.cs'. These changes have already been made in commit 'https://github.com/Grabacr07/VirtualDesktop/commit/429b3d84e684e042127a9d50a3afe58c913cef45' by user 'vegardlarsen' but the author of the VirtualDesktop project has not accepted these changes into mainline branch of the library.<br/>
<br/>
In order for these changes to be incorporated, the source file has to be modified and the project recompiled. That is exactly what this package is. A recompilation of the project source files exactly as they were on 2021/07/17 with the only changes being those of commit '429b3d84e684e042127a9d50a3afe58c913cef45'. Nothing more, nothing less. The files included in this package are the contents of the 'bin/Release' folder after compilation. In order to use the DLL in DisplayFusion, you will likely only need the contents of the 'lib/net472' folder in this package. Simply extract this folder somewhere onto your computer where it will not be deleted, and then, inside of the 'Scripted Function' window in DisplayFusion, select the 'References' tab, right click, select 'Add Reference (browse for assembly)', and choose the file '{ExtractionLocation}/lib/net472/VirtualDesktop.dll'.<br/>
<br/>
The updated/fixed package can be downloaded at the following URL:<br/>
https://mega.nz/file/wygAGBDQ#W6l8y5dx0LAtXtUGHfgdQIyjPd_V3UWJ9oJWS4b3luA<br/>
<b>Note:</b> I also included this file as an attachment to this post.</i><br/>
<br/>
For anyone who is interested, I also create a package containing pre-made 'Scripted Functions' for the following VirtualDesktop operations (thanks to PabloMartinez for supplying the original functions):<br/>
<ul class="ListBullet">
<li>Create New Desktop</li>
<li>Move Window Left</li>
<li>Move Window Right</li>
<li>Move Window to Current Desktop</li>
<li>Remove Current Desktop</li>
<li>Switch Desktop Left</li>
<li>Switch Desktop Right</li>
<li>Toggle App Pin</li>
<li>Toggle Window Pin</li></ul>
<br/>
I bundled them all into a single archive and that archive can be downloaded at the following URL:<br/>
https://mega.nz/file/5uwExZ7D#JGu2KX03n5nwVSD0c5Xxv2nX5vXRB9B122wOFkl6dUc<br/>
<b>Note:</b> I also included this file as an attachment to this post.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#17</link>
<pubDate>Fri, 09 Jul 2021 17:19:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#17</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
This is still on our list, but no updates on it yet.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
This is still on our list, but no updates on it yet.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#16</link>
<pubDate>Thu, 08 Jul 2021 02:11:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#16</guid>
<category>DisplayFusion</category>
<description><![CDATA[Resurrecting this one, any new information on this feature request?
thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Resurrecting this one, any new information on this feature request?<br/>
<br/>
thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#15</link>
<pubDate>Mon, 02 Dec 2019 21:01:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#15</guid>
<category>DisplayFusion</category>
<description><![CDATA[We don't have an ETA on it yet, sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We don't have an ETA on it yet, sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#14</link>
<pubDate>Mon, 02 Dec 2019 01:24:54 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#14</guid>
<category>DisplayFusion</category>
<description><![CDATA[Any ideas when and if this feature would be added to the DF?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Any ideas when and if this feature would be added to the DF?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#13</link>
<pubDate>Fri, 12 Apr 2019 12:16:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#13</guid>
<category>DisplayFusion</category>
<description><![CDATA[I would also like this functionality.  I find it a pain to have to bring up the desktop switcher to move a window between desktops.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I would also like this functionality.  I find it a pain to have to bring up the desktop switcher to move a window between desktops.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#12</link>
<pubDate>Tue, 17 Jul 2018 09:44:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#12</guid>
<category>DisplayFusion</category>
<description><![CDATA[Awesome feature request. I came to this page looking for similar functionality. Windows 10 doesn't have any inbuilt shortcut to move windows across the virtual desktop. While Microsoft adds this, I would like if Display Fusion can have an elegant solution. I don't need anything fancy. A simple ke...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Awesome feature request. I came to this page looking for similar functionality. Windows 10 doesn't have any inbuilt shortcut to move windows across the virtual desktop. While Microsoft adds this, I would like if Display Fusion can have an elegant solution. I don't need anything fancy. A simple keyboard shortcut to move the active window to another virtual desktop would suffice. Additional management feature and intuitiveness of functionality would be an added bonus. Please keep up the good work. Love your product.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#11</link>
<pubDate>Tue, 05 Jun 2018 20:55:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for the status update @Pablo - gonna check this out and see if it works with the new DF update.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the status update @Pablo - gonna check this out and see if it works with the new DF update.<br/>
<br/>
<img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#10</link>
<pubDate>Thu, 08 Jun 2017 08:29:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[I found a solution. Using this https://github.com/Grabacr07/VirtualDesktop/tree/master library, to make script in DF for managing virtual desktops.
I tried to describe all possible cases, but I might have forgotten or missed something, write if something was unclear or not working correctly.
If...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I found a solution. Using this <a href="https://github.com/Grabacr07/VirtualDesktop/tree/master" target="_blank" rel="nofollow"><b>https://github.com/Grabacr07/VirtualDesktop/tree/master</b></a> library, to make script in DF for managing virtual desktops.<br/>
<br/>
I tried to describe all possible cases, but I might have forgotten or missed something, write if something was unclear or not working correctly.<br/>
<br/>
If you do not have a NuGet package manager or VS, use this <a href="http://packages.nuget.org/api/v1/package/VirtualDesktop/2.0.0-beta3" target="_blank" rel="nofollow"><b>http://packages.nuget.org/api/v1/package/VirtualDesktop/2.0.0-beta3</b></a> for download package. After downloading, rename .nupkg package to .zip.  Unzip and copy the <b>VirtualDesktop.dll</b> from lib\net46 folder to a separate folder for simple use.<br/>
<br/>
@Keith, send to repository?<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e5c9f68e971fb86fb4be014c024b9" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e5c9f68e971fb86fb4be014c024b9Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e5c9f68e971fb86fb4be014c024b9Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;
using System.Collections.Generic;
using WindowsDesktop;

// Add to reference | Disk:\YourPathToDll\VirtualDesktop.dll from (https://github.com/Grabacr07/VirtualDesktop/tree/master)

// If you do not have a NuGet package manager or VS,
// use this (http://packages.nuget.org/api/v1/package/VirtualDesktop/2.0.0-beta3) for download.
// After downloading, rename .nupkg package to .zip.
// Unzip and copy the "VirtualDesktop.dll" from lib/net46 folder to a separate folder for simple use.

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        // Examples usage
        
        var vDesktop = new VirtualDesktops();
        var wHandle = BFS.Application.GetMainWindowByFile("*spotify.exe");
        
        /// Get a dictionary of all desktops
        var desktops = vDesktop.GetAllDesktops();
        
        /// Get desired desktop and move spotify on it 
        /*
        var deskSecond = desktops["Desktop 2"];
        vDesktop.MoveWindowToDesktop(wHandle, deskSecond);
        BFS.Window.Focus(wHandle);
        */
        
        /// Move spotify from either virtual desktop to current
        /*
        vDesktop.MoveWindowToCurrent(wHandle);
        BFS.Window.Focus(wHandle);
        */
        
        /// Switch to desired virtual desktop. Move spotify on it, wait 5sec and remove it
        /*
        var deskThird = desktops["Desktop 3"];
        vDesktop.SwitchToDesktop(deskThird);
        vDesktop.MoveWindowToCurrent(wHandle);
        BFS.General.ThreadWait(5000);
        vDesktop.Remove();
        */
        
        /// Switch to the desktop where the desired app is located
        /*
        vDesktop.GetCurrentWindowDesktop(wHandle).Switch();
        */
        
        /// Pin\Unpin app
        /*
        vDesktop.TogglePinApp(wHandle);
        */
    }
}

class VirtualDesktops
{
    // Create new virtual desktop
    
    public void Create()
    {
        VirtualDesktop.Create();
    }
    
    
    // Remove current virtual desktop
    
    public void Remove()
    {
        VirtualDesktop.Current.Remove();
    }
        
    
    // Switch to the left virtual desktop relative to the current
    
    public void SwitchToLeft()
    {
        VirtualDesktop.Current.GetLeft().Switch();
    }
    
    
    // Switch to the right virtual desktop relative to the current
    
    public void SwitchToRight()
    {
        VirtualDesktop.Current.GetRight().Switch();
    }
    
    
    // Switch to desired virtual desktop by key
    
    public void SwitchToDesktop(VirtualDesktop vDesktop)
    {
        vDesktop.Switch();
    }
    
    // Move the window to the left virtual desktop relative to the current
    
    public void MoveWindowToLeft(IntPtr wHandle)
    {
        var left = VirtualDesktop.Current.GetLeft();
        VirtualDesktopHelper.MoveToDesktop(wHandle, left);
    }
    
    
    // Move the window to the right virtual desktop relative to the current
    
    public void MoveWindowToRight(IntPtr wHandle)
    {
        var right = VirtualDesktop.Current.GetRight();
        VirtualDesktopHelper.MoveToDesktop(wHandle, right);
    }
    
    
    // Move the window from either virtual desktop to the current
    
    public void MoveWindowToCurrent(IntPtr wHandle)
    {
        var currentDesktop = VirtualDesktop.Current;
        
        if(!VirtualDesktopHelper.IsCurrentVirtualDesktop(wHandle))
            VirtualDesktopHelper.MoveToDesktop(wHandle, currentDesktop);
    }
    
    
    // Move the window to specified virtual desktop
    
    public void MoveWindowToDesktop(IntPtr wHandle, VirtualDesktop virtualDesktop)
    {
        VirtualDesktopHelper.MoveToDesktop(wHandle, virtualDesktop);
    }
    
    
    // Pin window. Show this window on all desktops
    
    public void TogglePin(IntPtr wHandle)
    {
        (VirtualDesktop.IsPinnedWindow(wHandle) ? VirtualDesktop.UnpinWindow :
            (Action&lt;IntPtr&gt;)VirtualDesktop.PinWindow)(wHandle);
    }
    
    
    // Pin app. Show windows from this app on all desktops
    
    public void TogglePinApp(IntPtr wHandle)
    {
        var appId = ApplicationHelper.GetAppId(wHandle);
        (VirtualDesktop.IsPinnedApplication(appId) ? VirtualDesktop.UnpinApplication :
            (Action&lt;string&gt;)VirtualDesktop.PinApplication)(appId);
    }
    
    
    // Returns a virtual desktop that window is located
    
    public VirtualDesktop GetCurrentWindowDesktop(IntPtr wHandle)
    {
        return VirtualDesktop.FromHwnd(wHandle);
    }
    
    
    // Return all the virtual desktops of currently valid
    
    public Dictionary&lt;string, VirtualDesktop&gt; GetAllDesktops()
    {
        var desktopArray = VirtualDesktop.GetDesktops();
        var desktopDictionary = new Dictionary&lt;string, VirtualDesktop&gt;();
        
        // To simplify selection by key, used (j+1)
        for (var j = 0; j &lt; desktopArray.Length; j++)
            desktopDictionary.Add(string.Format("Desktop {0}", j+1), desktopArray[j]);
            
        return desktopDictionary;
    }
}</pre><textarea id="code019e5c9f68e971fb86fb4be014c024b9" name="code019e5c9f68e971fb86fb4be014c024b9" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#9</link>
<pubDate>Mon, 05 Jun 2017 17:24:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[As a workaround, you can use this script. It just moves the focused window to the next desktop.
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
BFS.Window.GetFocusedWindow();
// Win+Tab A...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
As a workaround, you can use this script. It just moves the focused window to the next desktop.<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e5c9f68f273b886aae566b6d67f7b" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e5c9f68f273b886aae566b6d67f7bJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e5c9f68f273b886aae566b6d67f7bJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        BFS.Window.GetFocusedWindow();
        // Win+Tab Apps M D
BFS.Input.SendKeys("{WIN}({VK_9}){VK_93}{VK_77}{VK_68}");
    }
}</pre><textarea id="code019e5c9f68f273b886aae566b6d67f7b" name="code019e5c9f68f273b886aae566b6d67f7b" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#8</link>
<pubDate>Mon, 05 Jun 2017 07:40:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes please! This would be a perfect addition to DisplayFusion.
Currently I'm using a scheduled task to run this utility but it's clunky and has to be restarted each time I resume from sleep: https://github.com/Eun/MoveToDesktop]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes please! This would be a perfect addition to DisplayFusion.<br/>
Currently I'm using a scheduled task to run this utility but it's clunky and has to be restarted each time I resume from sleep: https://github.com/Eun/MoveToDesktop
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#7</link>
<pubDate>Fri, 21 Apr 2017 17:44:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[We're hoping to include it in the next version, but our priorities can shift to other things depending on how development goes, so no promises!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We're hoping to include it in the next version, but our priorities can shift to other things depending on how development goes, so no promises! <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#6</link>
<pubDate>Fri, 21 Apr 2017 14:41:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'd find a feature like this very helpful since I do the same on both my desktop and my laptop. My desktop I have multiple monitors, but I do different things like personal stuff and work and have different virtual desktops to keep related windows separated.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'd find a feature like this very helpful since I do the same on both my desktop and my laptop. My desktop I have multiple monitors, but I do different things like personal stuff and work and have different virtual desktops to keep related windows separated.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#5</link>
<pubDate>Thu, 20 Apr 2017 22:10:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Mr. Keith, might you have an update or ETA on when this could be ready. A guesstimate? 1 month, 3 months, 6 months, not on the TO-DO list? Anything will be helpful.
Thanks for rapid response.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Mr. Keith, might you have an update or ETA on when this could be ready. A guesstimate? 1 month, 3 months, 6 months, not on the TO-DO list? Anything will be helpful.<br/>
<br/>
Thanks for rapid response.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#4</link>
<pubDate>Thu, 20 Apr 2017 14:28:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Not yet, sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Not yet, sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#3</link>
<pubDate>Thu, 13 Apr 2017 20:22:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Any good news? I hope so.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Any good news? I hope so.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#2</link>
<pubDate>Fri, 16 Sep 2016 19:14:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Not at the moment, but this is currently on our feature request list, so I've added your vote to it. We'll be sure to let you know if/when we're able to implement it in the future.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Not at the moment, but this is currently on our feature request list, so I've added your vote to it. We'll be sure to let you know if/when we're able to implement it in the future.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Move window to virtual desktop Win10</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c</link>
<pubDate>Fri, 16 Sep 2016 02:17:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-virtual-desktop-win10/?ID=7b74d20e-8437-4ea8-9a5b-7065d0da8c4c</guid>
<category>DisplayFusion</category>
<description><![CDATA[Does DisplayFustion work with WIN10 virtual desktops?
I've switched from a dual monitor setup to a 34" ultrawide (lovin' it, btw) and spend most of my time moving windows between virtual desktops.  But the Functions area doesn't have anything to move the window to the next virtual desktop.  Is t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Does DisplayFustion work with WIN10 virtual desktops?<br/>
<br/>
I've switched from a dual monitor setup to a 34" ultrawide (lovin' it, btw) and spend most of my time moving windows between virtual desktops.  But the Functions area doesn't have anything to move the window to the next virtual desktop.  Is this supported?  Script?
</div>
]]></content:encoded>
</item>
</channel>
</rss>