Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
1,233
Downloads of v 1.0.96.1:
58
Last Update:
09 Dec 2020
Package Maintainer(s):
Software Author(s):
- Michael Zomparelli
Tags:
zvirtualdesktop virtual desktop hotkey system tray icon trial- Software Specific:
- Software Site
- Software Source
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

zVirtualDesktop
This is not the latest version of zVirtualDesktop available.
- Software Specific:
- Software Site
- Software Source
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,233
Downloads of v 1.0.96.1:
58
Maintainer(s):
Software Author(s):
- Michael Zomparelli
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
zVirtualDesktop 1.0.96.1
This is not the latest version of zVirtualDesktop available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
The code you have submitted is successfully causing chocolatey to fail to install the application because of the testing version OS not being windows 10 1803 or greater.
I agree that the package cannot be tested using the chocolatey testing environment and I will add the exception.
To install zVirtualDesktop, run the following command from the command line or from PowerShell:
To upgrade zVirtualDesktop, run the following command from the command line or from PowerShell:
To uninstall zVirtualDesktop, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download zvirtualdesktop --internalize --version=1.0.96.1 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade zvirtualdesktop -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade zvirtualdesktop -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure zvirtualdesktop installed
win_chocolatey:
name: zvirtualdesktop
state: present
version: 1.0.96.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'zvirtualdesktop' do
action :install
version '1.0.96.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: zvirtualdesktop,
Version: 1.0.96.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller zvirtualdesktop
{
Name = 'zvirtualdesktop'
Ensure = 'Present'
Version = '1.0.96.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'zvirtualdesktop':
provider => 'chocolatey',
ensure => '1.0.96.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install zvirtualdesktop version="1.0.96.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 09 Dec 2020.
This is commercial software. All users will be given a 10 day trial and you will need to purchase a license to continuing using when the trial expires.
Features
Hotkeys:
Hotkeys are not limited to virtual desktops. You can choose any hotkey for any of the following actions
- Disable Default (if you wanted to disable a built-in Windows default and do nothing instead)
- Keyboard Application Menu
- Toggle Auto-hide Taskbar
- Open a file, folder, or URL
- Copy
- Paste
- Toggle Desktop View (a Task View replacement)
- Toggle zVirtualDesktop Settings
- Show Window Menu (a handy window context menu)
- Navigate to Desktop
- Move Window to Desktop
- Move Window to Desktop & Follow
- Pin/Unpin Window
- Pin/Unpin Application
- Bring All Windows Here
- Remove Empty Desktops
- Close Foreground Window
- Minimize Foreground Window
- Toggle Foreground Window Top Most
- Multimedia - Play/Pause
- Multimedia - Next
- Multimedia - Previous
- Volume Up
- Volume Down
- Volume Mute
- Browser Back
- Browser Forward
- Browser Reload
- ClipboardEx Copy
- ClipboardEx Paste
- ClipboardEx Clone
- Send Keystroke
- Send Text Entry
Below are the default hotkeys for virtual desktops. You can configure these any way you'd like.
Navigate Desktops:
WIN+CTRL+Numpad
WIN+CTRL+NumberKeys
WIN+CTRL+LEFT or RIGHT - this is Windows Default and can be overridden to allow "Round Robin"
Move Windows:
The foreground window will be the window which moves
WIN+ALT+Numpad
WIN+ALT+NumberKeys
WIN+ALT+LEFT or RIGHT
Move Window & Follow:
The foreground window will be the window which moves
WIN+CTRL+ALT+Numpad
WIN+CTRL+ALT+NumberKeys
WIN+CTRL+ALT+LEFT or RIGHT
Pin/Unpin Windows:
The foreground window will be the window which is pinned
WIN+ALT+Z
Pin/Unpin Applications:
The foreground window will be the window which is pinned
WIN+ALT+A
What is the difference between pin app and pin window?
An easy way to imagine this is if you use pin window
on a chrome browser window,
only that window will be visible on all desktops. Any other chrome windows would
stay on a single desktop. If you were to pin application
on a chrome window then
all chrome windows would show up on all desktops. This includes new chrome windows.
System Tray Icon
- Choose from several sets of icons
- The icons indicate which desktop you are viewing
Left-Click
the system tray icon to display or hide DesktopView.Right-Click
the system tray icon to bring up the main menu.
Make your own icons and attach them to an issue then they will add to the program.
How to submit icon files
Download the current icons and alter ones you like.
Icons.zip
Wallpapers
- Set a different wallpaper for each desktop
- Specify the style for each (Center, Stretch, or Tile)
Desktop Names
- Rename desktops directly in DesktopView or in the settings window
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"
fileType = 'exe'
file = "$toolsDir\zVirtualDesktop.exe"
url = 'https://zomp.co/Files.aspx?id=zVD'
checksum = '39F61190DC20E07F21D4B98092700E675E33756D1F51B772262AC413910406DC'
checksumType = 'sha256'
}
if ((Get-Item "HKLM:SOFTWARE\Microsoft\Windows NT\CurrentVersion").GetValue('ReleaseID') -lt "1803") {
Write-Error "This version of zVirtualDesktop runs only with Windows 10 version 1803 or greater"
Return
} else {
Install-ChocolateyZipPackage @packageArgs
Start-Process -FilePath $packageArgs["file"]
}
$ErrorActionPreference = 'SilentlyContinue';
# Stop zVirtualDesktop
$process = Get-Process zVirtualDesktop
if ($process) { $process | Stop-Process }
# Remove zVirtualDesktop
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "zVirtualDesktop"
Remove-Item $Env:AppData\zVirtualDesktop -Recurse
Log in or click on link to see number of positives.
- zvirtualdesktop.1.0.96.1.nupkg (ddbee8616aa7) - ## / 64
- zVirtualDesktop.zip (39f61190dc20) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
zVirtualDesktop 1.0.96.3 | 92 | Wednesday, January 27, 2021 | Approved |
zVirtualDesktop 1.0.96.1 | 58 | Wednesday, December 9, 2020 | Approved |
zVirtualDesktop 1.0.96.0 | 26 | Thursday, December 3, 2020 | Approved |
zVirtualDesktop 1.0.95.8 | 25 | Wednesday, November 18, 2020 | Approved |
zVirtualDesktop 1.0.95.5 | 139 | Wednesday, July 15, 2020 | Approved |
zVirtualDesktop 1.0.95.3 | 55 | Saturday, June 13, 2020 | Approved |
zVirtualDesktop 1.0.95.2 | 45 | Wednesday, June 3, 2020 | Approved |
zVirtualDesktop 1.0.95.1 | 43 | Monday, May 25, 2020 | Approved |
zVirtualDesktop 1.0.95.0 | 111 | Thursday, April 2, 2020 | Approved |
zVirtualDesktop 1.0.94.1 | 128 | Wednesday, January 15, 2020 | Approved |
zVirtualDesktop 1.0.94.0 | 81 | Sunday, November 24, 2019 | Approved |
zVirtualDesktop 1.0.93.6 | 86 | Saturday, October 26, 2019 | Approved |
zVirtualDesktop 1.0.93.5 | 43 | Sunday, October 20, 2019 | Approved |
zVirtualDesktop 1.0.93.4 | 50 | Tuesday, October 8, 2019 | Approved |
zVirtualDesktop 1.0.93.3 | 50 | Tuesday, October 8, 2019 | Approved |
zVirtualDesktop 1.0.93.1 | 89 | Monday, August 5, 2019 | Approved |
zVirtualDesktop 1.0.92.8 | 112 | Wednesday, May 1, 2019 | Approved |
Copyright © 2017-2019 Michael Zomparelli
This package has no dependencies.
Ground Rules:
- This discussion is only about zVirtualDesktop and the zVirtualDesktop package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or zVirtualDesktop, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.