<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	 xmlns:media="http://search.yahoo.com/mrss/" 
	>
<channel>
	<title>
	Comments on: How to disable Taskbar Jump Lists in Windows 11	</title>
	<atom:link href="https://www.thewindowsclub.com/how-to-disable-taskbar-jump-list-in-windows-7/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/how-to-disable-taskbar-jump-list-in-windows-7</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Mon, 30 Sep 2024 04:34:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Alec		</title>
		<link>https://www.thewindowsclub.com/how-to-disable-taskbar-jump-list-in-windows-7#comment-41224</link>

		<dc:creator><![CDATA[Alec]]></dc:creator>
		<pubDate>Thu, 26 Feb 2015 22:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=650#comment-41224</guid>

					<description><![CDATA[It is also possible to disable jump lists for select programs, by following http://superuser.com/questions/51454/disable-recent-items-in-jump-lists-for-certain-programs/882741#882741

-Open the folder with jump list databases in Explorer (there is a file per 
application): %APPDATA%MicrosoftWindowsRecentAutomaticDestinations

-Download a free program called strings(https://technet.microsoft.com/en-ca/sysinternals/bb897439.aspx?f=255&#038;MSPPError=-2147217396) from Windows Sysinternals into the folder from previous step

-Launch cmd.exe and navigate to jump lists directory

cd %APPDATA%MicrosoftWindowsRecentAutomaticDestinations
Strings.exe allows to extract readable words from any binary file, which allows to 
understand which application created a given jump lists binary database.
 

-Copy paste the below command to create a .txt file with strings for 
each jump lists database: 

for %i in (*Destinations-ms) do @strings -n 5 %i &#062;%i.txt

-Review .txt files to determine which application a 
jumplist belongs to. Use command line: findstr /I adobe *.txt or open 
.txt files in an editor - the application that created them would be 
obvious from application names and recently accessed file names

-To disable taskbar jump lists for an application simply create a directory with the same name as the jump list database file name. On my PC, to disable jump lists for Adobe 
Reader, I deleted ee462c3b81abb6f6.automaticDestinations-ms and created a
 new directory with the same name. If you ever decide to use disabled 
jump lists again - delete the directory and Windows will re-create the 
jump lists database file and the jump list history within it]]></description>
			<content:encoded><![CDATA[<p>It is also possible to disable jump lists for select programs, by following <a href="http://superuser.com/questions/51454/disable-recent-items-in-jump-lists-for-certain-programs/882741#882741" rel="nofollow ugc">http://superuser.com/questions/51454/disable-recent-items-in-jump-lists-for-certain-programs/882741#882741</a></p>
<p>-Open the folder with jump list databases in Explorer (there is a file per<br />
application): %APPDATA%MicrosoftWindowsRecentAutomaticDestinations</p>
<p>-Download a free program called strings(<a href="https://technet.microsoft.com/en-ca/sysinternals/bb897439.aspx?f=255&#038;MSPPError=-2147217396" rel="nofollow ugc">https://technet.microsoft.com/en-ca/sysinternals/bb897439.aspx?f=255&#038;MSPPError=-2147217396</a>) from Windows Sysinternals into the folder from previous step</p>
<p>-Launch cmd.exe and navigate to jump lists directory</p>
<p>cd %APPDATA%MicrosoftWindowsRecentAutomaticDestinations<br />
Strings.exe allows to extract readable words from any binary file, which allows to<br />
understand which application created a given jump lists binary database.</p>
<p>-Copy paste the below command to create a .txt file with strings for<br />
each jump lists database: </p>
<p>for %i in (*Destinations-ms) do @strings -n 5 %i &gt;%i.txt</p>
<p>-Review .txt files to determine which application a<br />
jumplist belongs to. Use command line: findstr /I adobe *.txt or open<br />
.txt files in an editor &#8211; the application that created them would be<br />
obvious from application names and recently accessed file names</p>
<p>-To disable taskbar jump lists for an application simply create a directory with the same name as the jump list database file name. On my PC, to disable jump lists for Adobe<br />
Reader, I deleted ee462c3b81abb6f6.automaticDestinations-ms and created a<br />
 new directory with the same name. If you ever decide to use disabled<br />
jump lists again &#8211; delete the directory and Windows will re-create the<br />
jump lists database file and the jump list history within it</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
