<?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>Lockstockmods &#187; Windows</title>
	<atom:link href="http://www.lockstockmods.net/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lockstockmods.net</link>
	<description>If its not broken... take it apart and mod it</description>
	<lastBuildDate>Sun, 04 Jul 2010 16:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Easy way to PXE Boot Windows</title>
		<link>http://www.lockstockmods.net/2008/05/26/easy-way-to-pxe-boot-windows/</link>
		<comments>http://www.lockstockmods.net/2008/05/26/easy-way-to-pxe-boot-windows/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:39:16 +0000</pubDate>
		<dc:creator>Kode</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[install windows over the network]]></category>
		<category><![CDATA[install windows over the network with no CD drive]]></category>
		<category><![CDATA[install windows with netboot]]></category>
		<category><![CDATA[install windows with pxe]]></category>
		<category><![CDATA[netboot windows]]></category>
		<category><![CDATA[network boot windows]]></category>
		<category><![CDATA[PXE install windows]]></category>
		<category><![CDATA[windows pxe boot]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=64</guid>
		<description><![CDATA[This guide provides an easy and relatively quick way to PXE boot windows which means you can install Windows over the network with PXE without the need for a CD drive. This is especially useful for old laptops that have no cd drive and can't boot from USB. This guide is much quicker than the previous guide because it just installs a plain (vanilla) version of windows without all the unnecessary stuff sysangel installs.]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>This guide provides an easy and relatively quick way to PXE boot windows which means you can install Windows over the network with PXE without the need for a CD drive.  While the previous guide allows you to slip stream updates and add extra programs it took a LONG LONG time to do, especially with all the downloads it needed to do, this one just installs a vanilla XP, nice and simple, and a lot quicker <img src='http://www.lockstockmods.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Changelog</h2>
<p>2008-05-26 &#8211; Initial article published<br />
2010-06-22 &#8211; Updated last stage with instructions for injecting NIC drivers courtesy of Maarten</p>
<h3>Step 1: Getting started.</h3>
<p>What you’ll need:</p>
<ol>
<li>Windows 2000/XP CD (to get the i386 directory off it)</li>
<li>PC running 2000/XP (to act as a server)</li>
<li>Laptop capable of booting over PXE (such as the L400).</li>
<li><a href="http://tftpd32.jounin.net/">Tftpd32<br />
</a></li>
<li>Bart Network Boot Disk</li>
<li><a href="http://www.lockstockmods.net/download/14/">SMARTDRV.EXE</a></li>
<li>A Share. The Server must be able to share files (any Microsoft Windows computer can).</li>
<li>Working router or plain crossover cable.</li>
</ol>
<p>Once you’ve collected all of the above, lets begin;</p>
<ol>
<li>Create a share, for the sake of argument create it at c:\WINSTALL</li>
<li>Copy your i386 folder and <a href="http://www.lockstockmods.net/download/14/">SMARTDRV.EXE</a> into this folder</li>
<li>Make a note of your computer name/host name, you can find this out by right clicking on &#8220;My Computer&#8221;, going to properties, go to &#8220;Computer Name&#8221; tab, look under Full computer name, in my example, the computers name is STAR, i believe the name needs to be 12 chars or less for this to work in dos mode, so if its longer change it and reboot.</li>
<p><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/my-properties.jpg" rel="lightbox[64]" title="my-properties"><img class="alignnone size-medium wp-image-65" title="my-properties" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/my-properties-258x300.jpg" alt="" width="258" height="300" /></a></p>
<li>Create a folder to PXE boot from, c:\OUTPUT</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/05/26/easy-way-to-pxe-boot-windows/feed/</wfw:commentRss>
		<slash:comments>105</slash:comments>
		</item>
		<item>
		<title>Install Windows over network with PXE</title>
		<link>http://www.lockstockmods.net/2008/04/25/install-windows-over-network-with-pxe/</link>
		<comments>http://www.lockstockmods.net/2008/04/25/install-windows-over-network-with-pxe/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:41:36 +0000</pubDate>
		<dc:creator>Kode</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[install windows with netboot]]></category>
		<category><![CDATA[install windows with pxe]]></category>
		<category><![CDATA[netboot windows]]></category>
		<category><![CDATA[network boot windows]]></category>
		<category><![CDATA[PXE install windows]]></category>
		<category><![CDATA[windows pxe boot]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=34</guid>
		<description><![CDATA[You may have read in a previous post how i installed Ubuntu on my sisters laptop with PXE, well this worked great, but i couldnt for the life of me get WPA to work on the wireless card, so after about a week of trying i decided to try and PXE boot windows as the [...]]]></description>
			<content:encoded><![CDATA[<p>You may have read in a previous post how i installed Ubuntu on my sisters laptop with PXE, well this worked great, but i couldnt for the life of me get WPA to work on the wireless card, so after about a week of trying i decided to try and PXE boot windows as the laptop had no floppy drive, no CD drive and couldnt boot from USB, what follows is the result of the trials and tribulations of that experience&#8230;. enjoy. <strong><span style="color: #ff0000;">If you want a quicker, simpler installation with a vanilla XP check this <span style="text-decoration: underline;"><a href="http://www.lockstockmods.net/2008/05/26/easy-way-to-pxe-boot-windows/">Easy way to PXE Boot Windows guide.</a></span></span></strong></p>
<p><strong>Downloads</strong><br />
Note: There is a file embedded within this post, please visit this post to download the file.</p>
<h3>Step 1: Getting started.</h3>
<p>What you’ll need:</p>
<ol>
<li>The Server &#8211; Any PC running 2000/XP</li>
<li>The Source &#8211; Windows 2000/XP CD (we need to get the i386 directory)</li>
<li>The Client &#8211; Laptop capable of booting over PXE (such as the L400).</li>
<li><a href="http://tftpd32.jounin.net/">Tftpd32<br />
</a></li>
<li>SysAngel DVD Generator <a href="http://www.windowsdream.com/dvdgen/download.html" target="_blank">here</a> or if you already have .NET framework 1.1.4322 or higher you can get the self extractible <a href="http://www.lockstockmods.net/download/9/">here</a></li>
<li>A Share. The Server must be able to share files (any Microsoft Windows computer can).</li>
<li>Working router or plain crossover cable.</li>
</ol>
<p>Once you’ve collected all of the above, do the below:</p>
<ol>
<li>Download and install latest DVD Generator. It&#8217;s a single EXE, double-clicking it will install / upgrade it.</li>
<li>Create a C:\OUTPUT directory to store the necessary files for your RIS Service. (There should be at least 600 Mo of free space on the selected drive, but it could be as big as 5 or 6 Go if you choose to download every available software.)</li>
<li>Share the C:\OUTPUT directory, according Read rights to everyone. Let&#8217;s keep the default share name (OUTPUT).</li>
</ol>
<p>Downloading necessary sources using the DVD Generator.</p>
<ol>
<li>Launch the SysAngel DVD Generator.</li>
<li>In the &#8220;1. Select your output folder&#8221; textbox, enter C:\OUTPUT.</li>
<li>In the &#8220;2. Indicate your Windows XP source&#8221;, browse to the i386 directory of the Windows XP you want to deploy.</li>
<li>In the &#8220;4. Enter Windows Serial number&#8221; textbox, you may provide a serial but this is optional.</li>
<li>Now, click the &#8220;5. Generate the SYSANGEL DVD ISO&#8221; button. Of course, we don&#8217;t really need the ISO image that will be generated, but we do need the software to download or update files used to generate the ISO. We also need the DVD Generator to prepare the Windows release.</li>
<li>When everything is done, click the &#8220;Finished the custom. Generate the ISO!&#8221; button and wait&#8230; until you get to the final screen :</li>
<li>The C:\OUTPUT folder should be all right. If you want to install Windows with a bootable DVD at a later date, burn the ISO (C:\OUTPUT\DVD.iso). Else, you can simply delete this file.</li>
<li>If DVD Generator fails to burn the DVD.iso try using your favourite burning software, you can now close the DVD Generator.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/25/install-windows-over-network-with-pxe/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>PXE install Ubuntu via Windows</title>
		<link>http://www.lockstockmods.net/2008/04/07/pxe-install-ubuntu-via-windows/</link>
		<comments>http://www.lockstockmods.net/2008/04/07/pxe-install-ubuntu-via-windows/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 00:42:56 +0000</pubDate>
		<dc:creator>Kode</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=16</guid>
		<description><![CDATA[The purpose of this article is to explain, step by step, how to install Ubuntu (Ubuntu is my distro of choice, but the steps should work equally well for other distros) using a Windows 2000/XP client. Introduction PXE (Preboot Execution Environment) is not something new, but not often used by home users, as installing an [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this article is to explain, step by step, how to install Ubuntu (Ubuntu is my distro of choice, but the steps should work equally well for other distros) using a Windows 2000/XP client.</p>
<h3>Introduction</h3>
<p>PXE (Preboot Execution Environment) is not something new, but not often used by home users, as installing an operating system by CD/DVD or USB storage is generally easier, if however you have none of those, your only real option is to network boot (Assuming you have a network port and access to the internet).</p>
<h3>The Problem</h3>
<p>I bought my sister a cheap laptop from ebay for her birthday, shes not a power user so i picked up a Dell L400 for £100, its only got a 700MHz processor in it and 256MB of RAM, but for general web browsing it will suit her, however, its a sub notebook, and so doesnt come with a cd drive, nor can it boot from a usb cd drive (took me about half an hour to find that out), so in the end my only real option was to netboot it.</p>
<h3>Step 1: Prerequisites</h3>
<ol>
<li>Get a copy of the <a title="Windows TFTP Server" href="http://tftpd32.jounin.net/">free TFTP server</a> by Philippe Jounin.</li>
<li>Get the <a title="Ubuntu files" href="ftp://archive.ubuntu.com/ubuntu/dists/gutsy/main/installer-i386/current/images/" target="_blank">ubuntu installer files</a>.  Download the folder <strong>netboot</strong> (ignore any symlinks, they may give you errors during the download).</li>
</ol>
<p>That&#8217;s all we need to boot our Ubuntu installer over the network. Let&#8217;s setup the TFTP server.</p>
<h3>Step 2: Setting up a TFTP Server.</h3>
<ol>
<li>Create a directory, preferably on your C Drive. We&#8217;ll name it <strong>tftp</strong> for now.</li>
<li>copy the tftpd32.exe to c:tftp</li>
<li>Start the server by clicking on the exe</li>
<li>switch to the tab &#8220;DHCP Server&#8221; and fill in your network setup. Note that the PC you want to boot must be in the same Subnet. Enter <strong>pxelinux.0</strong> as the boot file. The Screenshot below shows my setup.</li>
</ol>
<p><a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd.gif" rel="lightbox[16]" title="tftpd"><img class="alignnone size-medium wp-image-17" title="tftpd" src="http://www.lockstockmods.net/wp-content/uploads/2008/04/tftpd-300x286.gif" alt="My Tftpd configuration" width="300" height="286" /></a></p>
<p>Now we need to copy the Ubuntu netboot installer over to our tftp root directory:</p>
<ol>
<li>copy the folder <strong>ubuntu-installer</strong> to c:tftp</li>
<li>copy the folder <strong>pxelinux.cfg</strong> from ubuntu-installer/i386/ to c:tftp</li>
<li>copy the file <strong>pxelinux.0</strong> from ubuntu-installer/i386/ to c:tftp</li>
</ol>
<h3>Step 3: Booting Ubuntu</h3>
<p>To boot from tftp you may need to activate booting from the network interface in the BIOS. This may be done in the boot sequence settings or directly in the onboard ethernet device settings. After that, restart, lean back and watch the activities in the log viewer tab of the tftpd.<br />
Note: Ubuntu will let you choose a mirror and download all the files you need. The whole procedure will work with any other debian flavour almost identically. There is a nice how to on doing a PXE install via Linux instead of windows at the <a href="http://wiki.koeln.ccc.de/index.php/Ubuntu_PXE_Install">CCC Wiki</a>.</p>
<p>Note: this is a slightly modified version of the post from Retro at http://hugi.to/blog/archive/2006/12/23/ubuntu-pxe-install-via-windows</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/07/pxe-install-ubuntu-via-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Windows Server 2003 Cluster</title>
		<link>http://www.lockstockmods.net/2008/04/06/creating-a-windows-server-2003-cluster/</link>
		<comments>http://www.lockstockmods.net/2008/04/06/creating-a-windows-server-2003-cluster/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:14:00 +0000</pubDate>
		<dc:creator>NedrubWerd</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=10</guid>
		<description><![CDATA[If you run a high-traffic Web site or any other service with high demands on Windows servers, the Network Load Balancing support may be just what the doctor ordered for you. Under Windows Server 2003, you can bind up to 32 servers together in a cluster to even the load on the boxes and keep [...]]]></description>
			<content:encoded><![CDATA[<p>If you run a high-traffic Web site or any other service with high demands on Windows servers, the Network Load Balancing support may be just what the doctor ordered for you. Under Windows Server 2003, you can bind up to 32 servers together in a cluster to even the load on the boxes and keep your service running at a reasonable speed. First off I&#8217;ll assume you have more than one server to bind to the NLB cluster, each with their own static IP address, and administrative access to the servers.</p>
<p>The following situations will make the job much easier for you:</p>
<p>* You have physical access to the servers. If you mess up the network connection may cease to function.</p>
<p>* The servers are behind a NAT. You&#8217;ll have better control over the actual network configuration in case you need to change it.</p>
<p>Before you start working on the servers:<br />
It&#8217;s best to go ahead and set aside a unique, unused IP address for the new cluster and even map a DNS name to that IP. Your job will go a lot smoother.</p>
<p>On Server #1:<br />
Open the properties sheet of the network connection you wish to bind to the cluster. On this sheet you&#8217;ll find the services and protocols enabled on this connection, such as TCP/IP. In this list you should find Network Load Balancing unchecked. To set up the cluster you must check the box beside Network Load Balancing and click the Properties button.</p>
<p>On this dialog you will enter the IP address, subnet mask and DNS name of the cluster. (This IP will be added to all the servers later in addition to their own unique IP addresses.) Be sure to click the &#8220;Multicast&#8221; radio button in &#8220;Cluster operation mode&#8221;. This saves bandwidth and provides for better expandability. You need not enable remote control; you can use the NLB Manager from the Server 2003 Administration Tools Pack.</p>
<p>Click the &#8220;Host Parameters&#8221; tab. Since this is the first server, leave its unique host identifier as 1. For any additional servers you configure for the cluster, you will need to increment this. In the dedicated IP configuration, enter the server&#8217;s existing static IP address and subnet mask. You can leave everything else in this tab alone.</p>
<p>Next you need to define the port rules. This is important; if you just want to balance load among webservers you should only configure it to do just that. For example: you wouldn&#8217;t want to open a Remote Deskop session to one server only to find the connection was rerouted to another. (Assuming you would connect to the cluster IP for Remote Desktop and not use the servers&#8217; unique IP addresses.) If you want to balance everything you can leave the default rule. If not, remove the default rule and add a new one. In this dialog you can select which protocols/ports you want to balance. The configuration in the rest of this tab will work out-of-the-box; if you need a more advanced configuration I suggest you not read a &#8220;quickstart&#8221; article such as this. After you&#8217;re finished with the port rules you can click OK on the NLB property sheet. This should return you to the network connection&#8217;s property box.</p>
<p>Your final step on the server is to add the cluster&#8217;s IP address to the TCP/IP configuration. Click the TCP/IP protocol and click Properties. From there, click &#8220;Advanced&#8221; and you&#8217;ll get another dialog. On top of this tab you will see the IP addresses assigned to the server. In most cases there will only be one, the server&#8217;s existing static IP. Under this list there&#8217;s a button to add a new address. Click it and add the cluster&#8217;s IP address and subnet mask. Click OK until you have exited all dialog boxes, and you&#8217;re finished with the first server! The network connection may die for a moment but it will come back up assuming you did everything right.</p>
<p>Repeat these steps for any additional servers you may want to add to your cluster. You can add up to 32 servers. Just remember to increment the unique host identifier on each server you add. Also keep in mind that all servers must have identical port rules or they will not be accepted into the cluster.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/06/creating-a-windows-server-2003-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove DRM from WMV</title>
		<link>http://www.lockstockmods.net/2008/04/06/remove-drm-from-wmv/</link>
		<comments>http://www.lockstockmods.net/2008/04/06/remove-drm-from-wmv/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 23:13:09 +0000</pubDate>
		<dc:creator>Kode</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.lockstockmods.net/?p=9</guid>
		<description><![CDATA[*Please Note, i am currently in the process of changing the website, so some things might not work properly, please contact me if you find anything* DRM is used in a number of media, but is most commonly found in video and music files. There are many who argue that DRM is a misnomer, since [...]]]></description>
			<content:encoded><![CDATA[<p><strong>*Please Note, i am currently in the process of changing the website, so some things might not work properly, please contact me if you find anything*</strong></p>
<p>DRM is used in a number of media, but is most commonly found in video and music files. There are many who argue that DRM is a misnomer, since it deals with use issues rather than the rights of the consumer. They therefore reinterpret DRM to stand for Digital Restrictions Management. &#8211; wisegeek.</p>
<p>The problem with DRM is it doesnt allow for Fair Use, if you buy something, you should be allowed to use it as your needs require, so here is a guide on how to remove DRM from .wmv files, in order that you can use it in accordance with Fair Use policies. For this to work you MUST have already aquired the licence for the media, this isnt a guide on how to crack DRM, only on how to remove it from files you have licences for.</p>
<p>1) An up to date version of Windows Media Player will NOT work for this, my suggestion is to use VMWare, create a new XP Pro SP2 Virtual Machine with the default <a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/mpsetup.cab">WMP9</a>, otherwise you will need to rollback to at the latest 10.00.00.3646, however 9 is probably easier.</p>
<p>2) You need 2 files <a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/drmdbg.exe">drmdbg.exe</a> (or <a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/drmdbg[1].exe">drmdbg[1].exe</a>) and <a href="http://www.lockstockmods.net/wp-content/uploads/2008/04/drm2wmv_e.exe">drm2wmv_e.exe</a> which can be found here, save them both to the desktop (this is the easiest way to do this).</p>
<p>3) Run drmdbg.exe, when WMP opens drag the DRMed file into it (or click File/Open and browse for the file). After a few seconds a popup box will appear with some information about the file, click Ok. (This will create a folder drm2 on the desktop, dont worry about this)</p>
<p>4) Drag the DRMed file onto drm2wmv_e.exe, when this has finished you will have a new file, same name as the original but with a [NoDRM] prefix&#8230; thats it, your done <img src='http://www.lockstockmods.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>*Troubleshooting*<br />
Ok, things dont always run smooth, i&#8217;ve come across some weird problems while trying this out on other systems, so heres something to try if all else fails, go to c:\documents and settings\all users\drm &lt;&#8211; delete it, run the protected file, this should recreate the drm folder when the license is downloaded, then go to http://services.wmdrm.windowsmedia.com/indivSite and click upgrade, this fixed my problems on a couple of things, see how you get on<br />
Thanks to all the guys at Doom9, i wrote this guide based on my own results after reading through a forum thread there.</p>
<p>Visit us in #NormalPeopleHateMe on Undernet or click here if u have mIRC</p>
<p>Want to turn your photos or artwork into large format photographic and poster prints give www.supersizephotos.co.uk/ a try, they have lots of options, and you can even buy cameras from the site, including the new Nikon d60</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lockstockmods.net/2008/04/06/remove-drm-from-wmv/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.lockstockmods.net @ 2010-08-01 05:08:02 -->