Posted September 25, 20168 yr 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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now