# per office365 choco choco install office365proplus -y choco install Office365Business -y # per office 365 winget winget search Microsoft.Office # per attivazione da powershell / terminal as admin (no cmd) irm https://get.activated.win | iex irm https://massgrave.dev/get | iex # attivare win permanente iex "&{$(irm https://get.activated.win)} /HWID" iex "&{$(irm https://massgrave.dev/get)} /HWID" # attivare office permanente iex "&{$(irm https://get.activated.win)} /Ohook" iex "&{$(irm https://massgrave.dev/get)} /Ohook" # old office con kms auto renewal iex "&{$(irm https://massgrave.dev/get)} /KMS-Office /KMS-ActAndRenewalTask" # fonte https://massgrave.dev/command_line_switches.html