We start off on the same page, but then we diverge on the conclusion. =)
It's really not the best idea in the world to have my mom or dad trying to
guess what is "safe". DEP isn't about viruses, it's about exploitable
conditions in code. You probably do not want to turn it off but instead
would want to get working good code from the vendor.
Two of the biggest pushes in Vista are entwined here: security and
stability. The AVI codec you're referring to was evidently insecure and
thus unstable. It's probably the best practice to *not* gloss over bad
errors like this.
I respect that you're just speaking towards "how can I quickly make this
dialog go away", but I prefer the other approach of "how can I properly make
this dialog go away." =)
--
Speaking for myself only.
See
http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
--
"SacredHeart" <> wrote in message
news:b450b364-f719-4044-8b2c-...
On Mar 24, 9:48 am, "zachd [MSFT]"
<za...@nomailplz.online.microsoft.com> wrote:
> DEP errors indicate that someone is doing bad things with memory. It
> indicates that there is (likely third party) software running on your
> system
> which is doing things which are generally considered unacceptable - and
> potentially dangerous.
Not always the case. I had these problems for instance when Explorer
was trying to create thumbnails for .AVI files. It could be due to
some GP fault (like trying to execute data instead of code) by a bug
in program. I remember that the problem was solved by some video
Codec update for AVI files.(Search MS knowledge base for this) DEP is
a good measure against viruses that exploit the Buffer overrun error
in Windows. IF you you are certain that the program does not have any
virus and still causes DEP faults then it's pretty safe to turn it off
for that particular program only....