Wingetlywingetly
← All apps

Spice webdavd

by The Spice Projectv2.4.0

Last updated

SPICE file sharing daemon for Windows guest virtual machines.

Install with winget

$ winget install --id Spice.SpiceWebDAVd --exact --version 2.4.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Spice webdavd

Spice webdavd uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i spice-webdavd-x64-2.4.msi /quiet /norestart

See the full silent install reference for Spice webdavd

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

SPICE (the Simple Protocol for Independent Computing Environments) is a remote-display system built for virtual environments. SPICE WebDAVd implements the file sharing protocol based on WebDAV (RFC 4918) for Windows guest virtual machines to share files with the host.

Installers · v2.4.0

ArchitectureTypeScopeInstallDownload
x86MSI-Direct
x64MSI-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

2 known CVEs via NVD

  • medium5.3Patched in wingetCVE-2021-20201affects before 0.14.92May 28, 2021

    A flaw was found in spice in versions before 0.14.92. A DoS tool might make it easier for remote attackers to cause a denial of service (CPU consumption) by performing many renegotiations within a single connection.

  • medium6.6Patched in wingetCVE-2020-14355affects before 0.14.2Oct 7, 2020

    Multiple buffer overflow vulnerabilities were found in the QUIC image decoding process of the SPICE remote display system, before spice-0.14.2-1. Both the SPICE client (spice-gtk) and server are affected by these flaws. These flaws allow a malicious client or server to send spec...

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • S
    Spice agentThe Spice Project
    Spice.VDAgentv0.10.0

    SPICE agent for Windows guests

  • Docker DesktopDocker Inc.
    Docker.DockerDesktopv4.91.0

    An application for the building and sharing of containerized applications.

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.101.0

    Take GitHub to the command line

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

  • Snappy Driver InstallerSam Bounce
    samlab-ws.SnappyDriverInstallerv1.23.9 (R2309)

    Snappy Driver Installer is an application for installing/updating drivers on PCs running Microsoft Windows using driverpacks or included folders with drivers.

More from The Spice Project or browse foss, virtualization, vm.

Frequently asked questions

How do I install Spice webdavd on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Spice.SpiceWebDAVd --exact --version 2.4.0. winget downloads the installer from The Spice Project and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Spice webdavd silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Spice.SpiceWebDAVd --exact 2.4.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Spice webdavd?
Spice webdavd uses MSI. Run the downloaded installer with: msiexec.exe /i spice-webdavd-x64-2.4.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Spice webdavd via winget?
Run: winget uninstall --id Spice.SpiceWebDAVd --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Spice webdavd's Apps & Features entry.
Is Spice webdavd free?
Spice webdavd is distributed under LGPL-2.1-only. Refer to the publisher (https://gitlab.gnome.org/GNOME/phodav/) for the full license terms - Wingetly itself does not charge for installation.
Does Spice webdavd work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Spice webdavd directly from the publisher.
How do I keep Spice webdavd up to date?
Run winget upgrade --id Spice.SpiceWebDAVd --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Spice webdavd from microsoft/winget-pkgs.