<?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: Installing SharePoint 2010 on Windows 7</title>
	<atom:link href="http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/</link>
	<description>The SharePoint blog for Business Analysts</description>
	<lastBuildDate>Mon, 17 Oct 2011 09:34:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Luis Garcia</title>
		<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/comment-page-1/#comment-7831</link>
		<dc:creator>Luis Garcia</dc:creator>
		<pubDate>Wed, 07 Sep 2011 15:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.whatsthepointofsharing.com/?p=559#comment-7831</guid>
		<description>If you want also to turn off the SP2007 services in one step, you can have this following MS-DOS batch code commands, please save the following lines in a batch file (myfile.bat) and run it, and you will be able to Turn ON or OFF any time you want, in case you want to free memory by cancelling the SP services from running.

@echo off

:start
cls

ECHO.
ECHO 1. START SP 2010 and SQL services
ECHO 2. STOP  SP 2010 and SQL services 
ECHO 3. Quit


set choice=
set /p choice=Start or stop SP services: 
if not &#039;%choice%&#039;==&#039;&#039; set choice=%choice:~0,1%
if &#039;%choice%&#039;==&#039;1&#039; goto startSP
if &#039;%choice%&#039;==&#039;2&#039; goto stopSP
if &#039;%choice%&#039;==&#039;3&#039; goto quita
ECHO &quot;%choice%&quot; is not valid, try again


:startSP
cls
sc start SPAdminV4
sc start SPTimerV4
sc start SPTraceV4
sc start SPUserCodeV4
sc start SPWriterV4
sc start SPSearch4
sc start OSearch14
sc start DCLauncher14
sc start DCLoadBalancer14

sc start MSSQL$SHAREPOINT
sc start SQLAgent$SHAREPOINT

pause
goto start

:stopSP

sc stop SPAdminV4
sc stop SPTimerV4
sc stop SPTraceV4
sc stop SPUserCodeV4
sc stop SPWriterV4
sc stop SPSearch4
sc stop OSearch14

sc stop DCLauncher14
sc stop DCLoadBalancer14

sc stop MSSQL$SHAREPOINT
sc stop SQLAgent$SHAREPOINT

pause
goto start

:quita

exit</description>
		<content:encoded><![CDATA[<p>If you want also to turn off the SP2007 services in one step, you can have this following MS-DOS batch code commands, please save the following lines in a batch file (myfile.bat) and run it, and you will be able to Turn ON or OFF any time you want, in case you want to free memory by cancelling the SP services from running.</p>
<p>@echo off</p>
<p>:start<br />
cls</p>
<p>ECHO.<br />
ECHO 1. START SP 2010 and SQL services<br />
ECHO 2. STOP  SP 2010 and SQL services<br />
ECHO 3. Quit</p>
<p>set choice=<br />
set /p choice=Start or stop SP services:<br />
if not &#8216;%choice%&#8217;==&#8221; set choice=%choice:~0,1%<br />
if &#8216;%choice%&#8217;==&#8217;1&#8242; goto startSP<br />
if &#8216;%choice%&#8217;==&#8217;2&#8242; goto stopSP<br />
if &#8216;%choice%&#8217;==&#8217;3&#8242; goto quita<br />
ECHO &#8220;%choice%&#8221; is not valid, try again</p>
<p>:startSP<br />
cls<br />
sc start SPAdminV4<br />
sc start SPTimerV4<br />
sc start SPTraceV4<br />
sc start SPUserCodeV4<br />
sc start SPWriterV4<br />
sc start SPSearch4<br />
sc start OSearch14<br />
sc start DCLauncher14<br />
sc start DCLoadBalancer14</p>
<p>sc start MSSQL$SHAREPOINT<br />
sc start SQLAgent$SHAREPOINT</p>
<p>pause<br />
goto start</p>
<p>:stopSP</p>
<p>sc stop SPAdminV4<br />
sc stop SPTimerV4<br />
sc stop SPTraceV4<br />
sc stop SPUserCodeV4<br />
sc stop SPWriterV4<br />
sc stop SPSearch4<br />
sc stop OSearch14</p>
<p>sc stop DCLauncher14<br />
sc stop DCLoadBalancer14</p>
<p>sc stop MSSQL$SHAREPOINT<br />
sc stop SQLAgent$SHAREPOINT</p>
<p>pause<br />
goto start</p>
<p>:quita</p>
<p>exit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint2010</title>
		<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/comment-page-1/#comment-2914</link>
		<dc:creator>SharePoint2010</dc:creator>
		<pubDate>Sun, 27 Feb 2011 14:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.whatsthepointofsharing.com/?p=559#comment-2914</guid>
		<description>Good post.
Here is a post which tells installing SharePoint Foundation on Windows 7
http://sharepoint-2010-world.blogspot.com/2011/02/install-sharepoint-foundation-2010-on.html</description>
		<content:encoded><![CDATA[<p>Good post.<br />
Here is a post which tells installing SharePoint Foundation on Windows 7<br />
<a href="http://sharepoint-2010-world.blogspot.com/2011/02/install-sharepoint-foundation-2010-on.html" rel="nofollow">http://sharepoint-2010-world.blogspot.com/2011/02/install-sharepoint-foundation-2010-on.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madison Brown</title>
		<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/comment-page-1/#comment-1002</link>
		<dc:creator>Madison Brown</dc:creator>
		<pubDate>Fri, 07 May 2010 06:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.whatsthepointofsharing.com/?p=559#comment-1002</guid>
		<description>I&#039;m pretty much impressed with the stability of Windows 7. It is better than windows Vista which hogs my memory and cpu.&quot;;:</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty much impressed with the stability of Windows 7. It is better than windows Vista which hogs my memory and cpu.&#8221;;:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/comment-page-1/#comment-311</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.whatsthepointofsharing.com/?p=559#comment-311</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by MichalPisarek: Post: Installing SharePoint 2010 on Windows 7 http://zip.li/Khvq...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by MichalPisarek: Post: Installing SharePoint 2010 on Windows 7 <a href="http://zip.li/Khvq.." rel="nofollow">http://zip.li/Khvq..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Search-n-organize: State-of-the-art Low-budget Document Management Solutions &#124; dewigoogle.com</title>
		<link>http://www.whatsthepointofsharing.com/2009/11/21/installing-sharepoint-2010-on-windows-7/comment-page-1/#comment-257</link>
		<dc:creator>Search-n-organize: State-of-the-art Low-budget Document Management Solutions &#124; dewigoogle.com</dc:creator>
		<pubDate>Sun, 22 Nov 2009 01:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.whatsthepointofsharing.com/?p=559#comment-257</guid>
		<description>[...] Installing SharePoint 2010 on Windows 7 &#124; Whats The Point Of Sharing? [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing SharePoint 2010 on Windows 7 | Whats The Point Of Sharing? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

