<?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: How do you create a batch file to enter URL&#8217;s into Internet Explorer&#8217;s content advisor?</title>
	<atom:link href="http://robot.dollarfinder.net/how-do-you-create-a-batch-file-to-enter-urls-into-internet-explorers-content-advisor.ea/feed" rel="self" type="application/rss+xml" />
	<link>http://robot.dollarfinder.net/how-do-you-create-a-batch-file-to-enter-urls-into-internet-explorers-content-advisor.ea</link>
	<description>Forex Robot Expert Advisor with Forex EA</description>
	<lastBuildDate>Tue, 10 Nov 2009 21:18:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Steve K</title>
		<link>http://robot.dollarfinder.net/how-do-you-create-a-batch-file-to-enter-urls-into-internet-explorers-content-advisor.ea/comment-page-1#comment-1095</link>
		<dc:creator>Steve K</dc:creator>
		<pubDate>Sat, 17 Oct 2009 19:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://robot.dollarfinder.net/how-do-you-create-a-batch-file-to-enter-urls-into-internet-explorers-content-advisor.ea#comment-1095</guid>
		<description>Do you have windows XP home or Windows XP pro???
If you&#039;re using Windows Server 2003, this can be implimented using a Group Policy Object.

I figured how to make a registry file... now you can just batch a registry file. It&#039;s just as simple as a batch file... except registry specific. Double-click and it installs the entries for you. Do you have MSN messenger or yahoo messenger? There is way to much to explain here it will assume it&#039;s a url and cut off my entry... which will make it extremely difficult to explain.
Add me
ekline@email.itt-tech.edu

Shortest I can explain is to make the content advisor list on 1 PC by hand... then once you&#039;re done with that. No more URL by URL on EACH pc... that sounds like a drag bud.

Click Start&gt; Run&gt; &quot;Regedit&quot;
Navigate to HKLM \ Software \ Microsoft \ Windows \ Currentversion \ Policies \ Ratings
Right click on &quot;Ratings&quot; and Export as &quot;Content Advisor.reg&quot;
Now you can just run the .reg file on the PC... or if you want to setup an Autorun on your flash drive or something so you can just insert your flash... wait about 1 minute and then move to the next PC. It will cut your time per PC to a minute tops. At worst if &quot;Autorun&quot; is disabled... you&#039;ll have to manually double click the .Reg file. ... I know... how painful.

Now running this on EACH PC will not only export all of the data for the URL&#039;s... but the Rating settings, passwords and hints, so it will all be uniform to each PC through out your office there. All passwords will be identical. No confusion and it can now be implimented as a standard. You&#039;ll be the IT Hero for implimenting a standard SOP to impliment Content Advisor. Woopity woot.

Setup autorun to registry file or Setup Autorun with Batch file &amp; registry. Start with a Text file. You must be able to name a file with extensions. So remove the checkbox in the &quot;Folder Options&quot; menu by &quot;Hide known filetype extensions.&quot; Open My computer and click tools to find that.

AUTORUN
------------------- -------------------- --------------------
[autorun]
open=ContAdvis.bat
- Then Save as Autorun.inf

Batching a Reg file
------------------- --------------------- -------------------
regedit /s &quot;Content Advisor.reg&quot;
- Save as ContAdvis.bat

Incase you have some hacker wiseguys... we&#039;ll make it tougher!
ADD an extra registry value then add it to your .reg file after exporting the &quot;Total&quot; value for registry files.
HKLM \ Software \ Microsoft \ Windows \ Currentversion \ Run
Content Advisor (name) - C:\Windows\System32\Content.bat
Export that new entry, copy the portion AFTER  Regsitry Editor 5.00 in the reg file and paste it at the end of your current &quot;Content Advisor.reg&quot; file.

Now add the batch file to COPY the reg file to that location.
Copy &quot;content advisor.reg&quot; &quot;C:\Windows\System32\Content.reg&quot;

This will keep it freshly reloaded incase they find out the password and disable it. Group policies can remove the page from their access to disable it. I&#039;m pretty sure they won&#039;t figure out the registry value to remove it. If you want additional help I can help you create them or advise on clearer instruction.</description>
		<content:encoded><![CDATA[<p>Do you have windows XP home or Windows XP pro???<br />
If you&#8217;re using Windows Server 2003, this can be implimented using a Group Policy Object.</p>
<p>I figured how to make a registry file&#8230; now you can just batch a registry file. It&#8217;s just as simple as a batch file&#8230; except registry specific. Double-click and it installs the entries for you. Do you have MSN messenger or yahoo messenger? There is way to much to explain here it will assume it&#8217;s a url and cut off my entry&#8230; which will make it extremely difficult to explain.<br />
Add me<br />
<a href="mailto:ekline@email.itt-tech.edu">ekline@email.itt-tech.edu</a></p>
<p>Shortest I can explain is to make the content advisor list on 1 PC by hand&#8230; then once you&#8217;re done with that. No more URL by URL on EACH pc&#8230; that sounds like a drag bud.</p>
<p>Click Start&gt; Run&gt; &quot;Regedit&quot;<br />
Navigate to HKLM \ Software \ Microsoft \ Windows \ Currentversion \ Policies \ Ratings<br />
Right click on &quot;Ratings&quot; and Export as &quot;Content Advisor.reg&quot;<br />
Now you can just run the .reg file on the PC&#8230; or if you want to setup an Autorun on your flash drive or something so you can just insert your flash&#8230; wait about 1 minute and then move to the next PC. It will cut your time per PC to a minute tops. At worst if &quot;Autorun&quot; is disabled&#8230; you&#8217;ll have to manually double click the .Reg file. &#8230; I know&#8230; how painful.</p>
<p>Now running this on EACH PC will not only export all of the data for the URL&#8217;s&#8230; but the Rating settings, passwords and hints, so it will all be uniform to each PC through out your office there. All passwords will be identical. No confusion and it can now be implimented as a standard. You&#8217;ll be the IT Hero for implimenting a standard SOP to impliment Content Advisor. Woopity woot.</p>
<p>Setup autorun to registry file or Setup Autorun with Batch file &amp; registry. Start with a Text file. You must be able to name a file with extensions. So remove the checkbox in the &quot;Folder Options&quot; menu by &quot;Hide known filetype extensions.&quot; Open My computer and click tools to find that.</p>
<p>AUTORUN<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
[autorun]<br />
open=ContAdvis.bat<br />
- Then Save as Autorun.inf</p>
<p>Batching a Reg file<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
regedit /s &quot;Content Advisor.reg&quot;<br />
- Save as ContAdvis.bat</p>
<p>Incase you have some hacker wiseguys&#8230; we&#8217;ll make it tougher!<br />
ADD an extra registry value then add it to your .reg file after exporting the &quot;Total&quot; value for registry files.<br />
HKLM \ Software \ Microsoft \ Windows \ Currentversion \ Run<br />
Content Advisor (name) &#8211; C:\Windows\System32\Content.bat<br />
Export that new entry, copy the portion AFTER  Regsitry Editor 5.00 in the reg file and paste it at the end of your current &quot;Content Advisor.reg&quot; file.</p>
<p>Now add the batch file to COPY the reg file to that location.<br />
Copy &quot;content advisor.reg&quot; &quot;C:\Windows\System32\Content.reg&quot;</p>
<p>This will keep it freshly reloaded incase they find out the password and disable it. Group policies can remove the page from their access to disable it. I&#8217;m pretty sure they won&#8217;t figure out the registry value to remove it. If you want additional help I can help you create them or advise on clearer instruction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

