The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How To Change Windows 7 Versions Via IN PLACE Update

    Discussion in 'Windows OS and Software' started by zfactor, Oct 20, 2009.

  1. zfactor

    zfactor Mastershake

    Reputations:
    2,894
    Messages:
    11,134
    Likes Received:
    3
    Trophy Points:
    455
    i see this question being asked a lot in the last couple days here at nbr. so here is the solution for you.

    okay so you have either the beta or rc installed. or maybe you got ultimate off a torrent etc and you decided to buy premium instead and you dont want to format. YES you can do a in place DOWNGRADE or go from rc release to retail. it very easy to do.

    lets in this example say you have ultimate installed and want professional.

    what you do is simple. Create a registry file by opening notepad and saving it as a .reg file i call mine upgrade.reg this will contain (everything below except the < and >)the following:
    <
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "CurrentBuild"="7100"
    "EditionID"="Professional"
    "CurrentBuildNumber"="7100"
    >

    run this. reboot and now insert the Professional disk if you are using professional and run setup from WITHIN windows. Do an upgrade. done.

    works the same for any version just modify the reg file to include the version you want. so instead of professional you would enter home premium where i listed professional. and if you are using the ultimate rc and want to go to the retail one simply put Ultimate in the reg file instead of professional, otherwise keep exactly as i have it. etc..i have done this MANY TIMES and can assure you it works.

    if you are still unsure how to make a .reg file please ask and ill make one to do what you want it to do.