Jump to content

Converting registry to hex


BALTAGY

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...