<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blackforce</title>
	<atom:link href="http://www.blackforce.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blackforce.co.uk</link>
	<description>just a few random articles and photos from my life!!</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Access 2003 Preparing to Install Message</title>
		<link>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message</link>
		<comments>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:42:53 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Jet]]></category>
		<category><![CDATA[Microsoft Access]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=831</guid>
		<description><![CDATA[If Microsoft Access 2003 keeps saying preparing to install everytime you load it just import this file into your registry. http://cl.ly/DtZZ Job done]]></description>
			<content:encoded><![CDATA[<p>If Microsoft Access 2003 keeps saying preparing to install everytime you load it just import this file into your registry.</p>
<p><a href="http://cl.ly/DtZZ" title="http://cl.ly/DtZZ">http://cl.ly/DtZZ</a></p>
<p>Job done <img src='http://www.blackforce.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/02/03/access-2003-preparing-to-install-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Config Database Log file Big</title>
		<link>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big</link>
		<comments>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big#comments</comments>
		<pubDate>Wed, 01 Feb 2012 11:58:21 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=828</guid>
		<description><![CDATA[Most of the times its located in : C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data If it needs shrinking do the following :- Backup the database using SQL Management. Connect to the instance using \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query as the server name. Once backed up right click on the Database Sharepoint Config and click new query. Execute each of the following querys in turn [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the times its located in :</p>
<p>C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\Data</p>
<p>If it needs shrinking do the following :-</p>
<p>Backup the database using SQL Management. Connect to the instance using</p>
<p><code>\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query</code></p>
<p>as the server name.</p>
<p>Once backed up right click on the Database Sharepoint Config and click new query.</p>
<p>Execute each of the following querys in turn</p>
<p><code>BACKUP LOG [Sharepoint_Config_blahblahblah] TO DISK='D:\temp\configLogBackup.bak'<br />
GO</code></p>
<p><code>BACKUP LOG [Sharepoint_Config_blahblahblah] WITH TRUNCATE_ONLY<br />
USE [Sharepoint_Config_blahblahblah]<br />
GO</code></p>
<p><code>DBCC SHRINKFILE (N'Sharepoint_Config_blahblahblah_log' , 50)<br />
GO</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/02/01/sharepoint-config-database-log-file-big/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuild VSS</title>
		<link>http://www.blackforce.co.uk/2012/01/16/rebuild-vss</link>
		<comments>http://www.blackforce.co.uk/2012/01/16/rebuild-vss#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:56:17 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=821</guid>
		<description><![CDATA[Server 2008 net stop "System Event Notification Service" net stop "Background Intelligent Transfer Service" net stop "COM+ Event System" net stop "Microsoft Software Shadow Copy Provider" net stop "Volume Shadow Copy" cd /d %windir%\system32 net stop vss net stop swprv regsvr32 /s ATL.DLL regsvr32 /s comsvcs.DLL regsvr32 /s credui.DLL regsvr32 /s CRYPTNET.DLL regsvr32 /s CRYPTUI.DLL [...]]]></description>
			<content:encoded><![CDATA[<p><b>Server 2008</b></p>
<p><code>net stop "System Event Notification Service"<br />
net stop "Background Intelligent Transfer Service"<br />
net stop "COM+ Event System"<br />
net stop "Microsoft Software Shadow Copy Provider"<br />
net stop "Volume Shadow Copy"<br />
cd /d %windir%\system32<br />
net stop vss<br />
net stop swprv<br />
regsvr32 /s ATL.DLL<br />
regsvr32 /s comsvcs.DLL<br />
regsvr32 /s credui.DLL<br />
regsvr32 /s CRYPTNET.DLL<br />
regsvr32 /s CRYPTUI.DLL<br />
regsvr32 /s dhcpqec.DLL<br />
regsvr32 /s dssenh.DLL<br />
regsvr32 /s eapqec.DLL<br />
regsvr32 /s esscli.DLL<br />
regsvr32 /s FastProx.DLL<br />
regsvr32 /s FirewallAPI.DLL<br />
regsvr32 /s kmsvc.DLL<br />
regsvr32 /s lsmproxy.DLL<br />
regsvr32 /s MSCTF.DLL<br />
regsvr32 /s msi.DLL<br />
regsvr32 /s msxml3.DLL<br />
regsvr32 /s ncprov.DLL<br />
regsvr32 /s ole32.DLL<br />
regsvr32 /s OLEACC.DLL<br />
regsvr32 /s OLEAUT32.DLL<br />
regsvr32 /s PROPSYS.DLL<br />
regsvr32 /s QAgent.DLL<br />
regsvr32 /s qagentrt.DLL<br />
regsvr32 /s QUtil.DLL<br />
regsvr32 /s raschap.DLL<br />
regsvr32 /s RASQEC.DLL<br />
regsvr32 /s rastls.DLL<br />
regsvr32 /s repdrvfs.DLL<br />
regsvr32 /s RPCRT4.DLL<br />
regsvr32 /s rsaenh.DLL<br />
regsvr32 /s SHELL32.DLL<br />
regsvr32 /s shsvcs.DLL<br />
regsvr32 /s /i swprv.DLL<br />
regsvr32 /s tschannel.DLL<br />
regsvr32 /s USERENV.DLL<br />
regsvr32 /s vss_ps.DLL<br />
regsvr32 /s wbemcons.DLL<br />
regsvr32 /s wbemcore.DLL<br />
regsvr32 /s wbemess.DLL<br />
regsvr32 /s wbemsvc.DLL<br />
regsvr32 /s WINHTTP.DLL<br />
regsvr32 /s WINTRUST.DLL<br />
regsvr32 /s wmiprvsd.DLL<br />
regsvr32 /s wmisvc.DLL<br />
regsvr32 /s wmiutils.DLL<br />
regsvr32 /s wuaueng.DLL<br />
sfc /SCANFILE=%windir%\system32\catsrv.DLL<br />
sfc /SCANFILE=%windir%\system32\catsrvut.DLL<br />
sfc /SCANFILE=%windir%\system32\CLBCatQ.DLL<br />
net start "COM+ Event System"</code></p>
<p><b>Server 2003</b></p>
<p><code>cd /d %windir%\system32<br />
Net stop vss<br />
Net stop swprv<br />
regsvr32 ole32.dll<br />
regsvr32 oleaut32.dll<br />
regsvr32 vss_ps.dll<br />
vssvc /register<br />
regsvr32 /i swprv.dll<br />
regsvr32 /i eventcls.dll<br />
regsvr32 es.dll<br />
regsvr32 stdprov.dll<br />
regsvr32 vssui.dll<br />
regsvr32 msxml.dll<br />
regsvr32 msxml3.dll<br />
regsvr32 msxml4.dll</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/16/rebuild-vss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 : The user has insufficient access rights</title>
		<link>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights</link>
		<comments>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights#comments</comments>
		<pubDate>Mon, 16 Jan 2012 12:38:03 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Mailbox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Move]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=818</guid>
		<description><![CDATA[If you see the error message :- The User has insufficient access right When trying to delete, move or carry out other operations on a mailbox do the following : AD Users and Computers View, Show Advanced Double click on user Click Security Click Advanced Tick the box include inheritable permissions]]></description>
			<content:encoded><![CDATA[<p>If you see the error message :-</p>
<p><code> The User has insufficient access right</code></p>
<p>When trying to delete, move or carry out other operations on a mailbox do the following :</p>
<p>AD Users and Computers<br />
View, Show Advanced<br />
Double click on user<br />
Click Security<br />
Click Advanced<br />
Tick the box include inheritable permissions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/16/exchange-2010-the-user-has-insufficient-access-rights/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symantec Endpoint 2008 Resetpass</title>
		<link>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass</link>
		<comments>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:12:33 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[Endpoint]]></category>
		<category><![CDATA[Resetpass]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=816</guid>
		<description><![CDATA[If you forget the password for the management console and the resetpass.bat doesn&#8217;t work. Then try the following :- Right click on command prompt Run as Administrator Then CD to the tools folder and type resetpass. Should work now.]]></description>
			<content:encoded><![CDATA[<p>If you forget the password for the management console and the resetpass.bat doesn&#8217;t work. Then try the following :-</p>
<p>Right click on command prompt<br />
Run as Administrator<br />
Then CD to the tools folder and type resetpass.</p>
<p>Should work now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/13/symantec-endpoint-2008-resetpass/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peugeot 307 Inside Light when unlocking Car</title>
		<link>http://www.blackforce.co.uk/2012/01/10/peugeot-307-inside-light-when-unlocking-car</link>
		<comments>http://www.blackforce.co.uk/2012/01/10/peugeot-307-inside-light-when-unlocking-car#comments</comments>
		<pubDate>Tue, 10 Jan 2012 21:04:14 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[Light]]></category>
		<category><![CDATA[Peugeot]]></category>
		<category><![CDATA[Peugeot 307]]></category>
		<category><![CDATA[Unlock]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=814</guid>
		<description><![CDATA[Not really a computer tip but a car related one. The light inside my car stopped coming on when I unlocked the car / opened the doors. To get it to work again you have to hold the light button for 3 seconds whilst having the ignition turned to on. Handy tip.]]></description>
			<content:encoded><![CDATA[<p>Not really a computer tip but a car related one.</p>
<p>The light inside my car stopped coming on when I unlocked the car / opened the doors. </p>
<p>To get it to work again you have to hold the light button for 3 seconds whilst having the ignition turned to on.</p>
<p>Handy tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/10/peugeot-307-inside-light-when-unlocking-car/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP MSA vdisk verify passcode</title>
		<link>http://www.blackforce.co.uk/2012/01/09/hp-msa-vdisk-verify-passcode</link>
		<comments>http://www.blackforce.co.uk/2012/01/09/hp-msa-vdisk-verify-passcode#comments</comments>
		<pubDate>Mon, 09 Jan 2012 09:45:15 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[MSA]]></category>
		<category><![CDATA[passcode]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[vDisk]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=812</guid>
		<description><![CDATA[Passcode is &#8220;parity&#8221; if ever needed]]></description>
			<content:encoded><![CDATA[<p>Passcode is &#8220;parity&#8221; if ever needed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/09/hp-msa-vdisk-verify-passcode/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Couchpotato to XBMC Live</title>
		<link>http://www.blackforce.co.uk/2012/01/01/how-to-install-couchpotato-to-xbmc-live</link>
		<comments>http://www.blackforce.co.uk/2012/01/01/how-to-install-couchpotato-to-xbmc-live#comments</comments>
		<pubDate>Sun, 01 Jan 2012 10:30:26 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Couchpotato]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[XBMC Live]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=810</guid>
		<description><![CDATA[SSH to your XBMC Live machine sudo apt-get update sudo apt-get install git-core cd /usr/local/sbin sudo git clone http://github.com/RuudBurger/CouchPotato.git sudo mv CouchPotato couchpotato cd /usr/local/sbin/couchpotato sudo cp initd.ubuntu /etc/init.d/couchpotato sudo cp default.ubuntu /etc/default/couchpotato sudo nano /etc/default/couchpotato &#8211;> Change Run as to xbmc &#8211;> Change path to /usr/local/sbin/couchpotato &#8211;> Change port to whatever you want. &#8211;> [...]]]></description>
			<content:encoded><![CDATA[<p>SSH to your XBMC Live machine</p>
<p><code>sudo apt-get update<br />
sudo apt-get install git-core<br />
cd /usr/local/sbin<br />
sudo git clone http://github.com/RuudBurger/CouchPotato.git<br />
sudo mv CouchPotato couchpotato</p>
<p>cd /usr/local/sbin/couchpotato</p>
<p>sudo cp initd.ubuntu /etc/init.d/couchpotato<br />
sudo cp default.ubuntu /etc/default/couchpotato</p>
<p>sudo nano /etc/default/couchpotato</code></p>
<p>&#8211;> Change Run as to xbmc<br />
&#8211;> Change path to /usr/local/sbin/couchpotato<br />
&#8211;> Change port to whatever you want.<br />
&#8211;> Change Daemon to 1</p>
<p><code><br />
sudo chmod a+x /etc/init.d/couchpotato<br />
sudo update-rc.d couchpotato defaults<br />
sudo service couchpotato start<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2012/01/01/how-to-install-couchpotato-to-xbmc-live/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symantec Endpoint Losing connection to console</title>
		<link>http://www.blackforce.co.uk/2011/12/20/symantec-endpoint-losing-connection-to-console</link>
		<comments>http://www.blackforce.co.uk/2011/12/20/symantec-endpoint-losing-connection-to-console#comments</comments>
		<pubDate>Tue, 20 Dec 2011 17:29:12 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Endpoint]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=802</guid>
		<description><![CDATA[If you install Symantec Endpoint Protection Management console and get the error : The Java Virtual Machine has exited with a code of -1, the service is being stopped Set the authentication properties of the symantec site to integrated windows authentication. Also set Authenticated users full control on C:\program files\symantec Restart the services. Good to [...]]]></description>
			<content:encoded><![CDATA[<p>If you install Symantec Endpoint Protection Management console and get the error :</p>
<p><code>The Java Virtual Machine has exited with a code of -1, the service is being stopped</code></p>
<p>Set the authentication properties of the symantec site to integrated windows authentication. Also set Authenticated users full control on C:\program files\symantec</p>
<p>Restart the services. Good to go</p>
<p>Source : <a href="http://www.symantec.com/connect/forums/java-virtual-machine-has-exited-code-1-service-being-stopped#comment-1757031" title="Symantec" target="_blank">Symantec</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2011/12/20/symantec-endpoint-losing-connection-to-console/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self Issued Certificates</title>
		<link>http://www.blackforce.co.uk/2011/12/13/self-issued-certificates</link>
		<comments>http://www.blackforce.co.uk/2011/12/13/self-issued-certificates#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:20:26 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[Makecert]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=800</guid>
		<description><![CDATA[You can use the makecert tool to make your own self issued certificates. makecert -pe -r -n "CN=certnameinhere" -sky exchange -sr localmachine -ss my -len 2048 -eku 1.3.6.1.5.5.7.3.1 -e 01/01/2100]]></description>
			<content:encoded><![CDATA[<p>You can use the makecert tool to make your own self issued certificates.</p>
<p><code>makecert -pe -r -n "CN=certnameinhere" -sky exchange -sr localmachine -ss my -len 2048 -eku 1.3.6.1.5.5.7.3.1 -e 01/01/2100</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2011/12/13/self-issued-certificates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

