<?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>Miscellaneous Items</title>
	<atom:link href="http://sburke.eu/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://sburke.eu/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 28 Feb 2012 21:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Error (0xc0000225) installing Windows 7 on VirtualBox</title>
		<link>http://sburke.eu/blog/2012/02/boot-error-0xc0000225-when-installing-windows7-on-virtualbox/</link>
		<comments>http://sburke.eu/blog/2012/02/boot-error-0xc0000225-when-installing-windows7-on-virtualbox/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 21:18:57 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://sburke.eu/blog/?p=571</guid>
		<description><![CDATA[What I thought would be very quick and easy, to install Windows 7 on Virtual Box, led me having to do some googling after getting the error: Windows Boot Manager Windows failed to start. A recent hardware or software change might &#8230; <a href="http://sburke.eu/blog/2012/02/boot-error-0xc0000225-when-installing-windows7-on-virtualbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What I thought would be very quick and easy, to install Windows 7 on Virtual Box, led me having to do some googling after getting the error:</p>
<pre>Windows Boot Manager
Windows failed to start. A recent hardware or software change might be the cause.
To fix the problem......

Status: 0xc0000225
Info: An unexpected error has occurred.</pre>
<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/02/windows7-boot-error-on-virtualbox.jpg"><img class="alignright  wp-image-572" title="windows7-boot-error-on-virtualbox" src="http://sburke.eu/blog/wp-content/uploads/2012/02/windows7-boot-error-on-virtualbox.jpg" alt="" width="200" height="128" /></a><br />
When creating the VM in VirtualBox it asked me for the guest OS which I choose &#8220;Windows 7&#8243;, thinking that by doing this, it would all work!</p>
<p>To resolve this error, thankfully its a simple fix:</p>
<ul>
<li>Power Down the Virtual Machine</li>
<li>Go to the Settings of the Virtual Machine</li>
<li>Under &#8220;System&#8221; tick on &#8220;Enable IO APIC&#8221;</li>
</ul>
<p>(<a href="http://web.ics.purdue.edu/~zhug/error-0xc0000225-when-installing-windows-on-virtualbox/" target="_blank">Reference</a>)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://sburke.eu/blog/2012/02/boot-error-0xc0000225-when-installing-windows7-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carving and Merging Multiple PDF Documents &#8211; Pdftk</title>
		<link>http://sburke.eu/blog/2012/02/carving-and-merging-pdf-documents/</link>
		<comments>http://sburke.eu/blog/2012/02/carving-and-merging-pdf-documents/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 00:05:14 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://sburke.eu/blog/?p=563</guid>
		<description><![CDATA[I had a few hundred PDF documents and I wanted to take the first page of each PDF and put them into 1 single PDF document. Enter: Pdftk &#8211; The PDF Toolkit Downloading the Zip file, and in the bin folder &#8230; <a href="http://sburke.eu/blog/2012/02/carving-and-merging-pdf-documents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/02/pdftk-carve-pdfs.gif"><img class="alignright size-full wp-image-567" title="pdftk-carve-pdfs" src="http://sburke.eu/blog/wp-content/uploads/2012/02/pdftk-carve-pdfs.gif" alt="" width="255" height="198" /></a>I had a few hundred PDF documents and I wanted to take the first page of each PDF and put them into 1 single PDF document.</p>
<p>Enter: <a href="http://www.pdflabs.com/" target="_blank">Pdftk &#8211; The PDF Toolkit</a></p>
<p>Downloading the Zip file, and in the bin folder was pdftk.exe and libiconv2.dll. Running the pdftk.exe via the command line fired it up into action.</p>
<pre>pdftk A=one.pdf B=two.pdf cat A1 B1 output combined.pdf</pre>
<p>I done some command line trickery with dir &gt; outputlist to get a single pdftk command with all the documents.<br />
Other Examples of pdftk can be found at: <a href="http://www.pdflabs.com/docs/pdftk-cli-examples/">http://www.pdflabs.com/docs/pdftk-cli-examples/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sburke.eu/blog/2012/02/carving-and-merging-pdf-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows chkdsk Log</title>
		<link>http://sburke.eu/blog/2012/01/windows-chkdsk-log/</link>
		<comments>http://sburke.eu/blog/2012/01/windows-chkdsk-log/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 19:26:12 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sburke.eu/blog/?p=477</guid>
		<description><![CDATA[The Windows chkdsk log takes quite a long time to run. You&#8217;ll probably want to run it overnight. After the chkdsk runs, a summary screen appears for a while and then disappears as Windows boots up. To find out the &#8230; <a href="http://sburke.eu/blog/2012/01/windows-chkdsk-log/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/event-log-icon.jpg"><img class="alignright size-full wp-image-559" title="event-log-icon" src="http://sburke.eu/blog/wp-content/uploads/2012/01/event-log-icon.jpg" alt="" width="102" height="102" /></a>The Windows chkdsk log takes quite a long time to run. You&#8217;ll probably want to run it overnight. After the chkdsk runs, a summary screen appears for a while and then disappears as Windows boots up.</p>
<p>To find out the results and to see if chkdsk found any errors, look in the &#8220;Event Log&#8221; and under Applications -&gt; &#8220;Wininit&#8221; you will see the chkdsk results <img src='http://sburke.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/do-a-chkdsk-in-windows.gif"><img class="alignright size-thumbnail wp-image-557" title="do-a-chkdsk-in-windows" src="http://sburke.eu/blog/wp-content/uploads/2012/01/do-a-chkdsk-in-windows-150x150.gif" alt="" width="150" height="150" /></a> To create a chkdsk, in &#8220;Computer&#8221;, right-click on the Disk Drive, Properties, Tools, Check.<br />
To find the &#8220;Event Viewer&#8221;, inside the Control Panel is Administrative Tools -&gt; Event Viewer<br />
Running a chkdsk can solve many problems such as when a file/folder cannot be removed, or if a program can/can&#8217;t be (un)installed. In my case it prevented Vista SP2 from being installed.</p>
<p>Ref: <a href="http://www.tomshardware.com/forum/2172-63-win7-chkdsk-file-location">http://www.tomshardware.com/forum/2172-63-win7-chkdsk-file-location</a><br />
( event viewer, applications, under &#8220;wininit )</p>
]]></content:encoded>
			<wfw:commentRss>http://sburke.eu/blog/2012/01/windows-chkdsk-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes: windirstat &amp; wireless repeater</title>
		<link>http://sburke.eu/blog/2012/01/notes-windirstat-wireless-repeater/</link>
		<comments>http://sburke.eu/blog/2012/01/notes-windirstat-wireless-repeater/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 16:26:43 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Broadband]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://sburke.eu/blog/?p=537</guid>
		<description><![CDATA[To find the files and folders taking up the most space on your computer, google for the following and download. It does require a quick install, but when installed, works very well. windirstat &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; If you have an old Eircom &#8230; <a href="http://sburke.eu/blog/2012/01/notes-windirstat-wireless-repeater/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/windirstat-image.jpg"><img class="alignright  wp-image-546" title="windirstat-image" src="http://sburke.eu/blog/wp-content/uploads/2012/01/windirstat-image.jpg" alt="" width="140" height="129" /></a>To find the files and folders taking up the most space on your computer, google for the following and download. It does require a quick install, but when installed, works very well.</p>
<ul>
<li>windirstat</li>
</ul>
<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/eircom-netopia-wirless-router.gif"><img class="alignright size-full wp-image-549" title="eircom-netopia-wirless-router" src="http://sburke.eu/blog/wp-content/uploads/2012/01/eircom-netopia-wirless-router.gif" alt="" width="210" height="180" /></a>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>If you have an old Eircom Netopia Router, you should be able to set it up as a Wireless Extender. See the how-to at:</p>
<ul>
<li><a href="http://danielflannery.ie/how-to-extend-your-wifi-range-using-a-netopia-2247nwg3347wg/">http://danielflannery.ie/how-to-extend-your-wifi-range-using-a-netopia-2247nwg3347wg/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sburke.eu/blog/2012/01/notes-windirstat-wireless-repeater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Windows Passwords for Vista, 7, and 2008 Server</title>
		<link>http://sburke.eu/blog/2012/01/reset-windows-passwords-for-vista-7-and-2008-server/</link>
		<comments>http://sburke.eu/blog/2012/01/reset-windows-passwords-for-vista-7-and-2008-server/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 21:07:20 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://sburke.eu/blog/?p=498</guid>
		<description><![CDATA[On one of my VMs with Windows 2008 Server, I needed to reset the Administrator password. A quick google led me to a very nice little trick. This also works for Windows Vista, Windows 7 as well as on Windows &#8230; <a href="http://sburke.eu/blog/2012/01/reset-windows-passwords-for-vista-7-and-2008-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/reset-windows-password-vista-7-2008-server.jpg"><img class="alignright  wp-image-521" title="reset-windows-password-vista-7-2008-server" src="http://sburke.eu/blog/wp-content/uploads/2012/01/reset-windows-password-vista-7-2008-server.jpg" alt="Logo image for resetting forgotten passwords for Windows Vista, 7 and 2008 Server" width="122" height="112" /></a>On one of my VMs with Windows 2008 Server, I needed to reset the Administrator password. A quick google led me to a very nice little trick. This also works for Windows Vista, Windows 7 as well as on Windows 2008 Server.</p>
<p>The trick involves booting from a Windows CD, getting to a repair <a href="http://sburke.eu/blog/wp-content/uploads/2012/01/reset-windows-password-ease-of-access-login.jpg"><img class="alignright  wp-image-519" title="reset-windows-password-ease-of-access-login" src="http://sburke.eu/blog/wp-content/uploads/2012/01/reset-windows-password-ease-of-access-login-300x118.jpg" alt="Ease of Access icon button, which is used to launch a command prompt to change the windows password" width="180" height="71" /></a>Command Prompt, replacing the utilman.exe file with cmd.exe, booting Windows up as normal, and then clicking the &#8220;Ease of Access&#8221; button on the login screen to bring up a Command Prompt to issue: net user administrator newpassword</p>
<h3>What you need to reset the Password</h3>
<ul>
<li>A Windows installation DVD (or reinstallation DVD)<br />
<em>(If you have Vista installed, you&#8217;ll need a Windows Vista DVD. If you have Windows 7, you&#8217;ll need a Windows 7 Microsoft DVD).</em></li>
</ul>
<h3>Reset the Windows Password</h3>
<ul>
<li><a href="http://sburke.eu/blog/wp-content/uploads/2012/01/repair-recovery-command-prompt.jpg"><img class="alignright size-thumbnail wp-image-527" title="repair-recovery-command-prompt" src="http://sburke.eu/blog/wp-content/uploads/2012/01/repair-recovery-command-prompt-150x150.jpg" alt="Image of the Repair Windows Option, where you can choose the Command Prompt which will let you change the utilman.exe to the cmd.exe" width="150" height="150" /></a>Insert the Windows installation DVD</li>
<li>Reboot the PC and boot from CD/DVD</li>
<li>Choose &#8220;Repair&#8221;. Under the Repair menu, look for &#8220;Command Prompt&#8221;.</li>
<li>In the Command Prompt, issue the following commands below:</li>
</ul>
<pre>c:
cd\
dir
#(You should see some folders listed. If you don't see Windows, change to the d: drive. d:)
cd Windows
cd System32
move Utilman.exe Utilman.exe.bak
copy cmd.exe Utilman.exe</pre>
<ul>
<li>Reboot the PC and start Windows</li>
<li>Click the &#8220;Ease of Access&#8221; button on the bottom left (or press Windows + U)</li>
<li>In the resulting Command Prompt window, issue the folllowing:</li>
</ul>
<pre>net user administrator newpasswordhere
#(to list all local usernames, just type "net user")</pre>
<ul>
<li>Close the Command Prompt and Login <img src='http://sburke.eu/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Rename and move the files (utilman.exe) back.</li>
</ul>
<p>Further information: youtube has many videos showing a step by step process. See: <a href="http://www.youtube.com/watch?v=Ar-VoO9ogHc" target="_blank">http://www.youtube.com/watch?v=Ar-VoO9ogHc</a></p>
<p>This above method helped me quickly reset the Windows Password without having to go making a special boot CD such as the <a href="http://pogostick.net/~pnh/ntpasswd/" target="_blank">Offline NT Password and Registry editor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sburke.eu/blog/2012/01/reset-windows-passwords-for-vista-7-and-2008-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

