<?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: Hide Flashing Command Line and Batch File Windows On Startup</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: r0ck3t3r</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-72690</link>
		<dc:creator>r0ck3t3r</dc:creator>
		<pubDate>Sun, 31 May 2009 20:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-72690</guid>
		<description>Nice idea, but what if the startup script fails? Are you able to see that? What I usually do is have the batch script access WSH and generate a msgbox with the error code. Just a thought. This way the batch can run silently unless it encounters a problem it can&#039;t handle.</description>
		<content:encoded><![CDATA[<p>Nice idea, but what if the startup script fails? Are you able to see that? What I usually do is have the batch script access WSH and generate a msgbox with the error code. Just a thought. This way the batch can run silently unless it encounters a problem it can&#8217;t handle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robmaister</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-71740</link>
		<dc:creator>robmaister</dc:creator>
		<pubDate>Mon, 11 May 2009 07:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-71740</guid>
		<description>would you know how to run the program silently? I am trying to mix this and a batch file in the &quot;Send To&quot; menu, in order to open the menu itself. Because of the menu&#039;s nature, it tacks on a %1 automatically, and hstart returns a &quot;Failed to create process&quot; error with the filename of the file I had selected. If there is no way, I will just bear with the cmd window, or see if I can write an autoit script instead..</description>
		<content:encoded><![CDATA[<p>would you know how to run the program silently? I am trying to mix this and a batch file in the &#8220;Send To&#8221; menu, in order to open the menu itself. Because of the menu&#8217;s nature, it tacks on a %1 automatically, and hstart returns a &#8220;Failed to create process&#8221; error with the filename of the file I had selected. If there is no way, I will just bear with the cmd window, or see if I can write an autoit script instead..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-27994</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 29 Nov 2007 08:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-27994</guid>
		<description>Fantastic. I use this with a batch file that send my machine to sleep. For some unfathomable reason Microsoft has stopped putting a &quot;Sleep&quot; hotkey on keyboards. So I remap the &quot;Log Off Key&quot;. The file is very simple: rundll32.exe powrprof.dll,SetSuspendState Sleep</description>
		<content:encoded><![CDATA[<p>Fantastic. I use this with a batch file that send my machine to sleep. For some unfathomable reason Microsoft has stopped putting a &#8220;Sleep&#8221; hotkey on keyboards. So I remap the &#8220;Log Off Key&#8221;. The file is very simple: rundll32.exe powrprof.dll,SetSuspendState Sleep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac S</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-24732</link>
		<dc:creator>Zac S</dc:creator>
		<pubDate>Tue, 16 Oct 2007 20:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-24732</guid>
		<description>Just a little FYI that this utility is great for any computer that doesn&#039;t have a local group policy or the local group policy is over written by a domain policy.  Another way to fire off those batch files without ever showing the command line interface is thru the use of a group policy know as logon scripts.  Go to Start&gt;Run type gpedit.msc and expand the Windows Settings under User Configuration.  You will see scripts and then you can choose from Logon or Logoff.  You can also do the same under the Computer Configuration only difference is these scripts are Startup and Shut Down.  The difference is when the computer is starting up before it gets to the login prompt it runs the Startup Script, after a user has logged on, it runs the Logon Script.  The idea is the same for Logoff and Shut Down for those processes.  Hope this little tidbit helps out where practical.</description>
		<content:encoded><![CDATA[<p>Just a little FYI that this utility is great for any computer that doesn&#8217;t have a local group policy or the local group policy is over written by a domain policy.  Another way to fire off those batch files without ever showing the command line interface is thru the use of a group policy know as logon scripts.  Go to Start&gt;Run type gpedit.msc and expand the Windows Settings under User Configuration.  You will see scripts and then you can choose from Logon or Logoff.  You can also do the same under the Computer Configuration only difference is these scripts are Startup and Shut Down.  The difference is when the computer is starting up before it gets to the login prompt it runs the Startup Script, after a user has logged on, it runs the Logon Script.  The idea is the same for Logoff and Shut Down for those processes.  Hope this little tidbit helps out where practical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-20231</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Sun, 29 Jul 2007 23:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-20231</guid>
		<description>What you are looking for is the EasyBCD utility, which will let you customize your Vista bootup options to boot off the other drive.

http://neosmart.net/dl.php?id=1

Also fyi, we just opened a forum here, which is a good place to ask these types of questions, because a lot more people will see your question right away.

http://www.howtogeek.com/forum/</description>
		<content:encoded><![CDATA[<p>What you are looking for is the EasyBCD utility, which will let you customize your Vista bootup options to boot off the other drive.</p>
<p><a href="http://neosmart.net/dl.php?id=1" rel="nofollow">http://neosmart.net/dl.php?id=1</a></p>
<p>Also fyi, we just opened a forum here, which is a good place to ask these types of questions, because a lot more people will see your question right away.</p>
<p><a href="http://www.howtogeek.com/forum/" rel="nofollow">http://www.howtogeek.com/forum/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Woody</title>
		<link>http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/comment-page-1/#comment-20229</link>
		<dc:creator>Mark Woody</dc:creator>
		<pubDate>Sun, 29 Jul 2007 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/hide-flashing-command-line-and-batch-file-windows-on-startup/#comment-20229</guid>
		<description>Hi I need a better Geek than myself to help me out.  I am dying and am on disability, I don&#039;t feel good and major time on the computer is hard on me.  I initially bought a 250 GB SATA 150 drive and put Vista on it.  I noticed Battlefield 2142 didn&#039;t work to well and my Belkin Nostromo N52 game pad does not have a Vista driver.  I just purchased a 350 GB 300 drive, I know that should be my C drive with both Vista and XP on there to take care of my troubles, plus maybe give me a speed boost, I don&#039;t know if that really makes a difference but it is better than Ultra 133 and SATA 150 or whatever they call it.  Is there going to be a speed difference?  Anyway in the old 386 days and 486 days, I made a batch file, that game me load up options, one for gaming taking care of that vital first bit of ram, or for regular use.  For right now could one write a boot up option bat file that lets hit 1 to boot VISTA for everything but gaming or hit 2 to go to another drive with (the 350 GB) drive with my games and XP on it, then later put VISTA 64 home premium on it.  I do not have the upgradeable version.  I remember in the old days I colored it yellow and after 20 secs it went to the default parameters.  Is there anyone if it is possible who could create a boot up option because the OS Vista and XP respectively are on different drives, until I can fix it the right way.  Could any one right me a batch file, and where to insert it or is this a long way to do things, I can just change boot up drive in Bios but that is a pain...  So much for my home made computer skills and I&#039;ve built over 20.  I get fatigued real easy and can stay with it, like I use to could.  Anyway just asking.  I love your site and while trying to figure out this boot method based on the old days i found several helpful tips and ways to do things.  Nice Site!

Thank You!
Mark Woody
rogue-diver@comcast.net</description>
		<content:encoded><![CDATA[<p>Hi I need a better Geek than myself to help me out.  I am dying and am on disability, I don&#8217;t feel good and major time on the computer is hard on me.  I initially bought a 250 GB SATA 150 drive and put Vista on it.  I noticed Battlefield 2142 didn&#8217;t work to well and my Belkin Nostromo N52 game pad does not have a Vista driver.  I just purchased a 350 GB 300 drive, I know that should be my C drive with both Vista and XP on there to take care of my troubles, plus maybe give me a speed boost, I don&#8217;t know if that really makes a difference but it is better than Ultra 133 and SATA 150 or whatever they call it.  Is there going to be a speed difference?  Anyway in the old 386 days and 486 days, I made a batch file, that game me load up options, one for gaming taking care of that vital first bit of ram, or for regular use.  For right now could one write a boot up option bat file that lets hit 1 to boot VISTA for everything but gaming or hit 2 to go to another drive with (the 350 GB) drive with my games and XP on it, then later put VISTA 64 home premium on it.  I do not have the upgradeable version.  I remember in the old days I colored it yellow and after 20 secs it went to the default parameters.  Is there anyone if it is possible who could create a boot up option because the OS Vista and XP respectively are on different drives, until I can fix it the right way.  Could any one right me a batch file, and where to insert it or is this a long way to do things, I can just change boot up drive in Bios but that is a pain&#8230;  So much for my home made computer skills and I&#8217;ve built over 20.  I get fatigued real easy and can stay with it, like I use to could.  Anyway just asking.  I love your site and while trying to figure out this boot method based on the old days i found several helpful tips and ways to do things.  Nice Site!</p>
<p>Thank You!<br />
Mark Woody<br />
<a href="mailto:rogue-diver@comcast.net">rogue-diver@comcast.net</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
