How can I downgrade My Surface Pro 3 from Windows 10 enterprise to Pro (using the built-in key)How to...
Why proton concentration is divided by 10⁻⁷?
Can you use a beast's innate abilities while polymorphed?
When was drinking water recognized as crucial in marathon running?
Hacker Rank: Array left rotation
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Reason Why Dimensional Travelling Would be Restricted
How to mitigate "bandwagon attacking" from players?
How to count occurrences of Friday 13th
Auto Insert date into Notepad
How do ISS astronauts "get their stripes"?
How can atoms be electrically neutral when there is a difference in the positions of the charges?
Non-Italian European mafias in USA?
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
Is there a frame of reference in which I was born before I was conceived?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
What is the difference between throw e and throw new Exception(e)?
Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?
Must a tritone substitution use a dominant seventh chord?
What is better: yes / no radio, or simple checkbox?
Book where the good guy lives backwards through time and the bad guy lives forward
What is a term for a function that when called repeatedly, has the same effect as calling once?
Closure of presentable objects under finite limits
Logistics of a hovering watercraft in a fantasy setting
Find the next monthly expiration date
How can I downgrade My Surface Pro 3 from Windows 10 enterprise to Pro (using the built-in key)
How to activate Windows 10 Pro without installing previous version first?How do I upgrade from Windows 8.1 Enterprise to Windows 10?How to upgrade from Windows 10 Home without product key to ProHow do I activate Windows 10 Pro on a laptop that came with Windows 10 Home?Can I move a Windows 10 Pro product key from one PC to another?Upgrading from Windows 10 Home to ProHow to activate Windows 10 Pro with a refurb licenseWindows 10 activation no longer valid after two years on Surface Pro 1Downgrade Windows 10 Enterprise with keySurface Pro 3 keeps failing to boot Windows
I have a Surface Pro which had Windows 10 enterprise installed but has become deactivated due to no longer being around/associated the organizational infrastructure (KMS?). I want to just downgrade it to the built-in Windows 10 Pro that it came with. How can I do that?
Bonus for doing it without wiping it.
windows-10
add a comment |
I have a Surface Pro which had Windows 10 enterprise installed but has become deactivated due to no longer being around/associated the organizational infrastructure (KMS?). I want to just downgrade it to the built-in Windows 10 Pro that it came with. How can I do that?
Bonus for doing it without wiping it.
windows-10
add a comment |
I have a Surface Pro which had Windows 10 enterprise installed but has become deactivated due to no longer being around/associated the organizational infrastructure (KMS?). I want to just downgrade it to the built-in Windows 10 Pro that it came with. How can I do that?
Bonus for doing it without wiping it.
windows-10
I have a Surface Pro which had Windows 10 enterprise installed but has become deactivated due to no longer being around/associated the organizational infrastructure (KMS?). I want to just downgrade it to the built-in Windows 10 Pro that it came with. How can I do that?
Bonus for doing it without wiping it.
windows-10
windows-10
asked Oct 11 '18 at 14:53
AaronAaron
18319
18319
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
So this worked for my surface and for another laptop we are working with.
We ran an administrator command prompt, then ran
wmic path softwareLicensingService get OA3xOriginalProductKey
This output my original Windows Key.
Then We copied that key into the "Change your product key" option in Settings --> About
Done
add a comment |
For the wipe it and know it is activated for sure option you can download the Surface Pro recovery media from Microsoft.
They check your device and serial number so it should activate correctly.
In theory though the machine has a live digital entitlement for Windows 10 Pro. It should, again in theory, be a simple matter of revoking the current licence using slmgr.vbs /upk
and then letting it reactivate itself online or by running slui.exe
and attempting to activate it that way.
More details at https://www.groovypost.com/howto/transfer-windows-10-license-new-pc/ in the "uninstalling the licence" section.
add a comment |
Unfortunately this downgrade is not
officially supported
by Microsoft.
Yet you might succeed without losing your installed applications
and settings.
You need first to purchase a Windows 10 Pro license
(which you don't need if your Surface came already with Windows Pro
and so is entitled to it), then download the ISO and
create a bootable USB media.
Then you might be able to try the following:
Open Registry Editor(WIN + R, type regedit, hit Enter)
Browse to key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Change
EditionID
toPro
(double click EditionID, change value, click OK). In your case it should at the moment show Enterprise.Change
ProductName
toWindows 10 Pro
. In your case it should at the moment show Windows 10 Enterprise.Repeat these two changes for
HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows NTCurrentVersion
.Close the Registry Editor
Insert the Windows 10 Pro installation media and do an
in-place upgrade
from the desktop (not booting with Windows 10 Pro install media).When asked, enter your valid Windows 10 Pro product key and select what to keep(settings, personal files and apps, only personal files or nothing)
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1365918%2fhow-can-i-downgrade-my-surface-pro-3-from-windows-10-enterprise-to-pro-using-th%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
So this worked for my surface and for another laptop we are working with.
We ran an administrator command prompt, then ran
wmic path softwareLicensingService get OA3xOriginalProductKey
This output my original Windows Key.
Then We copied that key into the "Change your product key" option in Settings --> About
Done
add a comment |
So this worked for my surface and for another laptop we are working with.
We ran an administrator command prompt, then ran
wmic path softwareLicensingService get OA3xOriginalProductKey
This output my original Windows Key.
Then We copied that key into the "Change your product key" option in Settings --> About
Done
add a comment |
So this worked for my surface and for another laptop we are working with.
We ran an administrator command prompt, then ran
wmic path softwareLicensingService get OA3xOriginalProductKey
This output my original Windows Key.
Then We copied that key into the "Change your product key" option in Settings --> About
Done
So this worked for my surface and for another laptop we are working with.
We ran an administrator command prompt, then ran
wmic path softwareLicensingService get OA3xOriginalProductKey
This output my original Windows Key.
Then We copied that key into the "Change your product key" option in Settings --> About
Done
edited Oct 19 '18 at 13:25
answered Oct 11 '18 at 18:13
AaronAaron
18319
18319
add a comment |
add a comment |
For the wipe it and know it is activated for sure option you can download the Surface Pro recovery media from Microsoft.
They check your device and serial number so it should activate correctly.
In theory though the machine has a live digital entitlement for Windows 10 Pro. It should, again in theory, be a simple matter of revoking the current licence using slmgr.vbs /upk
and then letting it reactivate itself online or by running slui.exe
and attempting to activate it that way.
More details at https://www.groovypost.com/howto/transfer-windows-10-license-new-pc/ in the "uninstalling the licence" section.
add a comment |
For the wipe it and know it is activated for sure option you can download the Surface Pro recovery media from Microsoft.
They check your device and serial number so it should activate correctly.
In theory though the machine has a live digital entitlement for Windows 10 Pro. It should, again in theory, be a simple matter of revoking the current licence using slmgr.vbs /upk
and then letting it reactivate itself online or by running slui.exe
and attempting to activate it that way.
More details at https://www.groovypost.com/howto/transfer-windows-10-license-new-pc/ in the "uninstalling the licence" section.
add a comment |
For the wipe it and know it is activated for sure option you can download the Surface Pro recovery media from Microsoft.
They check your device and serial number so it should activate correctly.
In theory though the machine has a live digital entitlement for Windows 10 Pro. It should, again in theory, be a simple matter of revoking the current licence using slmgr.vbs /upk
and then letting it reactivate itself online or by running slui.exe
and attempting to activate it that way.
More details at https://www.groovypost.com/howto/transfer-windows-10-license-new-pc/ in the "uninstalling the licence" section.
For the wipe it and know it is activated for sure option you can download the Surface Pro recovery media from Microsoft.
They check your device and serial number so it should activate correctly.
In theory though the machine has a live digital entitlement for Windows 10 Pro. It should, again in theory, be a simple matter of revoking the current licence using slmgr.vbs /upk
and then letting it reactivate itself online or by running slui.exe
and attempting to activate it that way.
More details at https://www.groovypost.com/howto/transfer-windows-10-license-new-pc/ in the "uninstalling the licence" section.
edited Oct 11 '18 at 16:42
answered Oct 11 '18 at 16:36
Mokubai♦Mokubai
57.8k16139157
57.8k16139157
add a comment |
add a comment |
Unfortunately this downgrade is not
officially supported
by Microsoft.
Yet you might succeed without losing your installed applications
and settings.
You need first to purchase a Windows 10 Pro license
(which you don't need if your Surface came already with Windows Pro
and so is entitled to it), then download the ISO and
create a bootable USB media.
Then you might be able to try the following:
Open Registry Editor(WIN + R, type regedit, hit Enter)
Browse to key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Change
EditionID
toPro
(double click EditionID, change value, click OK). In your case it should at the moment show Enterprise.Change
ProductName
toWindows 10 Pro
. In your case it should at the moment show Windows 10 Enterprise.Repeat these two changes for
HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows NTCurrentVersion
.Close the Registry Editor
Insert the Windows 10 Pro installation media and do an
in-place upgrade
from the desktop (not booting with Windows 10 Pro install media).When asked, enter your valid Windows 10 Pro product key and select what to keep(settings, personal files and apps, only personal files or nothing)
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
add a comment |
Unfortunately this downgrade is not
officially supported
by Microsoft.
Yet you might succeed without losing your installed applications
and settings.
You need first to purchase a Windows 10 Pro license
(which you don't need if your Surface came already with Windows Pro
and so is entitled to it), then download the ISO and
create a bootable USB media.
Then you might be able to try the following:
Open Registry Editor(WIN + R, type regedit, hit Enter)
Browse to key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Change
EditionID
toPro
(double click EditionID, change value, click OK). In your case it should at the moment show Enterprise.Change
ProductName
toWindows 10 Pro
. In your case it should at the moment show Windows 10 Enterprise.Repeat these two changes for
HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows NTCurrentVersion
.Close the Registry Editor
Insert the Windows 10 Pro installation media and do an
in-place upgrade
from the desktop (not booting with Windows 10 Pro install media).When asked, enter your valid Windows 10 Pro product key and select what to keep(settings, personal files and apps, only personal files or nothing)
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
add a comment |
Unfortunately this downgrade is not
officially supported
by Microsoft.
Yet you might succeed without losing your installed applications
and settings.
You need first to purchase a Windows 10 Pro license
(which you don't need if your Surface came already with Windows Pro
and so is entitled to it), then download the ISO and
create a bootable USB media.
Then you might be able to try the following:
Open Registry Editor(WIN + R, type regedit, hit Enter)
Browse to key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Change
EditionID
toPro
(double click EditionID, change value, click OK). In your case it should at the moment show Enterprise.Change
ProductName
toWindows 10 Pro
. In your case it should at the moment show Windows 10 Enterprise.Repeat these two changes for
HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows NTCurrentVersion
.Close the Registry Editor
Insert the Windows 10 Pro installation media and do an
in-place upgrade
from the desktop (not booting with Windows 10 Pro install media).When asked, enter your valid Windows 10 Pro product key and select what to keep(settings, personal files and apps, only personal files or nothing)
Unfortunately this downgrade is not
officially supported
by Microsoft.
Yet you might succeed without losing your installed applications
and settings.
You need first to purchase a Windows 10 Pro license
(which you don't need if your Surface came already with Windows Pro
and so is entitled to it), then download the ISO and
create a bootable USB media.
Then you might be able to try the following:
Open Registry Editor(WIN + R, type regedit, hit Enter)
Browse to key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Change
EditionID
toPro
(double click EditionID, change value, click OK). In your case it should at the moment show Enterprise.Change
ProductName
toWindows 10 Pro
. In your case it should at the moment show Windows 10 Enterprise.Repeat these two changes for
HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindows NTCurrentVersion
.Close the Registry Editor
Insert the Windows 10 Pro installation media and do an
in-place upgrade
from the desktop (not booting with Windows 10 Pro install media).When asked, enter your valid Windows 10 Pro product key and select what to keep(settings, personal files and apps, only personal files or nothing)
edited Oct 11 '18 at 18:14
answered Oct 11 '18 at 16:25
harrymcharrymc
260k14271575
260k14271575
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
add a comment |
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
1
1
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
Surface Pro computers come with a full copy of Windows 10 Pro which should already be activated, as clearly stated in the question it was subsequently wiped and installed with a corporate Enterprise edition. That should not have consumed the Pro licence and he should still be entitled to Pro without paying again.
– Mokubai♦
Oct 11 '18 at 16:40
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
@Mokubai: Right - I added this.
– harrymc
Oct 11 '18 at 18:15
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1365918%2fhow-can-i-downgrade-my-surface-pro-3-from-windows-10-enterprise-to-pro-using-th%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown