Need help with my "ManualHack.bat"

Discussion in 'Application Software' started by mydigitallifeforum, Jul 25, 2010.

  1. mydigitallifeforum

    mydigitallifeforum MDL Junior Member

    Apr 25, 2010
    81
    7
    0
    This is the ManualHack.bat to activate my Visio 2010 Premium
    for 180 days. It works. But there's a tinny problem. After it
    successfully activates the software, ZWT "Keygen.exe" window doesn't
    close by itself. Can somebody help?

    @echo off
    cscript "%PROGRAMFILES%\Microsoft Office\Office14\ospp.vbs" /sethst:127.0.0.1
    Start Keygen.exe
    cscript "%PROGRAMFILES%\Microsoft Office\Office14\ospp.vbs" /act
    TaskKill Keygen.exe
    cscript "%PROGRAMFILES%\Microsoft Office\Office14\ospp.vbs" /remhst
    exit
     
  2. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,256
    674
    60
    taskkill /im Keygen.exe /f will force quit the application
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. mydigitallifeforum

    mydigitallifeforum MDL Junior Member

    Apr 25, 2010
    81
    7
    0
    it works.
    thanks.