Generic Product Keys to Install Windows 10 Editions  

Page 9 of 9 FirstFirst ... 789

  1. Posts : 9
    Windows 10 Pro
       #80

    All because of that

    Index: "1"
    Name: "Windows 10 Pro"
    Beschreibung: "Windows 10 Pro"
    Größe: 21.509.505.944 Bytes

    I downloaded an iso and extracted the Win 10 Home with NTLite (screenshot). Now I integrate latest updates and drivers with NTLite.
    Generic Product Keys to Install Windows 10 Editions-screen002.jpg

    So I can delete the ei.cfg, since only a Win 10 Home installation is possible anyway and try it as at the beginning,
    only with the autounattend.xml... I'll enter my original Home Key as a test and see whether he accepts this,
    otherwise I'll try the KMS from here as suggested or no key... something will work Just want to test it and see what happens.

    - - - Updated - - -
    @hsehestedt

    Update:

    Install works with my original Key in the autounattend.xml and after installation (if internet is available) Windows activates itself.
    Updates and Drivers are also installed:
    Generic Product Keys to Install Windows 10 Editions-screen002.jpg

    But one last Problem... the user account is not installed as an administrator although specified in the autounattend.xml under

    <Group>Administrators</Group>

    Can you take a look at the autounattend.xml please (I replaced my key with XX...)?

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    	<settings pass="windowsPE">
    		<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<SystemLocale>de-DE</SystemLocale>
    			<UserLocale>de-DE</UserLocale>
    			<UILanguage>de-DE</UILanguage>
    			<UILanguageFallback>de-DE</UILanguageFallback>
    			<InputLocale>0407:00000407</InputLocale>
    		</component>
    		<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<UserData>
    				<ProductKey>
    					<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
    					<WillShowUI>OnError</WillShowUI>
    				</ProductKey>
    				<Organization>Microsoft</Organization>
    				<FullName>User-01</FullName>
    				<AcceptEula>true</AcceptEula>
    			</UserData>
    			<ImageInstall>
    				<OSImage>
    					<InstallFrom>
    						<MetaData wcm:action="add">
    								<Key>/IMAGE/NAME</Key>
                                <Value>Windows 10 Home</Value>
    						</MetaData>
    					</InstallFrom>
    				</OSImage>
    			</ImageInstall>
    		</component>
    	</settings>
    	<settings pass="oobeSystem">
    		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<UserAccounts>
    				<LocalAccounts>
    					<LocalAccount wcm:action="add">
    						<Name>User-01</Name>
    						<Group>Administrators</Group>
    						<Password>
    							<PlainText>true</PlainText>
    							<Value></Value>
    						</Password>
    					</LocalAccount>
    				</LocalAccounts>
    			</UserAccounts>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Work</NetworkLocation>
                    <ProtectYourPC>3</ProtectYourPC>
    				<HideLocalAccountScreen>true</HideLocalAccountScreen>
    				<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    				<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    				<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    				<SkipMachineOOBE>true</SkipMachineOOBE>
    				<SkipUserOOBE>true</SkipUserOOBE>
                </OOBE>
                <Display>
                      <ColorDepth>32</ColorDepth>
                      <HorizontalResolution>1920</HorizontalResolution>
                      <RefreshRate>60</RefreshRate>
                      <VerticalResolution>1080</VerticalResolution>
                </Display>			
    		</component>
    		<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<UILanguage>de-DE</UILanguage>
    			<UserLocale>de-DE</UserLocale>
    			<InputLocale>0407:00000407 </InputLocale>
    		</component>
    	</settings>
    	<settings pass="specialize">
    		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<AutoLogon>
    				<Enabled>true</Enabled>
    				<Username>User-01</Username>
    				<Password>
    					<PlainText>true</PlainText>
    						<Value></Value>
    					</Password>
    				<LogonCount>9999999</LogonCount>
    			</AutoLogon>
    			<TimeZone>W. Europe Standard Time</TimeZone>
    			<ComputerName>User-01</ComputerName>
    		</component>
    	</settings>
    </unattend>
    - - - Updated - - -

    Last Update:

    Now it's done...

    I took another autounattend.xml and compared mine. I deleted that in the screenshot, it was extra in mine.
    Somehow this caused an error.
    Generic Product Keys to Install Windows 10 Editions-screen002.jpg

    Anyway, thanks a lot @all.
      My Computer


  2. Posts : 4,187
    Windows 11 Pro, 22H2
       #81

    Glad to hear that you got it sorted out.
      My Computers


  3. Posts : 10
    Windows 10 LTSC, MacOS 10.13,10.14
       #82

    Like the IT helpdesk idiot that I am, working on a colleague's Windows 10 Home laptop, I quickly Googled, then TOO quickly ran the first two slmgr commands I found, /upk and /cpky!! What a dunce! I just wanted /dlv but couldn't remember it. So I deactivated my friend's Windows. Yeesh!! Thank goodness for this list of keys! THANK YOU!!
      My Computer


  4. Posts : 68,988
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #83

    DavidLevine said:
    Like the IT helpdesk idiot that I am, working on a colleague's Windows 10 Home laptop, I quickly Googled, then TOO quickly ran the first two slmgr commands I found, /upk and /cpky!! What a dunce! I just wanted /dlv but couldn't remember it. So I deactivated my friend's Windows. Yeesh!! Thank goodness for this list of keys! THANK YOU!!
    You're most welcome David, but remember generic keys do not activate.

    If your friend signed in to Windows with a Microsoft account that had a digital license linked to it, then that would activate it.
      My Computers


  5. Posts : 10
    Windows 10 LTSC, MacOS 10.13,10.14
       #84

    Thanks for your response Brink! It did activate however. Or at least it said it did. It appeared to remain activated after a restart. This is a really old Toshiba laptop with a spinning disk HD. Torture to work on, and my friend hates it too but can't afford to get a new laptop.
      My Computer


  6. Posts : 4,187
    Windows 11 Pro, 22H2
       #85

    David, as Brink noted, the generic keys are not activation keys, but rather, they serve as an identifier of the Edition of Windows. By installing a generic key, Windows will check to see if there is a digital license for that machine associated with the edition of Windows associated with the generic key. If one exists, it can activate Windows.

    If no previous digital license exists, then you would need to provide an actual activation key.
      My Computers


  7. Posts : 10
    Windows 10 LTSC, MacOS 10.13,10.14
       #86

    Thank you hsehestedt! I guess the original key must have been imbedded somewhere then, because the activation completed. I believe I upgraded the laptop from 8.1 to 10 back when 10 was being distributed free of charge. Not that I actually remember. I have access through work to MVLS, but there are no Home edition keys to be found there. The laptop had no sticker. Maybe the owner had the original 8 key somewhere, but I didn't want to make her look for that stuff. So the generic key somehow did the trick.
      My Computer


  8. Posts : 31,675
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #87

    DavidLevine said:
    ....The laptop had no sticker. Maybe the owner had the original 8 key somewhere, but I didn't want to make her look for that stuff. So the generic key somehow did the trick.
    Starting with Windows 8 an OEM pre-installed PC no longer came with a key on a sticker. The key is embedded in the PC's firmware. You can read it with a utility like ShowKeyPlus

    In a clean install Setup will also read it. If it finds a key in the bios it won't ask you for one. The embedded key tells it which edition to install, Home or Pro.
      My Computers


  9. Posts : 4,187
    Windows 11 Pro, 22H2
       #88

    You may be interested in the information found here:

    Windows 10 and Windows 11 Digital Licencing explained | Windows 11 Forum
      My Computers


  10. Posts : 10
    Windows 10 LTSC, MacOS 10.13,10.14
       #89

    Thank you Bree and hsehestedt! Your response are greatly appreciated.
      My Computer


 

Tutorial Categories

Generic Product Keys to Install Windows 10 Editions Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:20.
Find Us




Windows 10 Forums