How do I install Unofficial Google Docs on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id CompLabs.GoogleDocs --exact --version 2022.12.1. winget downloads the installer from Comp Labs and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Unofficial Google Docs silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id CompLabs.GoogleDocs --exact 2022.12.1 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Unofficial Google Docs via winget?⌄
Run: winget uninstall --id CompLabs.GoogleDocs --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Unofficial Google Docs's Apps & Features entry.
Is Unofficial Google Docs free?⌄
Unofficial Google Docs is distributed under MIT. Refer to the publisher (https://complabs.in/apps/google-docs) for the full license terms - Wingetly itself does not charge for installation.
Does Unofficial Google Docs 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 Unofficial Google Docs directly from the publisher.
How do I keep Unofficial Google Docs up to date?⌄
Run winget upgrade --id CompLabs.GoogleDocs --exact, or winget upgrade --all to update everything winget tracks. We index 2 versions of Unofficial Google Docs from microsoft/winget-pkgs.