Skip to content

Commit fc06423

Browse files
author
marci
committed
Füge englische Übersetzung für die Anleitung zur Aktivierung des Windows Product Keys hinzu
1 parent 8587680 commit fc06423

2 files changed

Lines changed: 76 additions & 1 deletion

File tree

content/posts/windows/windows-key-aktivieren.de.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ menu:
2020
parent: windows
2121
keywords:
2222
- windows product key
23+
slug: windows-product-key-aktivieren
2324
---
2425
> ### Andere Windows Versionen
2526
>
@@ -64,8 +65,10 @@ Slmgr.vbs /ipk "Euren Product Key" (von eurer Windows-Version)
6465
Slmgr.vbs /ipk NKJFK-GPHP7-G8C3J-P6JXR-HQRJR (Pro-Version)
6566
Slmgr.vbs /ipk "Euren Product Key" (von eurer Windows-Version)
6667
```
68+
---
6769
![windows product key aendern](/images/posts/windows/Befehl_Key_aendern.jpg)
6870

71+
---
6972
Nun sollte Windows den Product Key auf den von dir eingegebenen Product Key aktualisiert haben.
7073

7174
## Windows Product Key aktivieren
@@ -75,6 +78,10 @@ Nach dem Tausch des Produkt Key muss dieser noch aktiviert werden. Diese Aktivie
7578
```msdos
7679
slmgr.vbs /ato
7780
```
78-
![Windows Product Key aktivieren](../../../assets/images/posts/windows/Befehl_Aktivierung.jpg)
81+
82+
---
83+
![Windows Product Key aktivieren](/images/posts/windows/Befehl_Aktivierung.jpg)
84+
85+
---
7986

8087
Nach der Eingabe des oben genannten Befehls, wird nach kurzer Zeit Windows aktiviert und nun kannst du durch die Eingabe des Befehls ‚Exit‘ die Kommandokonsole verlassen.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Activate Windows Product Key
3+
description: Learn how to easily activate your Windows Product Key and increase your productivity with these simple steps.
4+
date: 2017-01-22
5+
preview: ../../../assets/images/posts/windows/Windows Product Key.jpg
6+
draft: false
7+
tags:
8+
- cmd
9+
- powershell
10+
- windows
11+
- tutorials
12+
categories:
13+
- Tutorials
14+
- “Windows”
15+
hero: /images/posts/windows/Windows Product Key.jpg
16+
menu:
17+
sidebar:
18+
name: Activate Windows Product Key
19+
identifier: windows-key
20+
parent: windows
21+
keywords:
22+
- windows product key
23+
slug: windows-product-key-activate
24+
---
25+
> ### Other Windows versions
26+
>
27+
> Of course, you can also use this method to change or activate the product key for any other Windows version.
28+
To activate it, you will need to use your product key instead! The product keys shown in this article are only suitable for use with Windows Insider Preview!
29+
## Activate Windows Product Key
30+
When performing an in-place upgrade of Windows 10 Enterprise, you may be prompted to reactivate Windows after the upgrade. When you try to reactivate, the process ends with an error code. [text](windows-key-aktivieren.de.md)
31+
The following instructions will show you how to change the product key and then activate your Windows 10 Insider Preview or any other version of Windows.
32+
## Read out the Windows product key
33+
You can easily read out the product key via the command line (CMD). To do this, start the command line or PowerShell with administrator rights as described below in this article and then enter the following command.
34+
```msdos
35+
wmic path softwarelicensingservice get OA3xOriginalProductKey
36+
```
37+
In the command line window, you can then view the stored 25-digit product key under the output “OA3xOriginalProductKey”.
38+
39+
## Change Windows product key
40+
To change the product key, start the command line tool (CMD) with administrator rights. You can do this by entering the command “CMD” in the search field, opening the context menu with the right mouse button, and selecting “Run as administrator.”
41+
42+
![cmd_aufrufen](/images/posts/windows/cmd_aufrufen.jpg)
43+
44+
After opening the command line, enter the following command and the product key:
45+
### Product Key Enterprise Version
46+
```msdos
47+
Slmgr.vbs /ipk PBHCJ-Q2NYD-2PX34-T2TD6-233PK (Enterprise version)
48+
Slmgr.vbs /ipk “Your product key” (from your Windows version)
49+
```
50+
51+
### Product Key Pro version
52+
```msdos
53+
Slmgr.vbs /ipk NKJFK-GPHP7-G8C3J-P6JXR-HQRJR (Pro version)
54+
Slmgr.vbs /ipk “Your product key” (from your Windows version)
55+
```
56+
---
57+
![change Windows product key](/images/posts/windows/Befehl_Key_aendern.jpg)
58+
---
59+
Windows should now have updated the product key to the one you entered.
60+
## Activate Windows product key
61+
After changing the product key, it must be activated. You can do this by entering the following command in the CMD input window:
62+
```msdos
63+
slmgr.vbs /ato
64+
```
65+
---
66+
![Activate Windows product key](/images/posts/windows/Befehl_Aktivierung.jpg)
67+
---
68+
After entering the above command, Windows will be activated after a short time and you can now exit the command console by entering the command ‘Exit’.

0 commit comments

Comments
 (0)