https://github.com/massgravel/Microsoft-Activation-Scripts/releases # volendo si può usare da powershell / terminal as admin (no cmd) # attivare win permanente iex "&{$(irm https://massgrave.dev/get)} /HWID" # attivare office permanente 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 # volendo si può usare da powershell / terminal as admin (no cmd) # manuale ### procedura download install e activate [ # download e avvio setup Start-BitsTransfer -Source "https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365ProPlusRetail&platform=x64&language=it-it&version=O16GA" -Destination c:\Windows\Temp\OfficeSetup.exe ; c:\Windows\Temp\OfficeSetup.exe # download e avvio mas irm https://massgrave.dev/get | iex ### ] # link suto ufficiale https://massgrave.dev/ # link per download office https://massgrave.dev/office_c2r_links.html#Italian_[it-it] # link diretto in italiano office 365 # offline https://officecdn.microsoft.com/db/492350f6-3a01-4f97-b9c0-c7c6ddf67d60/media/it-it/O365ProPlusRetail.img # online 64bit https://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365ProPlusRetail&platform=x64&language=it-it&version=O16GA