Activate UPGRADE key on fresh install

Discussion in 'Windows 8' started by Humphrey, May 13, 2013.

  1. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    #1 Humphrey, May 13, 2013
    Last edited by a moderator: Apr 20, 2017
    I bought the cheap 15-30 (depending on if the backup disc being purchased as well or not) upgrade from MS for Windows 8. On install of Windows 8, trying to use the key(s) gotten from that offer will work on installation but not for activating your copy of Windows 8. Here is a work around:


    Install fresh Windows 8.
    Open regedit.
    Navigate to: HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/setup/OOBE/
    Edit key: mediabootinstall
    Change value to 0
    Open CMD as administrator.
    Type "SLMGR /REARM"
    Restart
    Open CMD as administatro.
    Type "SLUI.exe 3"
    Enter your upgrade key.
    YOUR ACTIVATED!


    I created this reg file for quickly changing the registry value.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE]
    "MediaBootInstall"=dword:00000000
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. zeeus

    zeeus MDL Member

    Jan 30, 2013
    190
    50
    10
    #2 zeeus, May 13, 2013
    Last edited by a moderator: Apr 20, 2017
    Left bottom corner -> right click-> Run -> slui 3, works too instead CMD ADM
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    #3 Humphrey, May 13, 2013
    Last edited: May 13, 2013
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. zeeus

    zeeus MDL Member

    Jan 30, 2013
    190
    50
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Me too! I use a lot Hot-Key's, the Windows default Hot-Keys and my own, using Macro-Programming. That saves a lot of time.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Humphrey

    Humphrey MDL Expert

    Dec 13, 2011
    1,466
    990
    60
    #7 Humphrey, May 13, 2013
    Last edited: May 14, 2013
    (OP)
    Windows Key + R and typing cmd, then hitting enter will open the cmd for which one would type "slui.exe 3" and press enter. Administrator rights not required.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Er.....?! You're right! I use an Macro to open the CMD all times in elevated mode, so I don't need to think about that any more!!:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. zeeus

    zeeus MDL Member

    Jan 30, 2013
    190
    50
    10
    It's not to open the CMD, is to open the Run Task !!!:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Precisely right! And that will run the typed command in not elevated stage!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. zeeus

    zeeus MDL Member

    Jan 30, 2013
    190
    50
    10
    #11 zeeus, May 14, 2013
    Last edited: May 14, 2013
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    A hotkey to launch mstsc would be nice :worthy:
     
  13. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,221
    2,272
    240
    Sure you could do just that! But that isn't what a Macro Processor could do!

    Instead of Macro you could also use Batch Programming, IF you know How To.....!

    In an Macro Program you could just "record" a whole bunch of Commands, Step's, Procedures and much more, which you could NOT with YOUR method. After done that just assign an Hot-Key for it and you're done. It simplifies special procedures etc. which has to done often and would saves a lot of time!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...