View Single Post
Old 08-17-2020, 07:25 AM   #971
Dillon
Junior Member
Dillon began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2020
Device: Kindle Paperwhite 4
Quote:
Originally Posted by DNSB View Post
In response to a PM from a user who has a space in her user name, I modified the cmd file to add a "" and "s around the command line that runs kindle.exe. Without the blank "", Windows treated the command line as the title.

Spoiler:
Code:
reg delete "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported" /f
start "" "%LOCALAPPDATA%\Amazon\Kindle\application\kindle.exe"
:repeat
timeout 1
reg query "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported"
if ERRORLEVEL 1 goto :repeat
reg add "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported" /t REG_SZ /d "false" /f
I am kinda new. I usually remove DRM off kindle purchased ebooks using epUBOR Ultimate and this new amazon book I've bought won't let me download unless I update my Kindle for PC to 1.29, while epUBOR suggests downgrading kindle for PC to 1.24. Is there anyway to tweak around kindle for PC through which I can download that ebook on 1.24
Dillon is offline