<?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: Create a shortcut to open Shut Down Dialog Box (Alt+F4) in Windows 11/10	</title>
	<atom:link href="https://www.thewindowsclub.com/windows-shut-down-dialog-box/feed" rel="self" type="application/rss+xml" />
	<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box</link>
	<description>TheWindowsClub covers authentic Windows 11, Windows 10 tips, tutorials, how-to&#039;s, features, freeware. Created by Anand Khanse, MVP.</description>
	<lastBuildDate>Sun, 10 Sep 2023 11:13:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: Aireen Buenaflor Credo		</title>
		<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-51631</link>

		<dc:creator><![CDATA[Aireen Buenaflor Credo]]></dc:creator>
		<pubDate>Thu, 25 Feb 2016 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=54236#comment-51631</guid>

					<description><![CDATA[My Lenovo Ideapad 300/windows 10 is just 2 weeks with me since I purchased. The problem I encounter this time is that the touch pad is not working, so I cannot perform an activity on it that made find out a short cut to shut it down first. And thanks for the information here that enabled me to shut it down. Now I need help. What should I do to troubleshoot this problem?]]></description>
			<content:encoded><![CDATA[<p>My Lenovo Ideapad 300/windows 10 is just 2 weeks with me since I purchased. The problem I encounter this time is that the touch pad is not working, so I cannot perform an activity on it that made find out a short cut to shut it down first. And thanks for the information here that enabled me to shut it down. Now I need help. What should I do to troubleshoot this problem?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kit		</title>
		<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-49142</link>

		<dc:creator><![CDATA[Kit]]></dc:creator>
		<pubDate>Wed, 11 Nov 2015 04:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=54236#comment-49142</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-25685&quot;&gt;Otis68&lt;/a&gt;.

Yes, because English is everyone&#039;s first language... moron]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-25685">Otis68</a>.</p>
<p>Yes, because English is everyone&#8217;s first language&#8230; moron</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: david_smith		</title>
		<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-36382</link>

		<dc:creator><![CDATA[david_smith]]></dc:creator>
		<pubDate>Mon, 01 Sep 2014 01:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=54236#comment-36382</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-30401&quot;&gt;Guest&lt;/a&gt;.

In Notepad, delete the copy/pasted quote marks and simply retype them.  Notepad, being a text editor, will make them ASCII.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-30401">Guest</a>.</p>
<p>In Notepad, delete the copy/pasted quote marks and simply retype them.  Notepad, being a text editor, will make them ASCII.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guest		</title>
		<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-30401</link>

		<dc:creator><![CDATA[Guest]]></dc:creator>
		<pubDate>Fri, 29 Nov 2013 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=54236#comment-30401</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-25036&quot;&gt;PMS Witch&lt;/a&gt;.

Hi! How can I fix it?
Please]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-25036">PMS Witch</a>.</p>
<p>Hi! How can I fix it?<br />
Please</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Piotr Polley		</title>
		<link>https://www.thewindowsclub.com/windows-shut-down-dialog-box#comment-27278</link>

		<dc:creator><![CDATA[Piotr Polley]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewindowsclub.com/?p=54236#comment-27278</guid>

					<description><![CDATA[Run Sleep PC in Windows 8:

SleepComp.vbs
--------------------------------------
Dim objShell
Set objShell = CreateObject(&quot;Shell.Application&quot;)
objShell.ShutdownWindows
set objShell = nothing
Set WshShell = CreateObject(&quot;WScript.Shell&quot;)
With objShell
WScript.Sleep 200
WshShell.AppActivate &quot;Shut Down Windows&quot;
WshShell.SendKeys &quot;ss&quot;
WshShell.SendKeys &quot;{TAB}&quot;
WshShell.SendKeys &quot;{Enter}&quot;
End With
Set objShell=Nothing
------------------------]]></description>
			<content:encoded><![CDATA[<p>Run Sleep PC in Windows 8:</p>
<p>SleepComp.vbs<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Dim objShell<br />
Set objShell = CreateObject(&#8220;Shell.Application&#8221;)<br />
objShell.ShutdownWindows<br />
set objShell = nothing<br />
Set WshShell = CreateObject(&#8220;WScript.Shell&#8221;)<br />
With objShell<br />
WScript.Sleep 200<br />
WshShell.AppActivate &#8220;Shut Down Windows&#8221;<br />
WshShell.SendKeys &#8220;ss&#8221;<br />
WshShell.SendKeys &#8220;{TAB}&#8221;<br />
WshShell.SendKeys &#8220;{Enter}&#8221;<br />
End With<br />
Set objShell=Nothing<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
