<?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 To Remove devldr32.exe from Windows XP &#8211; How I did it!</title>
	<atom:link href="http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 15:07:53 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johnboi</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-389</link>
		<dc:creator>Johnboi</dc:creator>
		<pubDate>Sat, 26 Jun 2010 20:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-389</guid>
		<description>I can&#039;t thank you enough for this solution, this process has been driving me crazy and slowing down my computer. What you suggested worked and the process is gone so thank you for all of your effort to work this out and for posting it on here for us.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t thank you enough for this solution, this process has been driving me crazy and slowing down my computer. What you suggested worked and the process is gone so thank you for all of your effort to work this out and for posting it on here for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: L-eon</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-384</link>
		<dc:creator>L-eon</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-384</guid>
		<description>I followed both procedure but the file persisted. Then I made a search and found this one.

C:\WINDOWS\system32\ReinstallBackups003\DriverFiles\i386\devldr32.exe

I removed it along the others and problem solved!!....  

But I&#039;d like to know which process is the responsible to keep an eye on the file and restore it in case of removal. 



OS: WinXP Pro</description>
		<content:encoded><![CDATA[<p>I followed both procedure but the file persisted. Then I made a search and found this one.</p>
<p>C:\WINDOWS\system32\ReinstallBackups003\DriverFiles\i386\devldr32.exe</p>
<p>I removed it along the others and problem solved!!&#8230;.  </p>
<p>But I&#8217;d like to know which process is the responsible to keep an eye on the file and restore it in case of removal. </p>
<p>OS: WinXP Pro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleks</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-379</link>
		<dc:creator>Aleks</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-379</guid>
		<description>Keith, thanks for usefful info.</description>
		<content:encoded><![CDATA[<p>Keith, thanks for usefful info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-374</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 07 Feb 2010 22:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-374</guid>
		<description>devldr32 - how to remove it:

1. Rename all copies of devldr32 to something else. ( The copy in \system32 will come back. Lord knows where from. VERY suspicious!!!). Don&#039;t worry at this stage.

2. Create a small .txt file using notebook ( just one character of your choice will do). Save it as devldr32.txt to c:\windows\system32 for use in a minute.

3. Shut down; reboot into safe mode with command prompt.

4. At the prompt type cd c:\windows\system32  (changes directory to the one where devldr32.exe  lives)

5. Type del devldr32.exe  (deletes offending file)

6. Type ren devldr32.txt devldr32.exe   (renames your tiny .txt file and fools whatever is recreating it into thinking it&#039;s already there)

7 Type attrib +r devldr.exe  (sets the read only attribute to prevent anything  deleting it)

8. Reboot normally et voila - no more devldr probs. You might well get wierd errors about NTDVM CPU which are very irritating.   Just keep clicking close when you see them. I&#039;m working on curing this issue now so watch this space.</description>
		<content:encoded><![CDATA[<p>devldr32 &#8211; how to remove it:</p>
<p>1. Rename all copies of devldr32 to something else. ( The copy in \system32 will come back. Lord knows where from. VERY suspicious!!!). Don&#8217;t worry at this stage.</p>
<p>2. Create a small .txt file using notebook ( just one character of your choice will do). Save it as devldr32.txt to c:\windows\system32 for use in a minute.</p>
<p>3. Shut down; reboot into safe mode with command prompt.</p>
<p>4. At the prompt type cd c:\windows\system32  (changes directory to the one where devldr32.exe  lives)</p>
<p>5. Type del devldr32.exe  (deletes offending file)</p>
<p>6. Type ren devldr32.txt devldr32.exe   (renames your tiny .txt file and fools whatever is recreating it into thinking it&#8217;s already there)</p>
<p>7 Type attrib +r devldr.exe  (sets the read only attribute to prevent anything  deleting it)</p>
<p>8. Reboot normally et voila &#8211; no more devldr probs. You might well get wierd errors about NTDVM CPU which are very irritating.   Just keep clicking close when you see them. I&#8217;m working on curing this issue now so watch this space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustie</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-152</link>
		<dc:creator>Dustie</dc:creator>
		<pubDate>Sat, 11 Jul 2009 00:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-152</guid>
		<description>About  How To Remove devldr32.exe 

Ive been pulling my hair out trying remove this  also. delet never worked.

I found and used your suggestion this morning,,,,   been using my computer
all afternoon.  So far I have seen no sign of the dreaded devldr32.
thanks for your perserverance,   Its gone as of now.  it would bring my puter to a screaching halt before.

Thanks,
Dustie</description>
		<content:encoded><![CDATA[<p>About  How To Remove devldr32.exe </p>
<p>Ive been pulling my hair out trying remove this  also. delet never worked.</p>
<p>I found and used your suggestion this morning,,,,   been using my computer<br />
all afternoon.  So far I have seen no sign of the dreaded devldr32.<br />
thanks for your perserverance,   Its gone as of now.  it would bring my puter to a screaching halt before.</p>
<p>Thanks,<br />
Dustie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-148</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 03 Jul 2009 07:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-148</guid>
		<description>Hi Danny, 

The best advice I can give you without being there, is to make sure you have as few programs running as possible (that&#039;s the reason why we go into safe mode). If you also use task manager to stop any other programs that are running you might be able to delete the file then.

Thanks
Chris</description>
		<content:encoded><![CDATA[<p>Hi Danny, </p>
<p>The best advice I can give you without being there, is to make sure you have as few programs running as possible (that&#8217;s the reason why we go into safe mode). If you also use task manager to stop any other programs that are running you might be able to delete the file then.</p>
<p>Thanks<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://leadingedgescripts.co.uk/viruses/how-to-remove-devldr32exe-from-windows-xp-how-i-did-it/comment-page-1/#comment-146</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.leadingedgescripts.co.uk/wp/?p=27#comment-146</guid>
		<description>Hi there! I&#039;ve had this problem for about a week and have been trying (in vain) to fix it. Thankfully we have 2 computers, so I was able to use this one to do some research. I just found your page this morning and started following your instructions. It was working just fine until i got to step 3, when I tried to delete the file. I got the usual, &quot;Are you sure you would like to delete this and send it to the recycling bin?&quot; message, and clicked &quot;OK.&quot; Then I got an error message along the lines of, &quot;The file could not be deleted. Check to see if the disk is full or write protected.&quot; I don&#039;t remember exactly what it was. I decided to do a Ctrl+Alt+Delete and saw that the CPU usage was at 100%. I don&#039;t know if that has anything to do with it... Do you have any advice for me as to what I would do? I would greatly appreciate it!

Thanks!
Danny</description>
		<content:encoded><![CDATA[<p>Hi there! I&#8217;ve had this problem for about a week and have been trying (in vain) to fix it. Thankfully we have 2 computers, so I was able to use this one to do some research. I just found your page this morning and started following your instructions. It was working just fine until i got to step 3, when I tried to delete the file. I got the usual, &#8220;Are you sure you would like to delete this and send it to the recycling bin?&#8221; message, and clicked &#8220;OK.&#8221; Then I got an error message along the lines of, &#8220;The file could not be deleted. Check to see if the disk is full or write protected.&#8221; I don&#8217;t remember exactly what it was. I decided to do a Ctrl+Alt+Delete and saw that the CPU usage was at 100%. I don&#8217;t know if that has anything to do with it&#8230; Do you have any advice for me as to what I would do? I would greatly appreciate it!</p>
<p>Thanks!<br />
Danny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
