Skip to content

masterflitzer/ms-activation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microsoft windows & office activation

activation

install

windows

office

automated

execute this one liner and follow the instructions to deploy office with the preconfigured office config file from this repository:

irm "https://github.com/masterflitzer/ms-activation/raw/main/office.ps1" | iex

manually

get office deployment tool:

  • download the office deployment tool (e.g. as $HOME/Downloads/odt.exe)
  • execute it and choose a directory of your choice for extraction (e.g. $HOME/Downloads/office-deployment-tool)

generate a custom office config file:

  • go to the office customization tool
  • create a new config / import existing config
  • customize deployment settings
  • export config (e.g. as $HOME/Downloads/office-deployment-tool/office.xml)

deploy office:

  • open powershell (as admin) and execute these commands (adapt paths if needed):
cd "$HOME/Downloads/office-deployment-tool"
./setup.exe /download office.xml
./setup.exe /configure office.xml

notes

read more about:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published