Jump to content

CarlosFTP

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Posts posted by CarlosFTP

  1. Hi all, :hello::hello:

    This works for me

    NoBoot.reg

    --------------------------------------------------------------------

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\AVP6\Data]

    "LastStart"=dword:00000000

    --------------------------------------------------------------------

    And after, I use this comand line

    start /wait kav6.0.0.303es.msi /li /quiet /qn /norestart INSTALLDIR="%ProgramFiles%\Internet\Virus\Kaspersky Anti-Virus 6.0\" /qn REBOOT=ReallySuppress

    It installs and starts, but no reboot the PC.

    Hope this helps.

    :thumbup:thumbup

  2. Try this cmd.

    Save it to %systemdrive%\install\batch_hack.cmd

    Files in %systemdrive%\install\Hack-Win\

    --------------------------------------------

    CLS

    @echo off

    TITLE Windows XP SP1 - Instalacion de librerias modificadas

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    %systemdrive%

    cd install

    IF not "%SAFEBOOT_OPTION%" == "MINIMAL" (

    bootcfg /raw "/fastdetect /safeboot:minimal" /id 1

    REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\batch_hack.cmd" /f

    shutdown -r -t 3

    ) else ( GOTO GoOn )

    goto end

    :goon

    cd Hack-Win

    copy LegitCheckControl.dll %windir%\system32\LegitCheckControl.dll

    del %windir%\system32\uxtheme.dll

    del %windir%\system32\uxtheme.bak

    ren %windir%\system32\uxtheme.dll *.bak

    del %windir%\system32\uxtheme.bak

    del %windir%\system32\dllcache\uxtheme.dll

    del %windir%\system32\dllcache\uxtheme.bak

    ren %windir%\system32\dllcache\uxtheme.dll *.bak

    del %windir%\system32\dllcache\uxtheme.bak

    copy /y uxtheme.dll %windir%\system32\dllcache\uxtheme.dll

    copy /Y uxtheme.dll %windir%\system32\uxtheme.dll

    del %windir%\system32\dllcache\sfc_os.dll

    del %windir%\system32\dllcache\sfc_os.bak

    ren %windir%\system32\dllcache\sfc_os.dll *.bak

    del %windir%\system32\dllcache\sfc_os.bak

    del %windir%\system32\sfc_os.bak

    del %windir%\system32\sfc_os.dll

    ren %windir%\system32\sfc_os.dll *.bak

    del %windir%\system32\sfc_os.bak

    copy /y sfc_os.dll %windir%\system32\dllcache\sfc_os.dll

    copy /y sfc_os.dll %windir%\system32\sfc_os.dll

    bootcfg /raw "/fastdetect" /id 1

    shutdown -r -t 0

    :End

    --------------------------------------------

    You can edit and Fix to feel more clear.

    .

×
×
  • Create New...