Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

20,532

Downloads of v 0.9.53:

114

Last Update:

27 Jul 2020

Package Maintainer(s):

Software Author(s):

  • Datronicsoft

Tags:

spacedesk-client network display software

Spacedesk Viewer Software for SECONDARY machine (client)

This is not the latest version of Spacedesk Viewer Software for SECONDARY machine (client) available.

  • 1
  • 2
  • 3

0.9.53 | Updated: 27 Jul 2020

Downloads:

20,532

Downloads of v 0.9.53:

114

Maintainer(s):

Software Author(s):

  • Datronicsoft

Spacedesk Viewer Software for SECONDARY machine (client) 0.9.53

This is not the latest version of Spacedesk Viewer Software for SECONDARY machine (client) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Spacedesk Viewer Software for SECONDARY machine (client), run the following command from the command line or from PowerShell:

>

To upgrade Spacedesk Viewer Software for SECONDARY machine (client), run the following command from the command line or from PowerShell:

>

To uninstall Spacedesk Viewer Software for SECONDARY machine (client), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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://community.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

3. Copy Your Script

choco upgrade spacedesk-client -y --source="'INTERNAL REPO URL'" --version="'0.9.53'" [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 spacedesk-client -y --source="'INTERNAL REPO URL'" --version="'0.9.53'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install spacedesk-client
  win_chocolatey:
    name: spacedesk-client
    version: '0.9.53'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'spacedesk-client' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.9.53'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller spacedesk-client
{
    Name     = "spacedesk-client"
    Version  = "0.9.53"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'spacedesk-client':
  ensure   => '0.9.53',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 31 Aug 2020.

Description

Features and System Requirements

NETWORK DISPLAY MULTI MONITOR SOFTWARE

  • Windows Desktop Extension (x10-sion)
    screenshot
  • Windows Desktop Duplication (mirroring/cloning)
    screenshot
  • Touchscreen
  • KVM (keyboard and mouse remoting) supported by Windows VIEWER

PRIMARY MACHINE & SECONDARY MACHINE

At least two machines are required: PRIMARY machine and SECONDARY machine
All machines must be connected to a LAN (Local Area Network).
Network protocol TCP/IP needs to be supported. The connection can be over USB (e.g. tethering), via LAN-cable or wireless.

PRIMARY MACHINE (Windows PC, laptop and tablet): spacedesk DRIVER

The primary machine runs a Windows service and the WDDM driver. This appears as an additional graphics adapter to Windows 10 and an additional monitor connection of the existing graphics adapter on Windows 7 and 8.1. This additional virtual graphics adapter or display connector can mirror any other Windows display screen or extend the Windows Desktop. spacedesk software on Primary Machine is capturing the screen content, compressing it and transmitting it over the LAN (Local Area Network) to the spacedesk secondary machines.

  • Windows 10 (WDDM IddCx Indirect Display Driver)
  • Windows 8.1 / 7 (WDDM Filter Hook Display Driver)

SECONDARY MACHINE (PC, laptop, tablet, smartphone and devices)

  • Windows 7 / 8.1 / 10
  • Android (> version 4.1)
  • iOS (> version 9.3)
  • Any other: HTML5 Web browsers ( Chrome (> 16), Safari (> 5.1) Internet Explorer (> 10), Opera (> 27) )

LOCAL AREA NETWORK (LAN)

  • TCP/IP v4
  • TCP/IP v6 (future versions only)
  • No encryption transmitting data between client and server. Therefore all information transmitted is potentially available to everybody in the network.

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  filetype      = 'MSI'

  url           = 'https://spacedesk.net/download/spacedeskwindowsviewer_32_64'
  checksum      = '1d2d5eee24fe5e84a3cb47b3ebc74578adc5c6c967a2d7734609709036125c08'
  checksumType  = 'sha256'

  silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.14 81 Wednesday, February 28, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.13 117 Thursday, February 22, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.12 54 Monday, February 19, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.11 123 Thursday, February 8, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.10 27 Wednesday, February 7, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.09 246 Monday, January 8, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.08 67 Wednesday, January 3, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.07 26 Wednesday, January 3, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.06 59 Friday, December 29, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.05 90 Friday, December 22, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.03 32 Wednesday, December 20, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.02 33 Tuesday, December 19, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.01 70 Wednesday, December 13, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.0.0 50 Monday, December 11, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.78 163 Thursday, November 30, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.77 30 Wednesday, November 29, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.76 69 Friday, November 24, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.75 389 Wednesday, September 27, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.74 37 Monday, September 25, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.73 282 Wednesday, August 23, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.72 60 Friday, August 18, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.71 46 Thursday, August 17, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.70 63 Monday, August 14, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.69 85 Tuesday, August 8, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.67 611 Wednesday, April 26, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.66 192 Wednesday, April 5, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.65 264 Wednesday, March 8, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.64 88 Friday, March 3, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.62 61 Wednesday, March 1, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.60 78 Thursday, February 23, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.57 197 Monday, January 30, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.56 72 Wednesday, January 25, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.55 37 Tuesday, January 24, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.54 80 Wednesday, January 18, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.50 504 Friday, November 4, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.49 293 Monday, October 3, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.48 138 Tuesday, September 20, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.47 151 Tuesday, September 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.46 415 Tuesday, July 26, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.44 229 Wednesday, July 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.43 115 Friday, July 1, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.42 330 Monday, May 30, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.41 152 Friday, May 20, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.40 274 Friday, April 29, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.39 201 Tuesday, April 12, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.38 111 Thursday, April 7, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.37 391 Thursday, March 3, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.36 187 Friday, February 18, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.35 141 Thursday, February 10, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.34 105 Monday, February 7, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.33 126 Wednesday, February 2, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.31 220 Monday, January 17, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.30 101 Thursday, January 13, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.29 131 Thursday, January 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.27 197 Thursday, December 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.26 73 Wednesday, December 22, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.25 105 Thursday, December 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.24 126 Friday, December 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.23 148 Thursday, December 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.22 193 Thursday, November 18, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.18 434 Friday, October 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.17 143 Friday, October 1, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.16 90 Thursday, September 30, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.15 154 Tuesday, September 21, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.14 221 Wednesday, September 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.13 89 Monday, September 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.12 179 Thursday, August 26, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.11 100 Monday, August 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.10 146 Thursday, August 19, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.9 200 Monday, August 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.8 87 Wednesday, July 28, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.7 118 Thursday, July 22, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.6 91 Wednesday, July 21, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.5 96 Monday, July 19, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.4 114 Friday, July 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.3 185 Friday, July 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.2 179 Thursday, June 17, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.1 114 Wednesday, June 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.99 147 Monday, June 7, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.98 88 Friday, June 4, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.97 159 Friday, May 14, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.96 85 Wednesday, May 12, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.95 153 Friday, April 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.94 121 Wednesday, April 14, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.93 120 Friday, April 9, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.92 105 Thursday, April 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.91 95 Tuesday, April 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.90 92 Tuesday, April 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.89 97 Tuesday, March 30, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.88 82 Monday, March 29, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.87 167 Wednesday, March 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.86 88 Wednesday, March 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.85 114 Friday, March 5, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.84 105 Tuesday, March 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.83 111 Friday, February 26, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.82 178 Friday, February 5, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.81 139 Thursday, January 28, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.80 112 Wednesday, January 27, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.79 113 Monday, January 25, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.78 178 Thursday, January 7, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.77 117 Wednesday, January 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.76 139 Tuesday, December 29, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.74 142 Friday, December 18, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.73 112 Wednesday, December 16, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.72 131 Friday, December 11, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.71 138 Friday, December 4, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.70 198 Monday, November 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.69 151 Wednesday, October 28, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.68 151 Thursday, October 22, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.67 154 Friday, October 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.66 209 Friday, October 2, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.65 145 Wednesday, September 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.64 199 Tuesday, September 8, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.63 171 Tuesday, September 1, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.61 161 Thursday, August 20, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.59 178 Friday, August 14, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.58 114 Thursday, August 13, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.57 128 Wednesday, August 12, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.56 139 Monday, August 10, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.54 206 Thursday, July 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.53 114 Monday, July 27, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.52 223 Tuesday, July 21, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.51 177 Friday, July 17, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.49 146 Friday, July 10, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.48 138 Thursday, July 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.47 129 Wednesday, July 8, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.46 137 Tuesday, July 7, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.45 144 Thursday, July 2, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.22 241 Friday, April 3, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.21 130 Monday, March 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.20 271 Friday, January 31, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.19 212 Wednesday, September 11, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.17 188 Thursday, August 8, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.16 279 Friday, June 21, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.15 191 Sunday, June 16, 2019 Approved

This package has no dependencies.

Discussion for the Spacedesk Viewer Software for SECONDARY machine (client) Package

Ground Rules:

  • This discussion is only about Spacedesk Viewer Software for SECONDARY machine (client) and the Spacedesk Viewer Software for SECONDARY machine (client) 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 Spacedesk Viewer Software for SECONDARY machine (client), 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.
comments powered by Disqus