<?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: Shutdown Windows PC in a Single Click, using NPower Tray	</title>
	<atom:link href="https://www.thewindowsclub.com/shutdown-windows-7-8-single-click/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/shutdown-windows-7-8-single-click</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Tue, 21 Mar 2023 16:59:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Saxenahem2507		</title>
		<link>https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23790</link>

		<dc:creator><![CDATA[Saxenahem2507]]></dc:creator>
		<pubDate>Thu, 24 May 2012 06:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=46878#comment-23790</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23786&quot;&gt;Phrozencrew2020&lt;/a&gt;.

Thanks Phrozencrew2020.

Rather than editing your Windows Registry, we recommend that you use our portable freeware app Right Click Extender https://www.thewindowsclub.com/right-click-context-menu-extender-for-windows-7-released to add these entries to your context menu quickly and easily. This tool too, works just fine on Windows 8 too!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23786">Phrozencrew2020</a>.</p>
<p>Thanks Phrozencrew2020.</p>
<p>Rather than editing your Windows Registry, we recommend that you use our portable freeware app Right Click Extender <a href="https://www.thewindowsclub.com/right-click-context-menu-extender-for-windows-7-released" rel="ugc">https://www.thewindowsclub.com/right-click-context-menu-extender-for-windows-7-released</a> to add these entries to your context menu quickly and easily. This tool too, works just fine on Windows 8 too!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phrozencrew2020		</title>
		<link>https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23786</link>

		<dc:creator><![CDATA[Phrozencrew2020]]></dc:creator>
		<pubDate>Thu, 24 May 2012 01:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=46878#comment-23786</guid>

					<description><![CDATA[You can simple add Power Menu on your Context Menu by simply copying this little script created by Vishal. To begin copy the text below and save it  double click and enjoy! This will work on windows 7 and 8CP not tested on XP. Thanks.

Windows Registry Editor Version 5.00

;Created by Vishal Gupta for AskVG.com
;Thanks to AskVG reader leomate for sharing Hybrid Shutdown shortcut

[HKEY_CLASSES_ROOTDesktopBackgroundShellPower Menu]
&quot;MUIVerb&quot;=&quot;Power Menu&quot;
&quot;SubCommands&quot;=&quot;lock;logoff;switch;sleep;hibernate;restart;shutdown;hybridshutdown&quot;
&quot;Icon&quot;=&quot;shell32.dll,215&quot;
&quot;Position&quot;=&quot;bottom&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllock]
@=&quot;Lock&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllockcommand]
@=&quot;Rundll32 User32.dll,LockWorkStation&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoff]
@=&quot;Log Off&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoffcommand]
@=&quot;Shutdown -l&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]
@=&quot;Switch User&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitchcommand]
@=&quot;tsdiscon.exe&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleep]
@=&quot;Sleep&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleepcommand]
@=&quot;rundll32.exe powrprof.dll,SetSuspendState Sleep&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernate]
@=&quot;Hibernate&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernatecommand]
@=&quot;Shutdown -h&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestart]
@=&quot;Restart&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestartcommand]
@=&quot;Shutdown -r -f -t 00&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdown]
@=&quot;Shut Down&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdowncommand]
@=&quot;Shutdown -s -f -t 00&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhybridshutdown]
@=&quot;Shut Down (Hybrid)&quot;

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhybridshutdowncommand]
@=&quot;Shutdown -s -f -t 00 -hybrid&quot;
]]></description>
			<content:encoded><![CDATA[<p>You can simple add Power Menu on your Context Menu by simply copying this little script created by Vishal. To begin copy the text below and save it  double click and enjoy! This will work on windows 7 and 8CP not tested on XP. Thanks.</p>
<p>Windows Registry Editor Version 5.00</p>
<p>;Created by Vishal Gupta for AskVG.com<br />
;Thanks to AskVG reader leomate for sharing Hybrid Shutdown shortcut</p>
<p>[HKEY_CLASSES_ROOTDesktopBackgroundShellPower Menu]<br />
&#8220;MUIVerb&#8221;=&#8221;Power Menu&#8221;<br />
&#8220;SubCommands&#8221;=&#8221;lock;logoff;switch;sleep;hibernate;restart;shutdown;hybridshutdown&#8221;<br />
&#8220;Icon&#8221;=&#8221;shell32.dll,215&#8221;<br />
&#8220;Position&#8221;=&#8221;bottom&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllock]<br />
@=&#8221;Lock&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllockcommand]<br />
@=&#8221;Rundll32 User32.dll,LockWorkStation&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoff]<br />
@=&#8221;Log Off&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelllogoffcommand]<br />
@=&#8221;Shutdown -l&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitch]<br />
@=&#8221;Switch User&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellswitchcommand]<br />
@=&#8221;tsdiscon.exe&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleep]<br />
@=&#8221;Sleep&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellsleepcommand]<br />
@=&#8221;rundll32.exe powrprof.dll,SetSuspendState Sleep&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernate]<br />
@=&#8221;Hibernate&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhibernatecommand]<br />
@=&#8221;Shutdown -h&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestart]<br />
@=&#8221;Restart&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellrestartcommand]<br />
@=&#8221;Shutdown -r -f -t 00&#8243;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdown]<br />
@=&#8221;Shut Down&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellshutdowncommand]<br />
@=&#8221;Shutdown -s -f -t 00&#8243;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhybridshutdown]<br />
@=&#8221;Shut Down (Hybrid)&#8221;</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellhybridshutdowncommand]<br />
@=&#8221;Shutdown -s -f -t 00 -hybrid&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marc Macoy		</title>
		<link>https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23784</link>

		<dc:creator><![CDATA[Marc Macoy]]></dc:creator>
		<pubDate>Wed, 23 May 2012 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=46878#comment-23784</guid>

					<description><![CDATA[Great software, but better off making a shortcut since it&#039;s faster.]]></description>
			<content:encoded><![CDATA[<p>Great software, but better off making a shortcut since it&#8217;s faster.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jsg		</title>
		<link>https://www.thewindowsclub.com/shutdown-windows-7-8-single-click#comment-23779</link>

		<dc:creator><![CDATA[Jsg]]></dc:creator>
		<pubDate>Tue, 22 May 2012 15:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=46878#comment-23779</guid>

					<description><![CDATA[Thanks for this. I have a problem with my Windows 7 going into Hibernation ever since SP1. Although I still can&#039;t get Windows to Hibernate with this app, this was the closest I have gotten in a loooooong time. The system actually almost powered down for the first time since I installed SP1. To bad the Force option in this application doesn&#039;t work..... Not even MS has figured out why over 50% of the end users can&#039;t hibernate their computers after installing SP1. The solution they provide now is to uninstall SP1, if this doesn&#039;t help, reinstall the system and do not install SP1. What kind of support is that?

Anyway, nice small app, good find.]]></description>
			<content:encoded><![CDATA[<p>Thanks for this. I have a problem with my Windows 7 going into Hibernation ever since SP1. Although I still can&#8217;t get Windows to Hibernate with this app, this was the closest I have gotten in a loooooong time. The system actually almost powered down for the first time since I installed SP1. To bad the Force option in this application doesn&#8217;t work&#8230;.. Not even MS has figured out why over 50% of the end users can&#8217;t hibernate their computers after installing SP1. The solution they provide now is to uninstall SP1, if this doesn&#8217;t help, reinstall the system and do not install SP1. What kind of support is that?</p>
<p>Anyway, nice small app, good find.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
