Wingetlywingetly
← All apps

WeDo

by LEGO Educationv1.9.385

Last updated

The WeDo software includes science and coding curriculum content, teacher resources, a documentation tool, building instructions and tutorials.

Install with winget

$ winget install --id LEGO.WeDo --exact --version 1.9.385

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

Silent install command for WeDo

WeDo uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
WeDo2_Full_1.9.385_Global_WIN10.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for WeDo

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 · v1.9.385

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x86EXE
Inno Setup
machineDirect

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 WeDo.

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

  • Logisim-evolutionlogisim-evolution developers
    logisim-evolution.logisim-evolutionv4.1.0

    Digital logic design tool and simulator

  • SelectAndTranslateYana Yuan
    YanaYuan.SelectAndTranslatev1.0.0

    AI-powered system-wide translation tool with vocabulary building and wallpaper learning.

  • StudioBrickLink Corporation
    BrickLink.Studiov2.26.8_1

    Build with virtual parts, render designs and create instructions.

  • A
    AlgodooAlgoryx
    Algoryx.Algodoov2.2.1

    Physics-based 2D sandbox simulator

  • GeoGebra ClassicInternational GeoGebra Institute
    GeoGebra.Classicv6.0.929

    Apps bundle including free tools for geometry, spreadsheet, probability, and CAS

  • 希沃白板 5Seewo
    Seewo.EasiNotev5.2.4.10148

    An interactive slide tool specially designed for teaching scenarios.

More from LEGO Education or browse education, lego.

Frequently asked questions

How do I install WeDo on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id LEGO.WeDo --exact --version 1.9.385. winget downloads the installer from LEGO Education and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WeDo silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id LEGO.WeDo --exact 1.9.385 --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 WeDo?
WeDo uses EXE (Inno Setup). Run the downloaded installer with: WeDo2_Full_1.9.385_Global_WIN10.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall WeDo via winget?
Run: winget uninstall --id LEGO.WeDo --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WeDo's Apps & Features entry.
Is WeDo free?
WeDo is distributed under Proprietary. Refer to the publisher (https://education.lego.com/downloads/retiredproducts/wedo-2/software/) for the full license terms - Wingetly itself does not charge for installation.
Does WeDo 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 WeDo directly from the publisher.
How do I keep WeDo up to date?
Run winget upgrade --id LEGO.WeDo --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WeDo from microsoft/winget-pkgs.