<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Speed Up Windows Boot Times By Delaying Startup Of Services In XP And Vista</title>
	<atom:link href="http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:38:51 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: michael</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-22216</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-22216</guid>
		<description>Not sure this will actuall work in all cases.  For example:  I have 8 services marked as Manual but they are all running once Windows is finished launching.  So, just setting something to Manual doesn&#039;t always mean it won&#039;t start on Windows boot.</description>
		<content:encoded><![CDATA[<p>Not sure this will actuall work in all cases.  For example:  I have 8 services marked as Manual but they are all running once Windows is finished launching.  So, just setting something to Manual doesn&#039;t always mean it won&#039;t start on Windows boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-19872</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 29 Aug 2009 08:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-19872</guid>
		<description>@Adam,

to delete a file that is being held open, you can often rename it.  On reboot the renamed file will be accessible (and may be deleted).</description>
		<content:encoded><![CDATA[<p>@Adam,</p>
<p>to delete a file that is being held open, you can often rename it.  On reboot the renamed file will be accessible (and may be deleted).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoymous</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-18671</link>
		<dc:creator>Anoymous</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-18671</guid>
		<description>Awsome tut. Speed my boot time to 10 secs. XD</description>
		<content:encoded><![CDATA[<p>Awsome tut. Speed my boot time to 10 secs. XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish Kumar Singh</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-15640</link>
		<dc:creator>Manish Kumar Singh</dc:creator>
		<pubDate>Fri, 31 Oct 2008 09:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-15640</guid>
		<description>sir 


    we have a reguest the note a window xp and vista please transfer Doumentes my Email id manish@impl.in</description>
		<content:encoded><![CDATA[<p>sir </p>
<p>    we have a reguest the note a window xp and vista please transfer Doumentes my Email id <a href="mailto:manish@impl.in">manish@impl.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Willem</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14164</link>
		<dc:creator>Jan-Willem</dc:creator>
		<pubDate>Mon, 25 Aug 2008 10:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14164</guid>
		<description>Hi, to whom it concerns:

I discoverd my own mistake in using the START command.

Due to long file names I encapsulated the desired command line in &quot;&quot;.
Start takes this as a title for the windows screens that opens.
I should have used the 8.3DOS method and it would have worked right from the start.

So:
wrong context &gt;start &quot;C:\Program Files\Vodafone\Vodafone Mobile Connect\VMConnect.exe&quot;
right context &gt; start /I C:\Progra~1\Vodafone\Vodafo~1\VMConnect.exe

End result:
When my computer boots there is a small batchfile actived which asks me what extra programs and services should be start (also mapping and synchronisation is processed here).
This works nice and I have no unused services running that take memory and reflect on the performance. 
I created the final batch in such a way that I also can run it on a already booted system and can start extra programs and services might I need them.

Good luck Jan-Willem</description>
		<content:encoded><![CDATA[<p>Hi, to whom it concerns:</p>
<p>I discoverd my own mistake in using the START command.</p>
<p>Due to long file names I encapsulated the desired command line in &#034;&#034;.<br />
Start takes this as a title for the windows screens that opens.<br />
I should have used the 8.3DOS method and it would have worked right from the start.</p>
<p>So:<br />
wrong context &gt;start &#034;C:\Program Files\Vodafone\Vodafone Mobile Connect\VMConnect.exe&#034;<br />
right context &gt; start /I C:\Progra~1\Vodafone\Vodafo~1\VMConnect.exe</p>
<p>End result:<br />
When my computer boots there is a small batchfile actived which asks me what extra programs and services should be start (also mapping and synchronisation is processed here).<br />
This works nice and I have no unused services running that take memory and reflect on the performance.<br />
I created the final batch in such a way that I also can run it on a already booted system and can start extra programs and services might I need them.</p>
<p>Good luck Jan-Willem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Willem</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14086</link>
		<dc:creator>Jan-Willem</dc:creator>
		<pubDate>Fri, 22 Aug 2008 15:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14086</guid>
		<description>3)
that&#039;s probably an right issue. You try this as user or as local admin?
try local admin

2)
I don&#039;t know Zonealarm, but once the service is started the file is locked. That makes sense. TRy to delay the boot of Zonealarm.

1)
Is there not a setting in Zonealarm that limits the file size. Normally you would expect such an option

I found this one: http://forum.zonealarm.com/zonelabs/board/message?board.id=gen&amp;message.id=51575</description>
		<content:encoded><![CDATA[<p>3)<br />
that&#039;s probably an right issue. You try this as user or as local admin?<br />
try local admin</p>
<p>2)<br />
I don&#039;t know Zonealarm, but once the service is started the file is locked. That makes sense. TRy to delay the boot of Zonealarm.</p>
<p>1)<br />
Is there not a setting in Zonealarm that limits the file size. Normally you would expect such an option</p>
<p>I found this one: <a href="http://forum.zonealarm.com/zonelabs/board/message?board.id=gen&amp;message.id=51575" rel="nofollow">http://forum.zonealarm.com/zonelabs/board/message?board.id=gen&amp;message.id=51575</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14073</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 22 Aug 2008 00:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-14073</guid>
		<description>What do I do if I get a &quot;Services - Access is denied&quot; when I try to change the start-up type to manual?
This is what I am trying to do:-
1. Get ccleaner to delete the tvDebug.log file (part of Zonealarm)on start-up (this file just grows and grows).
2. It won&#039;t because the &quot;TrueVector Internet Monitor&quot; service (part of Zonealarm) is holding the file open.
3. Batch files won&#039;t work because I get the &quot;access denied&quot; error.

Any ideas?
Kind regards.</description>
		<content:encoded><![CDATA[<p>What do I do if I get a &#034;Services &#8211; Access is denied&#034; when I try to change the start-up type to manual?<br />
This is what I am trying to do:-<br />
1. Get ccleaner to delete the tvDebug.log file (part of Zonealarm)on start-up (this file just grows and grows).<br />
2. It won&#039;t because the &#034;TrueVector Internet Monitor&#034; service (part of Zonealarm) is holding the file open.<br />
3. Batch files won&#039;t work because I get the &#034;access denied&#034; error.</p>
<p>Any ideas?<br />
Kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan-Willem</title>
		<link>http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-13935</link>
		<dc:creator>Jan-Willem</dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/speed-up-windows-xp-vista-boot-times-by-delaying-startup-of-services.html#comment-13935</guid>
		<description>please think with me about the following which is in the same line as the articele.

instead of loading all kinds of exe&#039;s and services i want my computer to run a batch file during startup asking me what services and exe&#039;s to start at the end of the boot cyclus so i&#039;m able to load just these services and exe&#039;s  that i actually need.

the questioning and timing part in my batchfiel is solved is solved the challange i face now is to start all required exe&#039;s from 1 batch file.

for example when i&#039;m offline i want fisrt my vodafone application to load and afterwards to load a secure client, further i want to be able to do or not start an application to mount a webbased drive and perform some other mapping on my actual needs and beings at that moment.

I found the &#039; start&#039; command instead of the &#039;call&#039; command but this causes that the services/ exe is opening a new windows and that is what not should happen. The service/exe should start, no opening of nwe windows and continue to the next option.

Here is my draft batch file so far. (some remarks in Dutch but the command are all in compu language of course)

@echo off
rem pause for X seconds
echo.
echo Dag Jan-Willem,
echo even wachten om de standaard services te laden
set X=10
call telaf.bat
rem pause

rem vodafone
:1000
echo wil je Vodafone Connect laden?
set choice=
set /p choice= j(a) of n(ee)?
echo.
rem if &#039;%choice%&#039;=&#039;&#039;goto 1000
echo &#039;%choice%&#039;
if &#039;%choice%&#039;==&#039;j&#039; goto 1100
if &#039;%choice%&#039;==&#039;n&#039; goto 2000
goto 9000
:1100
start &quot;C:\Program Files\Vodafone\Vodafone Mobile Connect\VMConnect.exe&quot;
rem end vodefone

rem XS4ALL webdrive
:2000
echo wil je de XS4ALL webdrive laden als W:\ ?
set choice=
set /p choice= j(a) of n(ee)?
echo.
if &#039;%choice%&#039;==&#039;j&#039; goto 2100
if &#039;%choice%&#039;==&#039;n&#039; goto 3000
:2100
start /b &quot;C:\Program Files\XS4ALL-webdisk\wdfsctl.exe&quot;
rem end XS4ALL webdrive

rem drive
:3000
echo wil je de NL root directory laden als I:\ ?
set choice=
set /p choice= j(a) of n(ee)?
echo.
if &#039;%choice%&#039;==&#039;j&#039; goto 3100
if &#039;%choice%&#039;==&#039;n&#039; goto 4000
:3100
start /b xyz.bat
rem end drive

rem SecureRemnote
:4000
echo wil je de SecureRemote client laden ?
set choice=
set /p choice= j(a) of n(ee)?
echo.
if &#039;%choice%&#039;==&#039;j&#039; goto 4100
if &#039;%choice%&#039;==&#039;n&#039; goto 5000
:4100
start /b &quot;C:\Program Files\CheckPoint\SecuRemote\bin\SR_GUI.exe&quot;
rem end SecureRemote</description>
		<content:encoded><![CDATA[<p>please think with me about the following which is in the same line as the articele.</p>
<p>instead of loading all kinds of exe&#039;s and services i want my computer to run a batch file during startup asking me what services and exe&#039;s to start at the end of the boot cyclus so i&#039;m able to load just these services and exe&#039;s  that i actually need.</p>
<p>the questioning and timing part in my batchfiel is solved is solved the challange i face now is to start all required exe&#039;s from 1 batch file.</p>
<p>for example when i&#039;m offline i want fisrt my vodafone application to load and afterwards to load a secure client, further i want to be able to do or not start an application to mount a webbased drive and perform some other mapping on my actual needs and beings at that moment.</p>
<p>I found the &#039; start&#039; command instead of the &#039;call&#039; command but this causes that the services/ exe is opening a new windows and that is what not should happen. The service/exe should start, no opening of nwe windows and continue to the next option.</p>
<p>Here is my draft batch file so far. (some remarks in Dutch but the command are all in compu language of course)</p>
<p>@echo off<br />
rem pause for X seconds<br />
echo.<br />
echo Dag Jan-Willem,<br />
echo even wachten om de standaard services te laden<br />
set X=10<br />
call telaf.bat<br />
rem pause</p>
<p>rem vodafone<br />
:1000<br />
echo wil je Vodafone Connect laden?<br />
set choice=<br />
set /p choice= j(a) of n(ee)?<br />
echo.<br />
rem if &#039;%choice%&#039;=&#034;goto 1000<br />
echo &#039;%choice%&#039;<br />
if &#039;%choice%&#039;==&#039;j&#039; goto 1100<br />
if &#039;%choice%&#039;==&#039;n&#039; goto 2000<br />
goto 9000<br />
:1100<br />
start &#034;C:\Program Files\Vodafone\Vodafone Mobile Connect\VMConnect.exe&#034;<br />
rem end vodefone</p>
<p>rem XS4ALL webdrive<br />
:2000<br />
echo wil je de XS4ALL webdrive laden als W:\ ?<br />
set choice=<br />
set /p choice= j(a) of n(ee)?<br />
echo.<br />
if &#039;%choice%&#039;==&#039;j&#039; goto 2100<br />
if &#039;%choice%&#039;==&#039;n&#039; goto 3000<br />
:2100<br />
start /b &#034;C:\Program Files\XS4ALL-webdisk\wdfsctl.exe&#034;<br />
rem end XS4ALL webdrive</p>
<p>rem drive<br />
:3000<br />
echo wil je de NL root directory laden als I:\ ?<br />
set choice=<br />
set /p choice= j(a) of n(ee)?<br />
echo.<br />
if &#039;%choice%&#039;==&#039;j&#039; goto 3100<br />
if &#039;%choice%&#039;==&#039;n&#039; goto 4000<br />
:3100<br />
start /b xyz.bat<br />
rem end drive</p>
<p>rem SecureRemnote<br />
:4000<br />
echo wil je de SecureRemote client laden ?<br />
set choice=<br />
set /p choice= j(a) of n(ee)?<br />
echo.<br />
if &#039;%choice%&#039;==&#039;j&#039; goto 4100<br />
if &#039;%choice%&#039;==&#039;n&#039; goto 5000<br />
:4100<br />
start /b &#034;C:\Program Files\CheckPoint\SecuRemote\bin\SR_GUI.exe&#034;<br />
rem end SecureRemote</p>
]]></content:encoded>
	</item>
</channel>
</rss>
