View Single Post
Old 09-13-2022, 06:59 PM   #112
bbacle
Banned
bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.bbacle ought to be getting tired of karma fortunes by now.
 
Posts: 8
Karma: 2139376
Join Date: May 2013
Device: none
Thanks...It Worked

I was having the same problems today on my Win7 machine. I installed the Kindle for PC app 1.17 & each time I would close & reopen it would want to know if I wanted to upgrade to 1.30 (which doesn't work on Win7). I told it to skip it 2 times, but then the 3rd time it installed it anyway.
So I began a search & found your bat file, ran it & now it doesn't update even though it asks me each time if I want to update it.
Thanks again.
BTW...if you know of a way to automatically all of my ebooks in the Kindle for PC app, I would be interested.

Quote:
Originally Posted by jhowell View Post
Another way to disable Kindle for PC updates is to replace the "updates" folder with a file of the same name. That prevents an update from being downloaded. Kindle for PC will still ask if you want to download the new update each time it is restarted, but it will not be able to do so.

I have created a simple Windows batch file to preform this change. See attached.

Spoiler:
Code:
@echo off
set KINDLE=%LocalAppData%\Amazon\Kindle
if not exist "%KINDLE%\application\Kindle.exe" goto :nokindle
if exist "%KINDLE%\storage" if not exist "%KINDLE%\storage\" del /Q "%KINDLE%\storage"
if exist "%KINDLE%\updates" rmdir /S /Q "%KINDLE%\updates"
echo This file disables Kindle for PC downloads. > "%KINDLE%\updates"
echo Kindle for PC downloads are now disabled
goto :exit
:nokindle
echo Cannot disable downloads - Kindle for PC is not installed at expected location
:exit
pause


------

Update: Oops, I accidentally used the wrong folder in the first version of the batch file. I apologize to anyone who downloaded this previously.

The current version of the batch will fix the broken folder created by the previous version, but you will need to re-register Kindle for PC afterwards. Sorry!
bbacle is offline   Reply With Quote