Wingetlywingetly
← All apps

IDrive

by IDrive Inc.v7.0.0.41

Last updated

Set up the thin client application, which has limited GUI, on your PCs and Macs and perform backup, restore or manage settings, via the web.

Install with winget

$ winget install --id IDrive.IDriveThinClient --exact --version 7.0.0.41

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

Silent install command for IDrive

IDrive uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i IDriveWinSetup.msi /quiet /norestart

See the full silent install reference for IDrive

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 · v7.0.0.41

ArchitectureTypeScopeInstallDownload
x86MSI-Direct
x86EXE
Inno Setup
-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 IDrive.

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

  • IDriveIDrive Inc.
    IDrive.IDrivev7.0.1.0

    Multi-computer cloud backup and storage. Offers 10 GB for free; with more available through subscriptions.

  • DropboxDropbox, Inc.
    Dropbox.Dropboxv262.4.3183

    Organize all your team's content, tune out distractions, and get everyone coordinated with the world's first smart workspace.

  • CryptomatorSkymatic GmbH
    Cryptomator.Cryptomatorv1.19.3

    Encryption made easy and optimized for the cloud

  • Air Explorerhttp://www.airexplorer.net
    AirExplorer.AirExplorerv5.11.0

    Manage all your cloud storage accounts with one app

  • RcloneRclone
    Rclone.Rclonev1.75.1

    Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers.

  • OpenCloudOpenCloud GmbH
    OpenCloud.Desktopv2.0.0-rc.4

    A tool to synchronize files from OpenCloud with your computer.

More from IDrive Inc. or browse IDrive.ThinClient, cloud-backup, cloud-storage.

Frequently asked questions

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