<?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/"
		>
<channel>
	<title>Comments on: How to Enable Quick Edit Mode in the Command Prompt by Default</title>
	<atom:link href="http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/</link>
	<description>Troubleshooting Windows 7/XP/Vista, Fixes &#38; Tweaks &#124; General Productivity Tips</description>
	<lastBuildDate>Thu, 18 Mar 2010 04:50:33 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nikolai PK</title>
		<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/comment-page-1/#comment-10456</link>
		<dc:creator>Nikolai PK</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=929#comment-10456</guid>
		<description>I just took a closer look at Ramesh&#039;s article.  I don&#039;t know why I hadn&#039;t noticed this before; perhaps it was too subtle...

I was accustomed to selecting the Properties option from either the CMD window or the shortcut icon for launching it.  What Ramesh said -- and I overlooked -- was to select the DEFAULTS option from the CMD window menu.

Yes, that changes the default for all subsequent CMD windows however they are launched, and without the dangerous microsurgery of using the Registry Editor.

I&#039;m still not sure whether I can get my users to accept the step of editing the Defaults, but it does have the advantage of only being required once, rather than being needed for every window in the batch, for every run of the script.

I would still prefer to find a way to have the script make the setting, if that&#039;s possible.

Also, while I&#039;m at it, to specify the Window Position (a different one for each window launched by the script, and not the ones the System chooses when it automatically positions the windows...).  But maybe this is a question for another forum.</description>
		<content:encoded><![CDATA[<p>I just took a closer look at Ramesh&#8217;s article.  I don&#8217;t know why I hadn&#8217;t noticed this before; perhaps it was too subtle&#8230;</p>
<p>I was accustomed to selecting the Properties option from either the CMD window or the shortcut icon for launching it.  What Ramesh said &#8212; and I overlooked &#8212; was to select the DEFAULTS option from the CMD window menu.</p>
<p>Yes, that changes the default for all subsequent CMD windows however they are launched, and without the dangerous microsurgery of using the Registry Editor.</p>
<p>I&#8217;m still not sure whether I can get my users to accept the step of editing the Defaults, but it does have the advantage of only being required once, rather than being needed for every window in the batch, for every run of the script.</p>
<p>I would still prefer to find a way to have the script make the setting, if that&#8217;s possible.</p>
<p>Also, while I&#8217;m at it, to specify the Window Position (a different one for each window launched by the script, and not the ones the System chooses when it automatically positions the windows&#8230;).  But maybe this is a question for another forum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolai PK</title>
		<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/comment-page-1/#comment-10434</link>
		<dc:creator>Nikolai PK</dc:creator>
		<pubDate>Wed, 10 Mar 2010 00:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=929#comment-10434</guid>
		<description>I am writing a batch-script for users who will find QuickEdit highly helpful, but who cannot be counted on to set properties or edit the Registry.

To complicate the matter, the script launches a number of CMD windows; they come up with default settings only and it would be impractical -- to say the least -- to go to the properties menu for each one.

I could supply a shortcut/icon to run the script, and I could pre-configure it with the desired properties, but  I have not found a way to make the newly-launched windows inherit those properties.  Likewise when I run the script from a pre-configured CMD window, the properties are not inherited.

My other alternative would be to include something -- like a switch to CMD or START -- that would set the QuickEdit option in the line of the batch-script, but so far I haven&#039;t found a way to do that either.

And, of course, using an alternative shell-language (BASH, CygWin or the like) is not an option.

Any advice would be gratefully appreciated.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I am writing a batch-script for users who will find QuickEdit highly helpful, but who cannot be counted on to set properties or edit the Registry.</p>
<p>To complicate the matter, the script launches a number of CMD windows; they come up with default settings only and it would be impractical &#8212; to say the least &#8212; to go to the properties menu for each one.</p>
<p>I could supply a shortcut/icon to run the script, and I could pre-configure it with the desired properties, but  I have not found a way to make the newly-launched windows inherit those properties.  Likewise when I run the script from a pre-configured CMD window, the properties are not inherited.</p>
<p>My other alternative would be to include something &#8212; like a switch to CMD or START &#8212; that would set the QuickEdit option in the line of the batch-script, but so far I haven&#8217;t found a way to do that either.</p>
<p>And, of course, using an alternative shell-language (BASH, CygWin or the like) is not an option.</p>
<p>Any advice would be gratefully appreciated.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Quick Edit</title>
		<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/comment-page-1/#comment-10157</link>
		<dc:creator>Windows Quick Edit</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=929#comment-10157</guid>
		<description>Nobody knows about this feature ?
I just recently found this while using cygwin.</description>
		<content:encoded><![CDATA[<p>Nobody knows about this feature ?<br />
I just recently found this while using cygwin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Dangerbrooks</title>
		<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/comment-page-1/#comment-9085</link>
		<dc:creator>John Dangerbrooks</dc:creator>
		<pubDate>Sat, 03 Oct 2009 13:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=929#comment-9085</guid>
		<description>Maybe its either my memory or just deja vu but I strongly believe you have posted this before.</description>
		<content:encoded><![CDATA[<p>Maybe its either my memory or just deja vu but I strongly believe you have posted this before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.winhelponline.com/blog/enable-quick-edit-command-prompt-by-default/comment-page-1/#comment-8981</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=929#comment-8981</guid>
		<description>Or you could just run cmd, click the top left corner, select &quot;Defaults&quot;, put a check in &quot;QuikEdit Mode&quot; and click ok and you&#039;re done.</description>
		<content:encoded><![CDATA[<p>Or you could just run cmd, click the top left corner, select &#8220;Defaults&#8221;, put a check in &#8220;QuikEdit Mode&#8221; and click ok and you&#8217;re done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
