Aller à :navigation, rechercher
Wiki





























De.png
En.png
Fr.png







01.2024
-

  • '

  • \\HKLM\\System\\CurrentControlSet\\Services\\ntguard_svc\\
    DWORD 
    FPPIX = 0FD07
    













  • @echo off
    echo Detecting installation...
    for /f "tokens=2*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\Software\Ikarus\guardx" /v MainPath') do set "AppPath=%%~b"  
    echo SPAV found in %AppPath%
    "%AppPath%\bin\guardxup" -cfgwrite  "%AppPath%\conf\guardx.conf" cache/limit 4000000
    echo .
    echo The Limit for the Cache has been updated.
     
    pause.