<?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 display Seconds in Taskbar Clock in Windows 11	</title>
	<atom:link href="https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows</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, 17 Feb 2025 07:15:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-65739</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Sun, 11 Nov 2018 04:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=100080#comment-65739</guid>

					<description><![CDATA[Sorry to revive this if there&#039;s a more appropriate thread out there, but should this work for Windows 10 v1803?  Do you need the tool, or can you just modify the registry and be done with it?  Doesn&#039;t seem to be working for me, unless you need a reboot first.]]></description>
			<content:encoded><![CDATA[<p>Sorry to revive this if there&#8217;s a more appropriate thread out there, but should this work for Windows 10 v1803?  Do you need the tool, or can you just modify the registry and be done with it?  Doesn&#8217;t seem to be working for me, unless you need a reboot first.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vineet Kumar		</title>
		<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-63773</link>

		<dc:creator><![CDATA[Vineet Kumar]]></dc:creator>
		<pubDate>Wed, 09 May 2018 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=100080#comment-63773</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-60242&quot;&gt;Matthew Lynam&lt;/a&gt;.

thanks ,it worked in windows 10 version 1709]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-60242">Matthew Lynam</a>.</p>
<p>thanks ,it worked in windows 10 version 1709</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rob		</title>
		<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-62333</link>

		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Wed, 17 Jan 2018 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=100080#comment-62333</guid>

					<description><![CDATA[This works a treat. Thank you!!

The only extra thing I had to do was reboot for the change to take effect.]]></description>
			<content:encoded><![CDATA[<p>This works a treat. Thank you!!</p>
<p>The only extra thing I had to do was reboot for the change to take effect.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ole Bjørn Dahl		</title>
		<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-61517</link>

		<dc:creator><![CDATA[Ole Bjørn Dahl]]></dc:creator>
		<pubDate>Fri, 24 Nov 2017 12:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=100080#comment-61517</guid>

					<description><![CDATA[why does   Microsoft  call  system for windows   saying its  point and  click system  when  every-time  something  is to be done  we has  to  edit in registry or  use  dos commands ?]]></description>
			<content:encoded><![CDATA[<p>why does   Microsoft  call  system for windows   saying its  point and  click system  when  every-time  something  is to be done  we has  to  edit in registry or  use  dos commands ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Lynam		</title>
		<link>https://www.thewindowsclub.com/display-seconds-in-taskbar-clock-windows#comment-60242</link>

		<dc:creator><![CDATA[Matthew Lynam]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 05:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=100080#comment-60242</guid>

					<description><![CDATA[An easy way to do the same thing is to go to Start -&#062; search for &quot;cmd&quot;, right click on the &quot;cmd.exe&quot; executable and select &quot;Run as administrator&quot;, then type the following in the command window:

REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced /v ShowSecondsInSystemClock /t REG_DWORD /d 1 /f&#038;&#038;taskkill /f /im explorer.exe&#038;&#038;explorer.exe&#038;&#038;exit

That will add the ShowSecondsInSystemClock registry value and set the value as 1 (enabled), then if the registry tweak worked, it will restart Windows Explorer so you can see the updated clock behavior. If that worked, it will exit and the window will close.

and if you ever want to change it back, do the same thing and replace the 1 with a 0.]]></description>
			<content:encoded><![CDATA[<p>An easy way to do the same thing is to go to Start -&gt; search for &#8220;cmd&#8221;, right click on the &#8220;cmd.exe&#8221; executable and select &#8220;Run as administrator&#8221;, then type the following in the command window:</p>
<p>REG ADD HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced /v ShowSecondsInSystemClock /t REG_DWORD /d 1 /f&amp;&amp;taskkill /f /im explorer.exe&amp;&amp;explorer.exe&amp;&amp;exit</p>
<p>That will add the ShowSecondsInSystemClock registry value and set the value as 1 (enabled), then if the registry tweak worked, it will restart Windows Explorer so you can see the updated clock behavior. If that worked, it will exit and the window will close.</p>
<p>and if you ever want to change it back, do the same thing and replace the 1 with a 0.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
