| 
			
			 | 
		#1126 | 
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,784 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Buy a cheap Kindle form Amazon and once registered, you will be able to download Kindle eBooks KFX free.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
| 
			
			 | 
		#1127 | 
| 
			
			
			
			 Addict 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 382 
				Karma: 1118562 
				Join Date: Sep 2010 
				Location: Middlesex, UK 
				
				
				Device: Kobo Aura One, iPhone 8, iPad Pro 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			No problem, I seem to have solved it now, although I'm not certain how, or why it has worked today but didn't yesterday. The only thing I did differently was to ignore the Amazon text! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Thank you so much for all the help you give people, it seems to get more difficult to navigate around the restrictions imposed on us by the day.  | 
| 
		 | 
	
	
| Advert | |
| 
         | 
    
| 
			
			 | 
		#1128 | |
| 
			
			
			
			 just an egg 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,848 
				Karma: 8006346 
				Join Date: Mar 2015 
				
				
				
				Device: Kindle, iOS 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 If that doesn't work, try deleting the My Kindle Content folder and starting with a clean install.  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#1129 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 808 
				Karma: 2260766 
				Join Date: Apr 2008 
				
				
				
				Device: Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi, the methods described here were working for me on an old laptop -- then I upgraded to a new machine.  Kindle 1.17.1 installed to C:\Program Files (x86)\Amazon\Kindle.  When I try the rename command, it tells me the syntax is wrong, and the .bat file doesn't work because Kindle is installed in the wrong place.  I tried editing the bat file to: 
		
	
		
		
		
		
		
		
		
		
		
		
	
	@echo off set KINDLE=Program Files (x86)\Amazon\Kindle if not exist "%KINDLE%\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 But it still can't find what it needs. Thus far I've been going to \AppData\Local\Amazon\Kindle every time I open the app and deleting the forced update file, but I'd appreciate any suggestion that would make this work a bit more smoothly. Thanks  | 
| 
		 | 
	
	
| 
			
			 | 
		#1130 | 
| 
			
			
			
			 Laura 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,574 
				Karma: 23597272 
				Join Date: Nov 2009 
				
				
				
				Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			What the batch file does is replace the updates folder with a text file named updates without any extension.  So you can just do that.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		
 | 
	
	
| Advert | |
| 
         | 
    
| 
			
			 | 
		#1131 | 
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@whitearrow:  You mention that the updates file is downloaded to \AppData\Local\Amazon\Kindle which would suggest that instead of placing the blocking file in Program Files (x86)\Amazon\Kindle, it should be placed in \AppData\Local\Amazon\Kindle. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Code: 
	@echo off rem for standard install in AppData, use %localappdata%\Amazon\Kindle\application% set KindleApp=Program Files (x86)\Amazon\Kindle set KindleStorage=%localappdata%\Amazon\Kindle if not exist "%KindleApp%\kindle.exe" goto :nokindle if exist "%KindleStorage%\storage" if not exist "%KindleStorage%\storage\" del /Q "%KindleStorage%\storage" if exist "%KindleStorage%\updates" rmdir /S /Q "%KindleStorage%\updates" echo This file disables Kindle for PC downloads. > "%KindleStorage%\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 Last edited by DNSB; 02-19-2021 at 11:36 AM. Reason: added modified batch file  | 
| 
		 | 
	
	
| 
			
			 | 
		#1132 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 808 
				Karma: 2260766 
				Join Date: Apr 2008 
				
				
				
				Device: Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I don't know what to create, is the problem.   
		
	
		
		
		
		
		
		
		
		
		
		
	
	There isn't an updates folder in either folder.  | 
| 
		 | 
	
	
| 
			
			 | 
		#1133 | 
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			The updates file replaces the updates folder which prevents the creation of an updates folder. Even if Kindle4PC is installed for all users which places the executables in the Program Files/Program Files (x86), the data files are still kept in AppData.  One old version of Kindle4PC created a Kindle For PC directory which was a bit different.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
| 
			
			 | 
		#1134 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 808 
				Karma: 2260766 
				Join Date: Apr 2008 
				
				
				
				Device: Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Yes, my question is -- where do I get or how do I create this updates file?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
| 
			
			 | 
		#1135 | 
| 
			
			
			
			 Bibliophagist 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,175 
				Karma: 174315444 
				Join Date: Jul 2010 
				Location: Vancouver 
				
				
				Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos 
				
				
				 | 
	
	|
| 
		 | 
	
	
| 
			
			 | 
		#1136 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 808 
				Karma: 2260766 
				Join Date: Apr 2008 
				
				
				
				Device: Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Ok.  Thanks, I'll try.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
| 
			
			 | 
		#1137 | |
| 
			
			
			
			 Zealot 
			
			![]() Posts: 145 
				Karma: 12 
				Join Date: Jun 2017 
				Location: Australia 
				
				
				Device: Mac Pro 2013 & Mini 2018, iPad Mini 4, iPhone 11, iBooks, K4Mac/PC 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Also what was the workaround to stop 1.17 from updating on Mac? I thought someone had posted about it or would be on the first one, but couldn't find it. Inukami  | 
|
| 
		 | 
	
	
| 
			
			 | 
		#1138 | |
| 
			
			
			
			 Laura 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,574 
				Karma: 23597272 
				Join Date: Nov 2009 
				
				
				
				Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Right click in an empty space inside the Kindle folder > New > Text Document. Name it updates without the .txt extension. Every time you open the Kindle app, it will ask if you want to download the update. Click skip this version.  | 
|
| 
		
 | 
	
	
| 
			
			 | 
		#1139 | |
| 
			
			
			
			 Laura 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,574 
				Karma: 23597272 
				Join Date: Nov 2009 
				
				
				
				Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		
 | 
	
	
| 
			
			 | 
		#1140 | |
| 
			
			
			
			 Zealot 
			
			![]() Posts: 145 
				Karma: 12 
				Join Date: Jun 2017 
				Location: Australia 
				
				
				Device: Mac Pro 2013 & Mini 2018, iPad Mini 4, iPhone 11, iBooks, K4Mac/PC 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This is more of a calibre question, but any issues with moving a calibre library from old (4.23) to new version (5.0) with different Pythons if on different computers? For example, one mac is mojave with 4.23 (at the moment) and other is Catalina/Big Sur with 5.0. Inukami  | 
|
| 
		 | 
	
	
![]()  | 
            
        
            
| Tags | 
| k4pc, kindle for pc | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Handling KFX files in Calibre | HarryT | Conversion | 53 | 08-31-2018 04:21 AM | 
| Dealing with Kindle for PC/Mac 1.19 and KFX in calibre | BetterRed | Conversion | 0 | 02-08-2017 01:47 PM | 
| Dealing with Kindle ebooks in calibre | BetterRed | Devices | 0 | 02-06-2017 07:59 PM | 
| updated calibre with a little help for kfx format | cvkemp | Amazon Kindle | 0 | 10-06-2015 11:08 AM | 
| Dealing with Multiple Calibre libraries | samoanbiscuit | Calibre Companion | 4 | 08-27-2014 10:35 AM |