Skip to content

Taskinul/Get-Office-365

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Office 365

The simplest way to get Office 365 running on your Windows (10/11) computer.

Installation


  • If Office was ever installed before,

    • Uninstall Office with the App and Features option (a.k.a. Add or Remove Programs) in Windows settings.
    • Run OfficeScrubber.cmd file from Office Scrubber by abbodi1406 and select [R] Remove all Licenses option.
  • Restart your computer if you have completed the steps above.

  • Open Powershell, copy-paste the code below, and press Enter:

irm https://naeembolchhi.github.io/Get-Office-365/GO365.ps1 | iex
  • This will now download and install Office 365 (Word, Excel, PowerPoint) on your computer automatically.

Activation


  • You can activate this Office installation with Massgrave's popular script.

  • Open Powershell, copy-paste the code below, and press Enter:

irm https://get.activated.win | iex
  • Type 2 to select Ohook Activation, then type 1 to start permanent Office activation.

  • Enjoy!

Alternative Method



Credits


Dev Contribution
@massgravel For their amazing guide on this process.
https://gravesoft.dev/office_c2r_custom
@NaeemBolchhi (Me) Offered a preconfigured Configuration.xml file and an easy-to-use one-liner for convenience.

About

The simplest way to get Office 365 running on your Windows (10/11) computer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Batchfile 50.4%
  • PowerShell 49.6%