Jump to content

Featured Replies

Posted

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

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...