How to activate Windows XP SP3?

Discussion in 'Windows XP / Older OS' started by Rearis, Jan 19, 2015.

  1. sourg

    sourg MDL Novice

    Jan 4, 2012
    6
    1
    0
    Does anyone has the VL keys for VL Iso? Planning to use VL instead of Anti WPA
     
  2. George King

    George King MDL Expert

    Aug 5, 2009
    1,961
    2,468
    60
    They are included in XP2ESD config.ini
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sourg

    sourg MDL Novice

    Jan 4, 2012
    6
    1
    0
    Will give it a try. I found some VL keys online, but I am not sure how do I know if they are blacklisted or if they aren't. Seems to work fine so far
     
  4. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    18,948
    19,439
    340
    @sourg

    If you're planning to stick with VL, then why not use an official Microsoft key? Otherwise, OEM:SLP covers a whole lot of SKUs (e.g. Media Center).
     
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,305
    6,250
    150
    #45 Dark Dinosaur, Apr 8, 2022
    Last edited: Apr 8, 2022
    Or use the old keygen that I'm not allowed to share :nono2:
    [ I always keep old scripts \ keygens just for this ]

    Share this code too.
    To fix blacklist problem.
    And activate without problems
    Code:
    set "hosts=%windir%\system32\drivers\etc\hosts"
    attrib %hosts% -a -r -s -h
    >>%hosts% echo.
    >>%hosts% echo 127.0.0.1 localhost
    >>%hosts% echo 127.0.0.1 mpa.one.microsoft.com
    >>%hosts% echo 127.0.0.1 sls.microsoft.com
    >>%hosts% echo 127.0.0.1 genuine.microsoft.com
    >>%hosts% echo 127.0.0.1 wat.microsoft.com
    1>nul 2>nul attrib +a +r +s +h %hosts%
    1>nul 2>nul ipconfig /flushdns
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...