:: Create the encoded file using CertUtil echo -----BEGIN CERTIFICATE----- > "%temp%\temp.b64" :: (Here you would paste the massive block of text from encoded.txt) echo [YOUR_BASE64_DATA_HERE] >> "%temp%\temp.b64" echo -----END CERTIFICATE----- >> "%temp%\temp.b64"
Select the radio button and scroll through to find the plain text batch commands. Important Considerations convert exe to bat fixed
If your converted BAT file is failing, check these common points of failure: 1. "Access Denied" or Permission Errors :: Create the encoded file using CertUtil echo