<?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 for DjLizard.net</title>
	<atom:link href="http://DjLizard.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://DjLizard.net</link>
	<description>Aw dawg, this is just my whateva-whateva site.</description>
	<lastBuildDate>Wed, 05 Oct 2011 15:12:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Defeating a Trend Micro PC-Cillin uninstall password by tony</title>
		<link>http://DjLizard.net/2007/10/17/272/comment-page-1/#comment-11940</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/10/17/272/#comment-11940</guid>
		<description>wata shot. it worked magic from 0 to 1. nice one guys!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>wata shot. it worked magic from 0 to 1. nice one guys!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dial-a-fix can prevent Windows from being forced to shut down by DjLizard</title>
		<link>http://DjLizard.net/2011/08/22/495/comment-page-1/#comment-11087</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Sun, 11 Sep 2011 22:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=495#comment-11087</guid>
		<description>Sorry about the following Delphi:
&lt;pre lang=&quot;delphi&quot;&gt;
private
    { Private declarations }
    procedure WMQueryEndSession(var Msg: TWMQueryEndSession); message WM_QueryEndSession;

{...}

procedure TForm1.WMQueryEndSession
      (var Msg : TWMQueryEndSession) ; 
begin 
if MessageBox(Form1.Handle,PChar(&#039;Windows is attempting to shut down.  Allow the shutdown?&#039;),PChar(&#039;Windows wants to shut down&#039;),MB_YESNO) = mrYes then
   Msg.Result := 1
else
   Msg.Result := 0;
end;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sorry about the following Delphi:</p>
<pre lang="delphi">
private
    { Private declarations }
    procedure WMQueryEndSession(var Msg: TWMQueryEndSession); message WM_QueryEndSession;

{...}

procedure TForm1.WMQueryEndSession
      (var Msg : TWMQueryEndSession) ;
begin
if MessageBox(Form1.Handle,PChar('Windows is attempting to shut down.  Allow the shutdown?'),PChar('Windows wants to shut down'),MB_YESNO) = mrYes then
   Msg.Result := 1
else
   Msg.Result := 0;
end;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defeating a Trend Micro PC-Cillin uninstall password by tejohnson</title>
		<link>http://DjLizard.net/2007/10/17/272/comment-page-1/#comment-10717</link>
		<dc:creator>tejohnson</dc:creator>
		<pubDate>Thu, 01 Sep 2011 02:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/10/17/272/#comment-10717</guid>
		<description>Thanks!  This is a good post, changing the Allow Uninstall to a 1 worked perfect.</description>
		<content:encoded><![CDATA[<p>Thanks!  This is a good post, changing the Allow Uninstall to a 1 worked perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dial-a-fix can prevent Windows from being forced to shut down by Paul</title>
		<link>http://DjLizard.net/2011/08/22/495/comment-page-1/#comment-10499</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 24 Aug 2011 14:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=495#comment-10499</guid>
		<description>I hate to ask other developers their secrets but this one is awesome! Any chance you would be willing to share how you do this? Very handy trick to combat auto rebooting malware.</description>
		<content:encoded><![CDATA[<p>I hate to ask other developers their secrets but this one is awesome! Any chance you would be willing to share how you do this? Very handy trick to combat auto rebooting malware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dial-a-fix page on facebook! by Paul</title>
		<link>http://DjLizard.net/2011/08/15/464/comment-page-1/#comment-10498</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 24 Aug 2011 14:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=464#comment-10498</guid>
		<description>Very cool! I will help you to get some more Likes on your facebook page too :)</description>
		<content:encoded><![CDATA[<p>Very cool! I will help you to get some more Likes on your facebook page too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It goes on and on&#8230; by DjLizard</title>
		<link>http://DjLizard.net/2011/08/02/398/comment-page-1/#comment-10024</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Wed, 10 Aug 2011 00:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=398#comment-10024</guid>
		<description>That&#039;s interesting.  Not sure how to implement that, but I&#039;m sure you could tell me.
By the way, the tools loader is complete!  It is now possible to script tools for Dial-a-fix 1.0 with just notepad!
I&#039;m now working on writing all of the old Dial-a-fix tools in this new format and then I will proceed with the standard DLL registration stuff (the worst and most difficult part of Dial-a-fix) which, thankfully, will now ALSO be external notepad-editable files!</description>
		<content:encoded><![CDATA[<p>That&#039;s interesting.  Not sure how to implement that, but I&#039;m sure you could tell me.<br />
By the way, the tools loader is complete!  It is now possible to script tools for Dial-a-fix 1.0 with just notepad!<br />
I&#039;m now working on writing all of the old Dial-a-fix tools in this new format and then I will proceed with the standard DLL registration stuff (the worst and most difficult part of Dial-a-fix) which, thankfully, will now ALSO be external notepad-editable files!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It goes on and on&#8230; by Paul</title>
		<link>http://DjLizard.net/2011/08/02/398/comment-page-1/#comment-9967</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 08 Aug 2011 15:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=398#comment-9967</guid>
		<description>I would love to help you out! If you are planning on using BootVis for XP are you going to use the Windows Performance Toolkit on Vista/7?  http://msdn.microsoft.com/en-us/performance/cc825801.aspx</description>
		<content:encoded><![CDATA[<p>I would love to help you out! If you are planning on using BootVis for XP are you going to use the Windows Performance Toolkit on Vista/7?  <a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx"  class="extlink">http://msdn.microsoft.com/en-us/performance/cc825801.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building summary file for Inbox&#8230; by stvmia</title>
		<link>http://DjLizard.net/2006/06/05/160/comment-page-1/#comment-9938</link>
		<dc:creator>stvmia</dc:creator>
		<pubDate>Sun, 07 Aug 2011 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2006/06/05/160#comment-9938</guid>
		<description>&lt;a href=&quot;#comment-6710&quot;&gt;@Preston Jensen&lt;/a&gt; 
I am having the same exact problem: 1) building summary for Inbox, and,  2) does not download new messages because it says Inbox is full and can&#039;t hold anymore messages.  Why hasn&#039;t Mozilla published a patch for this well reported problem that has been causing havoc for more than 5 years now!!!???  It&#039;s 8/7/2011 and we are still dealing with this Thunderbird flaw.  Should we migrate to Outlook?  Is that the message?  You can&#039;t have a more basic problem with an e-mail client program than this.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6710">@Preston Jensen</a><br />
I am having the same exact problem: 1) building summary for Inbox, and,  2) does not download new messages because it says Inbox is full and can&#039;t hold anymore messages.  Why hasn&#039;t Mozilla published a patch for this well reported problem that has been causing havoc for more than 5 years now!!!???  It&#039;s 8/7/2011 and we are still dealing with this Thunderbird flaw.  Should we migrate to Outlook?  Is that the message?  You can&#039;t have a more basic problem with an e-mail client program than this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It goes on and on&#8230; by DjLizard</title>
		<link>http://DjLizard.net/2011/08/02/398/comment-page-1/#comment-9890</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Sat, 06 Aug 2011 07:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=398#comment-9890</guid>
		<description>I&#039;m loving your website.
It appears you&#039;ll be able to help me, because one of the new things Dial-a-fix is doing is loading its tools and DLL registrations from user-editable files.
Here&#039;s an example of Dial-a-fix&#039;s &quot;Process Idle Tasks&quot; tool, in tab separated values script format:

&lt;code&gt;
DisplayName	Process Idle Tasks	
WinVers	XP&#124;vista&#124;win7&#124;win8orgreater	
Purpose	Optimization	
Action	ShellExecuteAndWait	rundll32 advapi32.dll,ProcessIdleTasks
Description	This tool performs the following command:	
Description		
Description	rundll32.exe advapi32.dll,ProcessIdleTasks	
Description		
Description	Note: Microsoft BootVis forces ProcessIdleTasks to run before it profiles your system, which is why people think BootVis optimizes your system&#039;s boot speed (BootVis itself does not optimize your system at all).	
Description		
Description	From MSDN:	
Description	     &quot;The file placement optimization, which is done no more often than once every three days, is an example of a task that is carried out when the system is deemed to be idle.	
Description	     System Restore and other features of Windows XP also attempt to defer some work until the system is deemed to be idle. There are also some done-once-after-setup work items that also operate under the Idle Task Scheduling mechanisms.	
Description	     All of these &quot;idle tasks&quot; are controllable by a system API in advapi32.dll: ProcessIdleTasks.	
Description	     The API&#039;s sole purpose is to allow benchmarks a simple way to force any pending idle tasks to be executed immediately, without having to wait a lengthy period of time.&quot;	
Description		
Description	As you can see from the MSDN blurb, there are many things that can fall under &#039;idle tasks&#039; which will be executed when you run this tool.  It can take quite a long time to run if your system has a lot of pending tasks.	
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#039;m loving your website.<br />
It appears you&#039;ll be able to help me, because one of the new things Dial-a-fix is doing is loading its tools and DLL registrations from user-editable files.<br />
Here&#039;s an example of Dial-a-fix&#039;s &#034;Process Idle Tasks&#034; tool, in tab separated values script format:</p>
<p><code><br />
DisplayName	Process Idle Tasks<br />
WinVers	XP|vista|win7|win8orgreater<br />
Purpose	Optimization<br />
Action	ShellExecuteAndWait	rundll32 advapi32.dll,ProcessIdleTasks<br />
Description	This tool performs the following command:<br />
Description<br />
Description	rundll32.exe advapi32.dll,ProcessIdleTasks<br />
Description<br />
Description	Note: Microsoft BootVis forces ProcessIdleTasks to run before it profiles your system, which is why people think BootVis optimizes your system's boot speed (BootVis itself does not optimize your system at all).<br />
Description<br />
Description	From MSDN:<br />
Description	     "The file placement optimization, which is done no more often than once every three days, is an example of a task that is carried out when the system is deemed to be idle.<br />
Description	     System Restore and other features of Windows XP also attempt to defer some work until the system is deemed to be idle. There are also some done-once-after-setup work items that also operate under the Idle Task Scheduling mechanisms.<br />
Description	     All of these "idle tasks" are controllable by a system API in advapi32.dll: ProcessIdleTasks.<br />
Description	     The API's sole purpose is to allow benchmarks a simple way to force any pending idle tasks to be executed immediately, without having to wait a lengthy period of time."<br />
Description<br />
Description	As you can see from the MSDN blurb, there are many things that can fall under 'idle tasks' which will be executed when you run this tool.  It can take quite a long time to run if your system has a lot of pending tasks.<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on It goes on and on&#8230; by Paul</title>
		<link>http://DjLizard.net/2011/08/02/398/comment-page-1/#comment-9873</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 05 Aug 2011 19:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=398#comment-9873</guid>
		<description>I and many others look forward to seeing it!</description>
		<content:encoded><![CDATA[<p>I and many others look forward to seeing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something happened&#8230; by DjLizard</title>
		<link>http://DjLizard.net/2011/07/23/374/comment-page-1/#comment-9714</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Mon, 01 Aug 2011 18:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=374#comment-9714</guid>
		<description>Sorry, it&#039;s 100% Delphi. :)
It&#039;s the only way I can get it done without quitting.
</description>
		<content:encoded><![CDATA[<p>Sorry, it&#039;s 100% Delphi. :)<br />
It&#039;s the only way I can get it done without quitting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something happened&#8230; by Shawn</title>
		<link>http://DjLizard.net/2011/07/23/374/comment-page-1/#comment-9643</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 30 Jul 2011 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=374#comment-9643</guid>
		<description>Mike,
  Awesome to see you back on DAF. NO DELPHI this time. LOL. I Still want the rest of your apps. Feel free to post them or email me links.</description>
		<content:encoded><![CDATA[<p>Mike,<br />
  Awesome to see you back on DAF. NO DELPHI this time. LOL. I Still want the rest of your apps. Feel free to post them or email me links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to properly fix filter driver problems in Windows XP by DjLizard</title>
		<link>http://DjLizard.net/2007/04/30/230/comment-page-1/#comment-9639</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Sat, 30 Jul 2011 05:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/04/30/230#comment-9639</guid>
		<description>Thanks for this!  Please post any and all additional information you think could help me with Dial-a-fix.  (In case you didn&#039;t see the front page in a while, I have returned to work on it once again.)
Originally I had planned for Dial-a-fix to scan for missing filters and offer to fix it, so I will once again attempt to implement this now that I&#039;m back in the saddle.</description>
		<content:encoded><![CDATA[<p>Thanks for this!  Please post any and all additional information you think could help me with Dial-a-fix.  (In case you didn&#039;t see the front page in a while, I have returned to work on it once again.)<br />
Originally I had planned for Dial-a-fix to scan for missing filters and offer to fix it, so I will once again attempt to implement this now that I&#039;m back in the saddle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to properly fix filter driver problems in Windows XP by Matt</title>
		<link>http://DjLizard.net/2007/04/30/230/comment-page-1/#comment-9572</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 27 Jul 2011 23:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/04/30/230#comment-9572</guid>
		<description>I just wanted to point out that the procedure is still valid for Windows Vista/7. ;)

This is the procedure I followed when cleaning up after an ill-behaved 32-bit development tool that apparently wasn&#039;t aware that any of its users might possibly be needing a 64-bit OS. (DOH!)

All the warnings and caveats in the post still apply. About the only things that need to be noted for Vista and later are UAC (of course) and to check whether the filter driver is 64-bit if you&#039;re on a 64-bit Windows if it exists on the filesystem. (The post indicates that you should proceed if the filter driver does not exist on the filesystem.) Of course, a 32-bit filter will break a 64-bit driver. :) (How to check this is beyond the scope of a blog comment. Especially when the entry was aimed at technicians.)</description>
		<content:encoded><![CDATA[<p>I just wanted to point out that the procedure is still valid for Windows Vista/7. ;)</p>
<p>This is the procedure I followed when cleaning up after an ill-behaved 32-bit development tool that apparently wasn&#039;t aware that any of its users might possibly be needing a 64-bit OS. (DOH!)</p>
<p>All the warnings and caveats in the post still apply. About the only things that need to be noted for Vista and later are UAC (of course) and to check whether the filter driver is 64-bit if you&#039;re on a 64-bit Windows if it exists on the filesystem. (The post indicates that you should proceed if the filter driver does not exist on the filesystem.) Of course, a 32-bit filter will break a 64-bit driver. :) (How to check this is beyond the scope of a blog comment. Especially when the entry was aimed at technicians.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something happened&#8230; by Ben</title>
		<link>http://DjLizard.net/2011/07/23/374/comment-page-1/#comment-9473</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 25 Jul 2011 02:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=374#comment-9473</guid>
		<description>Looking good so far, excited to see you working on DaF.</description>
		<content:encoded><![CDATA[<p>Looking good so far, excited to see you working on DaF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something happened&#8230; by DjLizard</title>
		<link>http://DjLizard.net/2011/07/23/374/comment-page-1/#comment-9457</link>
		<dc:creator>DjLizard</dc:creator>
		<pubDate>Sun, 24 Jul 2011 14:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=374#comment-9457</guid>
		<description>Not a clue.  I&#039;m taking it day by day right now, doing a few things to it per day and it&#039;s really cleaning up well.</description>
		<content:encoded><![CDATA[<p>Not a clue.  I&#039;m taking it day by day right now, doing a few things to it per day and it&#039;s really cleaning up well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Something happened&#8230; by Ian</title>
		<link>http://DjLizard.net/2011/07/23/374/comment-page-1/#comment-9444</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 23 Jul 2011 18:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/?p=374#comment-9444</guid>
		<description>Looking good! Great to see you working on it. Any hint for when it may be ready? :P</description>
		<content:encoded><![CDATA[<p>Looking good! Great to see you working on it. Any hint for when it may be ready? :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on COM Surrogate has stopped working by computerhelp</title>
		<link>http://DjLizard.net/2007/02/04/217/comment-page-1/#comment-9393</link>
		<dc:creator>computerhelp</dc:creator>
		<pubDate>Thu, 21 Jul 2011 21:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/02/04/217#comment-9393</guid>
		<description>The divx codecs is the problem it’s not read by vista
 
1. Just uninstall divx
 2. uninstall and all codecs. 

t===he divx codec in the divx package corrupts the codecs and vista can’t read it after corrupting it==
 
3. reinstall codecs but not the one from divx.
 
!!!!!but don’t use an divx codecs!!!!!
 
just install the divx PLAYER Only!
 ====Don’t install the divx codec when installing divx player ==
 
NO divx codec the problem is the divx codec not compatible or conflicting with windows vista. i wouldnt recommend going to system as changing settings it is dangerous</description>
		<content:encoded><![CDATA[<p>The divx codecs is the problem it’s not read by vista</p>
<p>1. Just uninstall divx<br />
 2. uninstall and all codecs. </p>
<p>t===he divx codec in the divx package corrupts the codecs and vista can’t read it after corrupting it==</p>
<p>3. reinstall codecs but not the one from divx.</p>
<p>!!!!!but don’t use an divx codecs!!!!!</p>
<p>just install the divx PLAYER Only!<br />
 ====Don’t install the divx codec when installing divx player ==</p>
<p>NO divx codec the problem is the divx codec not compatible or conflicting with windows vista. i wouldnt recommend going to system as changing settings it is dangerous</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Defeating a Trend Micro PC-Cillin uninstall password by Mel</title>
		<link>http://DjLizard.net/2007/10/17/272/comment-page-1/#comment-9010</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Wed, 06 Jul 2011 01:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2007/10/17/272/#comment-9010</guid>
		<description>Used RegEdit - found TrendMicro folder, opened PC-cillinNTCorp folder, opened CurrentVersion folder, opened Misc. folder. Found &quot;allow uninstall&quot; and changed value from &quot;0&quot; to &quot;1&quot; - worked!! Uninstalled without asking me for the password (which I didn&#039;t have as the orig admin who installed is gone). Thanks for the hints ®®®</description>
		<content:encoded><![CDATA[<p>Used RegEdit &#8211; found TrendMicro folder, opened PC-cillinNTCorp folder, opened CurrentVersion folder, opened Misc. folder. Found &#034;allow uninstall&#034; and changed value from &#034;0&#034; to &#034;1&#034; &#8211; worked!! Uninstalled without asking me for the password (which I didn&#039;t have as the orig admin who installed is gone). Thanks for the hints ®®®</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BITS, SENS, and EventSystem superfail by Witold</title>
		<link>http://DjLizard.net/2006/06/28/169/comment-page-1/#comment-8599</link>
		<dc:creator>Witold</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://DjLizard.net/2006/06/28/169#comment-8599</guid>
		<description>This article helped me to resolve similar issue on Windows 2003 server Std.
The value of &quot;netsvcs&quot; is, in fact, a double-byte text, stored as hexadecimal value.
regedit displays it as a normal text. It is the list of services. I have just copied it from an working server to the bad one.
Possibly cause of destruction on this field - interruped WSUS installation process</description>
		<content:encoded><![CDATA[<p>This article helped me to resolve similar issue on Windows 2003 server Std.<br />
The value of &#034;netsvcs&#034; is, in fact, a double-byte text, stored as hexadecimal value.<br />
regedit displays it as a normal text. It is the list of services. I have just copied it from an working server to the bad one.<br />
Possibly cause of destruction on this field &#8211; interruped WSUS installation process</p>
]]></content:encoded>
	</item>
</channel>
</rss>

