Skip to content

masterflitzer/ms-activation

Repository files navigation

Install & Activate Microsoft Windows / Office

Activation

Install

Windows

Office

Alternatively download one of the preconfigured config files from this repository

  • Depending on your preferred activation method, you'll need to choose a corresponding configuration
    • Activate with Microsoft 365 account: office-microsoft-365.xml
    • Activate with Volume License (VL): office-volume-license.xml
# Microsoft 365
irm -OutFile "$HOME/Downloads/office.xml" https://github.com/masterflitzer/ms-activation/raw/main/office-microsoft-365.xml

# Volume License (VL)
irm -OutFile "$HOME/Downloads/office.xml" https://github.com/masterflitzer/ms-activation/raw/main/office-volume-license.xml

Automatic

  • Open PowerShell, execute this one liner and follow the instructions
irm https://github.com/masterflitzer/ms-activation/raw/main/office.ps1 | iex

Manual

  • Download the Office Deployment Tool
  • Save it (e.g. as $HOME/Downloads/odt.exe)
  • Run it and extract in a directory of your choice (e.g. $HOME/Downloads/office-deployment-tool)
  • Open PowerShell and run these commands successively:
cd "$HOME/Downloads/office-deployment-tool"
./setup.exe /download "$HOME/Downloads/office.xml"
./setup.exe /configure "$HOME/Downloads/office.xml"

Notes

Here you can read more about the Office Customization Tool or the Office Deployment Tool

About

Download & Activate Microsoft Windows / Office

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published