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:

27,784

Downloads of v 2.1.23:

1,677

Last Update:

01 Oct 2024

Package Maintainer(s):

Software Author(s):

  • Datronicsoft

Tags:

spacedesk-client network display software

Spacedesk Viewer Software for SECONDARY machine (client)

  • 1
  • 2
  • 3

2.1.23 | Updated: 01 Oct 2024

Downloads:

27,784

Downloads of v 2.1.23:

1,677

Maintainer(s):

Software Author(s):

  • Datronicsoft

Spacedesk Viewer Software for SECONDARY machine (client) 2.1.23

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Datronicsoft. The inclusion of Datronicsoft trademark(s), if any, upon this webpage is solely to identify Datronicsoft goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

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'" [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'" 
$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: '2.1.23'
    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  '2.1.23'
end

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


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

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


package { 'spacedesk-client':
  ensure   => '2.1.23',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 01 Oct 2024.

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/downloads/spacedeskWindowsVIEWER_v0945_BETA.msi'
  checksum      = 'e32e56f48e3d2a1c1375f0c7b3f8cd254c8b2bc010df8f8c1f0e8b6f11c21069'
  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.22 327 Tuesday, August 20, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.21 352 Friday, July 5, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.20 256 Monday, June 3, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.19 195 Wednesday, May 15, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.16 335 Monday, April 1, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.15 229 Tuesday, March 5, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.14 114 Wednesday, February 28, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.13 146 Thursday, February 22, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.12 85 Monday, February 19, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.11 179 Thursday, February 8, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.10 49 Wednesday, February 7, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.09 284 Monday, January 8, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.08 100 Wednesday, January 3, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.07 55 Wednesday, January 3, 2024 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.06 88 Friday, December 29, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.05 119 Friday, December 22, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.03 71 Wednesday, December 20, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.02 60 Tuesday, December 19, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.01 99 Wednesday, December 13, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 2.1.0.0 80 Monday, December 11, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.78 195 Thursday, November 30, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.77 65 Wednesday, November 29, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.76 103 Friday, November 24, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.75 416 Wednesday, September 27, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.74 63 Monday, September 25, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.73 310 Wednesday, August 23, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.72 85 Friday, August 18, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.71 74 Thursday, August 17, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.70 89 Monday, August 14, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.69 123 Tuesday, August 8, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.67 637 Wednesday, April 26, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.66 218 Wednesday, April 5, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.65 294 Wednesday, March 8, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.64 123 Friday, March 3, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.62 86 Wednesday, March 1, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.60 112 Thursday, February 23, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.57 225 Monday, January 30, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.56 105 Wednesday, January 25, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.55 70 Tuesday, January 24, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.54 106 Wednesday, January 18, 2023 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.50 530 Friday, November 4, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.49 323 Monday, October 3, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.48 167 Tuesday, September 20, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.47 189 Tuesday, September 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.46 444 Tuesday, July 26, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.44 256 Wednesday, July 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.43 148 Friday, July 1, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.42 361 Monday, May 30, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.41 180 Friday, May 20, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.40 296 Friday, April 29, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.39 229 Tuesday, April 12, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.38 137 Thursday, April 7, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.37 427 Thursday, March 3, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.36 212 Friday, February 18, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.35 170 Thursday, February 10, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.34 136 Monday, February 7, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.33 152 Wednesday, February 2, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.31 248 Monday, January 17, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.30 126 Thursday, January 13, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.29 155 Thursday, January 6, 2022 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.27 223 Thursday, December 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.26 102 Wednesday, December 22, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.25 150 Thursday, December 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.24 150 Friday, December 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.23 176 Thursday, December 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.22 215 Thursday, November 18, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.18 468 Friday, October 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.17 165 Friday, October 1, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.16 118 Thursday, September 30, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.15 176 Tuesday, September 21, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.14 254 Wednesday, September 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.13 115 Monday, September 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.12 208 Thursday, August 26, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.11 119 Monday, August 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.10 181 Thursday, August 19, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.9 228 Monday, August 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.8 124 Wednesday, July 28, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.7 155 Thursday, July 22, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.6 119 Wednesday, July 21, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.5 125 Monday, July 19, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.4 145 Friday, July 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.3 216 Friday, July 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.2 204 Thursday, June 17, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 1.0.1 145 Wednesday, June 16, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.99 175 Monday, June 7, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.98 126 Friday, June 4, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.97 190 Friday, May 14, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.96 112 Wednesday, May 12, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.95 184 Friday, April 23, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.94 152 Wednesday, April 14, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.93 147 Friday, April 9, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.92 128 Thursday, April 8, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.91 127 Tuesday, April 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.90 123 Tuesday, April 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.89 124 Tuesday, March 30, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.88 107 Monday, March 29, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.87 193 Wednesday, March 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.86 112 Wednesday, March 10, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.85 141 Friday, March 5, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.84 129 Tuesday, March 2, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.83 144 Friday, February 26, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.82 210 Friday, February 5, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.81 173 Thursday, January 28, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.80 135 Wednesday, January 27, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.79 137 Monday, January 25, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.78 203 Thursday, January 7, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.77 151 Wednesday, January 6, 2021 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.76 161 Tuesday, December 29, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.74 168 Friday, December 18, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.73 143 Wednesday, December 16, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.72 161 Friday, December 11, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.71 174 Friday, December 4, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.70 246 Monday, November 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.69 178 Wednesday, October 28, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.68 182 Thursday, October 22, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.67 181 Friday, October 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.66 253 Friday, October 2, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.65 178 Wednesday, September 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.64 231 Tuesday, September 8, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.63 206 Tuesday, September 1, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.61 204 Thursday, August 20, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.59 200 Friday, August 14, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.58 147 Thursday, August 13, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.57 159 Wednesday, August 12, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.56 175 Monday, August 10, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.54 254 Thursday, July 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.53 141 Monday, July 27, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.52 250 Tuesday, July 21, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.51 205 Friday, July 17, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.49 174 Friday, July 10, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.48 166 Thursday, July 9, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.47 166 Wednesday, July 8, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.46 161 Tuesday, July 7, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.45 180 Thursday, July 2, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.22 277 Friday, April 3, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.21 161 Monday, March 30, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.20 299 Friday, January 31, 2020 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.19 240 Wednesday, September 11, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.17 218 Thursday, August 8, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.16 319 Friday, June 21, 2019 Approved
Spacedesk Viewer Software for SECONDARY machine (client) 0.9.15 216 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