<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<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">
	<channel>
		<title>Giveaway of the Day Forums &#187; Topic: Activate.exe - Why is it reading so many registry values?</title>
		<link>https://www.giveawayoftheday.com/forums/topic/850</link>
		<description>Giveaway of the Day Forums &#187; Topic: Activate.exe - Why is it reading so many registry values?</description>
		<language>en-US</language>
		<pubDate>Tue, 09 Jun 2026 20:02:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<atom:link href="https://www.giveawayoftheday.com/forums/rss/topic/850" rel="self" type="application/rss+xml" />

		<item>
			<title>tjchan on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-5033</link>
			<pubDate>Thu, 19 Apr 2007 14:04:50 +0000</pubDate>
			<dc:creator>tjchan</dc:creator>
			<guid isPermaLink="false">5033@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>lwbjag:  Thanks.  Just a quick note that the launcher cannot handle one type of activation (so far).  Those that require the manual copying of a file to a specified folder.  Also, my father went to the Lord 2 weeks ago.</p>
<p>[snipped]
</p></description>
		</item>
		<item>
			<title>lwbjag on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-5013</link>
			<pubDate>Thu, 19 Apr 2007 03:51:18 +0000</pubDate>
			<dc:creator>lwbjag</dc:creator>
			<guid isPermaLink="false">5013@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>"tjchan" - I am still  using the "launcher" you created. Thanks  8-)<br />
BTW - I hope your Father is feeling better.
</p></description>
		</item>
		<item>
			<title>tjchan on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-5011</link>
			<pubDate>Thu, 19 Apr 2007 03:36:26 +0000</pubDate>
			<dc:creator>tjchan</dc:creator>
			<guid isPermaLink="false">5011@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>I will do so over the weekend.  Right now I just don't have time (too much homework).</p>
<p>Thanks.
</p></description>
		</item>
		<item>
			<title>BuBBy on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-4990</link>
			<pubDate>Wed, 18 Apr 2007 13:36:00 +0000</pubDate>
			<dc:creator>BuBBy</dc:creator>
			<guid isPermaLink="false">4990@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>There was nothing sinister just an accident as the selection run for many pages and I obviously inadvertently took out a few extra lines by mistake. My apologies.</p>
<p>Can you PM me the log details and I will have a closer look. If you (or anyone else) is going to quote other people or post log files - please keep the quoted text to the minimum absolutely necessary
</p></description>
		</item>
		<item>
			<title>tjchan on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-4988</link>
			<pubDate>Wed, 18 Apr 2007 13:28:33 +0000</pubDate>
			<dc:creator>tjchan</dc:creator>
			<guid isPermaLink="false">4988@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>BuBBy, why did you snip out some of the other comments made aside from registry entries?  The Activate.exe searched for specific values such as if I had Total Recorder and even Microsoft Groove.  Why does it need this?  This is beyond the scope of any standard program.</p>
<p>Please be careful on how edits are made and accurately document them (in this case you deleted more than just the registry dump) as this can be a mere oversight or an attempt at censorship (which if I recall there is a thread on accusing moderators of this).
</p></description>
		</item>
		<item>
			<title>BuBBy on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-4967</link>
			<pubDate>Wed, 18 Apr 2007 05:29:50 +0000</pubDate>
			<dc:creator>BuBBy</dc:creator>
			<guid isPermaLink="false">4967@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Yes I know all of that. It's no need to break out the tin foil hats. Many programs (and windows itself) read the registry when starting up programs.</p>
<p>Just to connect to the activation servers requires a lot of background work to load the various modules etc, check if you have proxy servers, check the activation server against your list of restricted servers... and so on.</p>
<p>Try to install any significant program and you will find it reads a truckload of registry settings just to startup. Even just to display a message "activation is successful" requires the program to visit the registry to read settings on how the user likes these boxes to be displayed.</p>
<p>Run your program and watch what happens in the registry when you launch firefox (for example). Windows is constantly reading from the registry and even common modules of code where you only use one function might do a heap of other stuff just in case you need some other info (like "where is the temp folder?", "What internet browser is installed?", "Where is the program to launch the browser?", "Does the user have any default settings", "What toolbars should be loaded", "What coordinates on the toolbar should it be placed", "Where are the graphic images for the buttons", "Do they have any restricted sites", "What features should be turned on by default", "Where is the spelling checker".)</p>
<p>So often a simple program to connect to GOTD requires a lot of infrastructure and background code and processing to support this "simple task". It only looks like a lot because you probably never realised what windows had to do in the background to achieve its task.</p>
<p>I'm sure starting and running any other program you will also see a lot of strange activity. Once you understand how it performs its task, you realise it's actually all quite straightforward.</p>
<p>You need not lose any sleep over the activation routines. I've looked at them quite closely and I'm more than happy to run it on my primary pc each day.
</p></description>
		</item>
		<item>
			<title>tjchan on "Activate.exe - Why is it reading so many registry values?"</title>
			<link>https://www.giveawayoftheday.com/forums/topic/850#post-4966</link>
			<pubDate>Wed, 18 Apr 2007 05:00:02 +0000</pubDate>
			<dc:creator>tjchan</dc:creator>
			<guid isPermaLink="false">4966@https://www.giveawayoftheday.com/forums/</guid>
			<description><p>Why does the GAotD activate.exe read so many registry values (I don't know if they send the values but I do know that the program reads the values)?</p>
<p>[snipped 52 page dump of registry]
</p></description>
		</item>

	</channel>
</rss>
