Question about activation of Win 7 Prof x64

Discussion in 'Windows 7' started by Carlos Octavio, May 15, 2019.

  1. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  2. urie

    urie Moderator Staff Member

    Joined:
    May 21, 2007
    Messages:
    9,035
    Likes Received:
    3,383
    Trophy Points:
    300
    If your hard drive is formatted in MBR and not GPT you could just have used Daz loader to activate KMS activation is only for 180 days your brother probably used a kms script it may run a scheduled task to to keep activation going it may also have added entries to stop security essentials.

    Personaly if this is fresh install and it is formatted in MBR just use Daz loader.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
  4. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  5. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  6. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
    I can post the .bat also in code tags if you need / want , to check if it did something "weird" or strange to the system.
    Thank you.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    You can always post it, but my coding skills won't be enough in most cases :D
     
  8. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  9. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  10. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
    BTW do you see anything wrong in the QT log Enthousiast ?
    Thanks
     
  11. urie

    urie Moderator Staff Member

    Joined:
    May 21, 2007
    Messages:
    9,035
    Likes Received:
    3,383
    Trophy Points:
    300
    @Enthousiast any idea how to remove the kms stuff from his system so he can just use daz loader Im not up on KMS stuff only use it for office.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    This confirms my thoughts, it used a public online KMS server, i would never use it.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    I never needed to, still learning :)

    Iirc, @abbodi1406 once published something to clean up, but i am not 100% sure.
     
  14. urie

    urie Moderator Staff Member

    Joined:
    May 21, 2007
    Messages:
    9,035
    Likes Received:
    3,383
    Trophy Points:
    300
    There is nothing in that script that would switch of Security Essentials.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    But i wonder where he got the iso from;):)
     
  16. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
    The ISO was from Heidoc.
    The activation method is from outside as my brother told me.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    Was it an official MSDN iso or one of those crappy updated iso's from a few months ago?
     
  18. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0
  19. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,567
    Likes Received:
    59,634
    Trophy Points:
    450
    I got this by private convo, you can try at your own risk:
    Code:
    Admin Command Prompt:
    
    slmgr /ckms
    (clear the name of KMS server used to default and port to default)
    
    slmgr /ckms-domain
    (clear the specific DNS domain in which all KMS SRV records can be found)
    
    slmgr /upk
    (uninstall current installed product key and return license status back to trial state)
    
    slgmr /cpky
    (clear the product key from the registry to prevent disclosure attacks)
    
    slmgr /rearm
    (reset the licensing status and activation state of the machine)
    
    Reboot, then use Daz's loader.
    
    Hopefully that should clear the kms stuff and clear the key(s) etc then rearms OS.
    
    Not 100% sure it will work unless someone else has more info.
     
  20. Carlos Octavio

    Carlos Octavio MDL Novice

    Joined:
    Apr 18, 2019
    Messages:
    26
    Likes Received:
    9
    Trophy Points:
    0