Wingetlywingetly
← All apps

Office Tab

by ExtendOffice.comv14.10

Last updated

With OfficeTab you can open multiple documents in the programs of the Microsoft Office suite in a single window.

Install with winget

$ winget install --id ExtendOffice.OfficeTab --exact --version 14.10

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

Silent install command for Office Tab

Office Tab uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x86, machine scope)
msiexec.exe /i SetupOfficeTabMSI.msi /quiet /norestart

See the full silent install reference for Office Tab

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 · v14.10

ArchitectureTypeScopeInstallDownload
x86MSImachineDirect

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 Office Tab.

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

  • Office Tab EnterpriseExtendOffice.com
    ExtendOffice.OfficeTab.Enterprisev14.10

    With OfficeTab you can open multiple documents in the programs of the Microsoft Office suite in a single window.

  • Office Deployment ToolMicrosoft Corporation
    Microsoft.OfficeDeploymentToolv16.0.20326.20112

    A command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.

  • LibreOfficeThe Document Foundation
    TheDocumentFoundation.LibreOfficev26.8.0.3

    LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.

  • DingTalkAlibaba (China) Network Technology Co.,Ltd.
    Alibaba.DingTalkv8.3.10-Release.260413002

    DingTalk, make work and study easy

  • Hanword HWP document converter for Microsoft WordMicrosoft Corporation
    Microsoft.HwpConverterv15.0.4454.1506

    Hanword HWP document converter for Microsoft Word is a tool which allows you to convert and open HWP files in Word as DOCX files.

  • W
    WPS OfficeKingsoft Corp.
    Kingsoft.WPSOffice.x64v12.1.0.28488

    Complete office suite with PDF editor

More from ExtendOffice.com or browse multiple-documents, office, single-window.

Frequently asked questions

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