Wingetlywingetly
← All apps

Datto Windows Agent

by Datto Inc.v3.0.18.24

Last updated

The Datto Backup Agent is installed on the machine to be protected and works with a Datto Appliance to deliver backup and continuity.

Install with winget

$ winget install --id Datto.WindowsAgent --exact --version 3.0.18.24

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

Silent install command for Datto Windows Agent

Datto Windows Agent uses EXE (Burn bundle). The silent install switches are /quiet.

One-line silent install (x64)
msiexec.exe /i DattoWindowsAgent.exe /quiet /norestart

See the full silent install reference for Datto Windows Agent

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.

Installers · v3.0.18.24

ArchitectureTypeScopeInstallDownload
x86EXE
Burn bundle
-Direct
x64EXE
Burn bundle
-Direct

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

Security

No known CVEs for Datto Windows Agent.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Datto WorkplaceDatto Inc.
    Datto.Workplacev10.5.3.4

    Datto Workplace is the security-focused enterprise file sync and share (EFSS), delivered by managed service providers, to enable secure and efficient collaboration.

  • Datto Workplace ServerDatto Inc.
    Datto.WorkplaceServerv8.42.34

    Datto Workplace Server is the security-focused enterprise file sync and share (EFSS), delivered by managed service providers, to enable secure and efficient collaboration.

  • Datto Cloud Continuity AgentDatto Inc.
    Datto.CloudContinuityAgentv3.0.19.12

    Datto Cloud Continuity uses a variant of the Datto Windows Agent to protect your Windows' machines and back them up direct-to-cloud, no appliance required.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • FastCopyH.Shirouzu & FastCopy Lab, LLC.
    FastCopy.FastCopyv5.12.0

    The Fastest Copy/Backup Software on Windows

  • iCloud (Legacy)Apple Inc.
    Apple.iCloudv7.21.0.23

    With iCloud for Windows, you can access your photos, videos, mail, calendar, files, and other important information on your Windows PC.

More from Datto Inc. or browse backup, bcdr, datto.

Frequently asked questions

How do I install Datto Windows Agent on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Datto.WindowsAgent --exact --version 3.0.18.24. winget downloads the installer from Datto Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Datto Windows Agent silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Datto.WindowsAgent --exact 3.0.18.24 --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 Datto Windows Agent?
Datto Windows Agent uses EXE (Burn bundle). Run the downloaded installer with: msiexec.exe /i DattoWindowsAgent.exe /quiet /norestart. The silent switches are /quiet.
How do I uninstall Datto Windows Agent via winget?
Run: winget uninstall --id Datto.WindowsAgent --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Datto Windows Agent's Apps & Features entry.
Is Datto Windows Agent free?
Datto Windows Agent is distributed under Proprietary. Refer to the publisher (https://www.datto.com) for the full license terms - Wingetly itself does not charge for installation.
Does Datto Windows Agent 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 Datto Windows Agent directly from the publisher.
How do I keep Datto Windows Agent up to date?
Run winget upgrade --id Datto.WindowsAgent --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Datto Windows Agent from microsoft/winget-pkgs.