windows:activacion:start

Diferències

Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.

Enllaç a la visualització de la comparació

windows:activacion:start [15/04/2025 01:05] – creat matewindows:activacion:start [15/04/2025 01:12] (actual) mate
Línia 5: Línia 5:
   * [[https://github.com/massgravel/Microsoft-Activation-Scripts]]   * [[https://github.com/massgravel/Microsoft-Activation-Scripts]]
     * W7-W11, Office, WServer     * W7-W11, Office, WServer
-=== anterior+=== información
   * [[https://gist.github.com/butageek/e6a5061ff7a80494b33d4bf3b6fb25be]]   * [[https://gist.github.com/butageek/e6a5061ff7a80494b33d4bf3b6fb25be]]
   * [[https://massgrave.dev/office-license-is-not-genuine]]   * [[https://massgrave.dev/office-license-is-not-genuine]]
Línia 14: Línia 14:
   * [[https://github.com/massgravel/Microsoft-Activation-Scripts]]   * [[https://github.com/massgravel/Microsoft-Activation-Scripts]]
   * [[https://www.davidmarti.cat/activacio-productes-microsoft/]]   * [[https://www.davidmarti.cat/activacio-productes-microsoft/]]
 +
 +
 +== Windows 10
 +=== enlaces descarga Windows (oficial)
 +  * [[https://massgrave.dev/genuine-installation-media]]
 +    * W10: [[https://msdl.gravesoft.dev/#2618]]
 +    * W11: [[https://msdl.gravesoft.dev/#2935]]
 +    * Server: [[https://microsoft.com/en-in/evalcenter]]
 +
 +=== office
 +    * Office Mac: [[https://massgrave.dev/office_for_mac]]
 +    * problemas? [[https://massgrave.dev/office-license-is-not-genuine]]
 +    * guía instalación: [[https://gravesoft.dev/office_c2r_custom]]
 +    * Office Customization Tool: [[https://config.office.com/deploymentsettings]]
 +== método 1
 +usando claves de productos genéricas se procede a la activación permanente y gratuita del Windows 10
 +
 +NO usar en el cuadro "normal" de licencia, solo a través del CMD
 +
 +^ Edición de Windows 10 ^ Clave de cliente KMS ^
 +|Pro                 | W269N-WFGWX-YVC9B-4J6C9-T83GX|
 +|Pro N                 |MH37W-N47XK-V7XM9-C7227-GCQG9|
 +|Home                 |TX9XD-98N7V-6WMQ6-BX7FG-H8Q99|
 +|Home N                 |3KHY7-WNT83-DGQKR-F7HPR-844BM|
 +|Enterprise         |NPPR9-FWDCX-D2C8J-H872K-2YT43|
 +|Enterprise N         |DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4|
 +|Education         |NW6C2-QMPVW-D7KKK-3GKT6-VCFB2|
 +|Education N         |2WH4N-8QGBV-H22JP-CT43Q-MDWWJ|
 +
 +via shell (CMD):
 +<code bash>
 +slmgr /ipk <KEY>
 +slmgr /skms kms.digiboy.ir
 +slmgr /ato
 +</code>
 +
 +/via: [[https://www.dominiogeek.com/como-activar-windows-10-para-siempre/]]
 +
 +== método 2
 +=== w10
 +<code>Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
 +Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM
 +Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
 +Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
 +Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX
 +Professional N: MH37W-N47XK-V7XM9-C7227-GCQG9
 +Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
 +Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
 +Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
 +Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4</code>
 +
 +via shell (CMD):
 +<code bash>
 +slmgr /ipk <KEY>
 +slmgr /skms kms9.msguides.com
 +slmgr /ato
 +</code>
 +
 +=== WServer
 +<code>Windows Server 2022 Datacenter: WX4NM-KYWYW-QJJR4-XV3QB-6VM33
 +Windows Server 2022 Standard: VDYBN-27WPP-V4HQT-9VMD4-VMK7H
 +Windows Server 2019 Datacenter: WMDGN-G9PQG-XVVXX-R3X43-63DFG
 +Windows Server 2019 Standard: N69G4-B89J2-4G8F4-WWYCC-J464C
 +Windows Server 2019 Essentials: WVDHN-86M7X-466P6-VHXV7-YY726
 +Windows Server 2016 Datacenter: CB7KF-BWN84-R7R2Y-793K2-8XDDG
 +Windows Server 2016 Standard: WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
 +Windows Server 2016 Essentials: JCKRF-N37P4-C2D82-9YXRT-4M63B</code>
 +<code bash>
 +# convertir Server Evaluation to retail, listar ediciones:
 +DISM /Online /Get-TargetEditions
 +DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
 +slmgr /ipk your_license_key
 +slmgr /skms kms9.msguides.com
 +slmgr /ato
 +</code>
 +/via: [[https://gist.github.com/butageek/e6a5061ff7a80494b33d4bf3b6fb25be]]
 +
 +== Método 3
 +  * ''git clone https://github.com/massgravel/Microsoft-Activation-Scripts.git''
 +  * powershell:<code bash>
 +# no siempre:
 +[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
 +
 +irm https://get.activated.win | iex
 +</code>
 +  * [[https://github.com/massgravel/Microsoft-Activation-Scripts]]
  • windows/activacion/start.1744704304.txt.gz
  • Darrera modificació: 15/04/2025 01:05
  • per mate