Click here to go back to the README.
This application only works on Windows 10 x64 (64 bit) systems due to limitations in the library used to control the virtual desktops.
This is not something that can be changed or fixed in any way.
For this app to work, you first might need to install "Visual C++ Redistributable for Visual Studio 2015". It should be available here.
Since version 0.7.0 this app will only work if your system has the "Windows 10 Anniversary" update (or later) installed.
Windows 10 Virtual Desktop Enhancer does not need to be installed: simply download the latest version and extract it into a folder in your computer.
Once you have downloaded it you can run it just by executing virtual-desktop-enhancer.exe
in the folder where you extracted it.
Alternatively you can install AutoHotkey and run the virtual-desktop-enhancer.ahk
script file instead.
There are two easy ways to have this program automatically start when you login.
Please try the first procedure: if it does not work try the second one.
- Open the folder where you saved the downloaded files
- Right click on the executable or on the script file (depending on which one you want to use) -> "Send to" -> "Desktop (create shortcut)"
- On your desktop there should now be a new shortcut for "virtual-desktop-enhancer.exe": right click on it -> "cut"
- Open the Start menu; in the search box enter "run" and open the "Run" program which should be the first result
- In the box which will pop up enter
shell:startup
and click "OK" - A folder will open: right click in the folder -> "Paste"
- Now if you restart the computer the program should start automatically
- Open the Start menu and in the search box enter "run": open the "Run" program which should be the first result
- In the box which will pop up enter
Taskschd.msc
and click "OK" - In the menu of window that will open click "Action" -> "Create Basic Task"
- Choose a name and a description for the task (e.g. "win10-virtual-desktop-enhancer starter") and press "Next"
- Choose "When I log on" and click "Next"
- Choose "Start a program" and click "Next"
- Click on "Browse", find the folder where you placed the
virtual-desktop-enhancer.exe
, open it, select thevirtual-desktop-enhancer.exe
file and click "Open" - Copy the content of the "Program/script" field in the "Open in (optional)" field, then remove everything that comes after the last
\
character in that field. For exampleC:\Users\USERNAME\Desktop\win10den.exe
would becomeC:\Users\USERNAME\Desktop\
- Verify that all the settings are correct, select "Open the Properties dialog for this task when I click finish" and click "Finish"
- In the Properties dialog you can check "Run with highest privileges" in the "General" tab if your account has administrative rights and you want to run the program as administrator
- In the "Conditions" tab you probably want to uncheck both "Stop if the computer switches to battery power" and "Start the task only if the computer is on AC power" if you are tunning this on a laptop
- In the "Settings" tab you might want to uncheck "Stop the task if it runs longer than..."
- You can now close the window: if you restart the computer Windows 10 Virtual Desktop Enhancer should start automatically
If you have problems with the installation of Windows 10 Virtual Desktop Enhancer please submit a new issue in the project page as described here.
Click here to go back to the README.