<?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>Remote Administration For Windows &#187; Burn</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/burn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Disable CD/DVD Burning &#8211; Remotely</title>
		<link>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/#comments</comments>
		<pubDate>Thu, 19 May 2011 15:23:16 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Burn]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Network Administrator Updates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3662</guid>
		<description><![CDATA[I got a question from Thomas this week: Our office has a licensed copy of Network Administrator 3.0 which allows me to disable CD/DVD access. Is there an action that will allow me just disable the CD/DVD burn capability but still allow users to view files on CD/DVD? Burn..keep it from burning? Oops not that [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/" title="Permanent link to Disable CD/DVD Burning &#8211; Remotely"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/DVDRom.jpg" width="50" height="52" alt="Post image for Disable CD/DVD Burning &#8211; Remotely" /></a>
</p><p>I got a question from Thomas this week:</p>
<p><i>Our office has a licensed copy of Network Administrator 3.0 which allows<br />
me to disable CD/DVD access.  Is there an action that will allow me just<br />
disable the CD/DVD burn capability but still allow users to view files<br />
on CD/DVD?</i></p>
<p>Burn..keep it from burning?</p>
<p><img src="http://www.intelliadmin.com/images/DVD Burning.jpg" alt="Burning DVD"/></p>
<p>Oops not that kind of burn <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   &#8211; Yes excellent question. After a quick search I discovered this is an easy registry change.</p>
<p>If you drill down to this key:</p>
<p><code>Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</code></p>
<p>Create a DWORD value of NoCDBurning, and set it to 1. Reboot, and the built in burn functionality of Windows is gone.</p>
<p>This works on XP through Windows 7. Now one Gotcha with this is that it does *not* prevent third party apps from burning. You would need to handle this with a separate policy.</p>
<p>If you don&#8217;t want to plunk around the registry, we updated Network Administrator to make the change for you:</p>
<p><img src="http://www.intelliadmin.com/images/Burn Disabler Shot.jpg" alt="Disable CDROM DVD Burning"/></p>
<p>It is a free <a href="http://www.intelliadmin.com/NetworkAdministrator.exe" rel="nmlp">download from here</a> and it can push this change to computers remotely.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/05/disable-cddvd-burning-remotely/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Burn DVDs and CDs from the command line</title>
		<link>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:34:48 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Burn]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Resource Kit]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=881</guid>
		<description><![CDATA[I was installing the Windows 2003 Resource Kit today, and I ran across these two command line programs that come with it: cdburn.exedvdburn.exe I started poking around, and I realized they both could be used to burn ISO files from the command line. For a test, I downloaded a random ISO from MSDN, and gave [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was installing the <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&#038;displaylang=en">Windows 2003 Resource Kit today</a>, and I ran across these two command line programs that come with it:</p>
<p> cdburn.exe<br />dvdburn.exe</p>
<p>I started poking around, and I realized they both could be used to burn ISO files from the command line.</p>
<p>For a test, I downloaded a random ISO from MSDN, and gave it a spin:</p>
<p><img src="http://www.intelliadmin.com/images/Burn%20ISO%20Command%20Line.jpg" alt="Burn ISO from command line image"></p>
<p>Sure enough, it burned the ISO to dvd without issue &#8211; and actually it seemed faster than most of the GUI programs I have used in the past.</p>
<p>So what do you need to get this to work for yourself?</p>
<p>1. Download and install the <a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&#038;displaylang=en">Windows 2003 Resource Kit</a></p>
<p>2. Once you install, go to the command line and get into this folder:</p>
<p>C:\Program Files\Windows Resource Kits\Tools</p>
<p>3. Then, burn your DVD by using DVDBurn.exe, or burn your CD by using CDBurn.exe. Here are the command line options:</p>
<p>DVDBurn.exe {DVD_DRIVE_LETTER} {ISO_FILE_NAME}</p>
<p>CDBurn.exe {CD_DRIVE_LETTER} {ISO_FILE_NAME}</p>
<p>That is all there is to it. Now..what would make this complete is a way to build an ISO from the command line. Anyone know of a free way to do this?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/08/burn-dvds-and-cds-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

