Jump to content

BALTAGY

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by BALTAGY

  1. Hi,

    I have a batch file to convert a location into a registry and import it but now i want to convert the output into hex then import it

     

    Here's the batch i have

    Spoiler

    (echo Windows Registry Editor Version 5.00
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000600\Profiles\@My profile\Excludes\Node_00000000]
    echo "Path"="C:\\Users\\%username%\\AppData\\Local\\Temp\\SppExtComObjHook.dll"
    echo "Infiltration"=""
    echo "Flags"=dword:00000000) >"%Temp%\excluded.reg

    my problem is i need to use this batch to auto detect username and export it to registry to import it

    How to convert the output into hex?

     

    Thanks

  2. Thanks so much this one works perfect, can i ask you

     

    1- can i add this to any program i make, it will not effect the program it self, i mean for example this's antivirus program and when it remove viruses it need permistion to remove files in system so with this code it will not effect program permistions ?

    2- where i can update this code for upcoming windows? or what this code name so i can search for it

     

    Sorry i'm not good with codes i just try to edit some to do what help me in my work

  3. In win8.1 i get ERROR: Error accessing the registry.

     

    I must disable administrator prompt by this registry

    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]"EnableLUA"=dword:00000000

    Is there a way to run it as adminstrator with disable administrator prompt ? :g:

  4. Here what i did

     

    I included NOD32.reg and NOD32.cmd in NOD32.7z cmd with code

    reg import NOD32.reg /reg:64

    then used this code

    ;!@Install@!UTF-8!GUIFlags="2+4+16+32+2048"GUIMode="1"Title="SPEED.net"Progress="Yes"BeginPrompt="Do you want to install NOD32 AntiVirus 8 ?"ExtractTitle="SPEED.net"ExtractDialogText="Please wait NOD32 will start the setup..."RunProgram="hidcon:NOD32.cmd"RunProgram="eav_nt64_ENU.msi";!@InstallEnd@!

    and now everything works as it should be, Thanks @OnePiece

  5. REG IMPORT /?REG IMPORT FileName [/reg:32 | /reg:64]  FileName  The name of the disk file to import (local machine only).  /reg:32  Specifies the key should be accessed using the 32-bit registry view.  /reg:64  Specifies the key should be accessed using the 64-bit registry view.Examples:  REG IMPORT AppBkUp.reg    Imports registry entries from the file AppBkUp.regPress any key to continue . . .

    Ciao.

     

    Is this code works with 7zip? i tried this one but it give me error

    reg import NOD32.reg /reg:64
  6. I try to install Nod32 with settings i want so i made it in 32Bit but my problem in 64Bit when i try to import registry settings i find it at Wow6432Node

     

    Is there a code i can import this registry as x64

     

    The code i used

    ;!@Install@!UTF-8!GUIFlags="2+4+16+32+2048"GUIMode="1"Title="SPEED.net"Progress="Yes"BeginPrompt="Do you want to install NOD32 AntiVirus 8 ?"ExtractTitle="SPEED.net"ExtractDialogText="Please wait NOD32 will start the setup..."RunProgram="regedit.exe /S NOD32.reg"RunProgram="eav_nt64_ENU.msi";!@InstallEnd@!

    I also tried this code but it give me error

    RunProgram="x64:regedit.exe /S NOD32.reg"
×
×
  • Create New...