Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

DEP and Post-it

Closed Thread
 
Thread Tools Display Modes
Old 11-21-2007   #1 (permalink)
Jeff
Guest


 

DEP and Post-it

I am trying to install 3M's Post-it digital but Vista (32) keeps blocking it
because of DEP.

I have already tried the route of enabling DEP for all programs except the
Post-it installer, but DEP keeps blocking it.

Any ideas?

Tnx in advance

Jeff
Old 11-22-2007   #2 (permalink)
Jesper
Guest


 

RE: DEP and Post-it

More than likely the 3M installer is broken. It may work properly in the
absence of DEP, but any program that causes DEP to fire is by definition
broken.

You may be able to get it to work if you enable DEP only for OS files.
However, if you can submit feedback to 3M you should ask them to fix their
software instead. It is unacceptable that you should have to endanger your
computer and your personal information to run their software.

---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"Jeff" wrote:
Quote:

> I am trying to install 3M's Post-it digital but Vista (32) keeps blocking it
> because of DEP.
>
> I have already tried the route of enabling DEP for all programs except the
> Post-it installer, but DEP keeps blocking it.
>
> Any ideas?
>
> Tnx in advance
>
> Jeff
Old 11-22-2007   #3 (permalink)
Jeff
Guest


 

RE: DEP and Post-it

Jesper,

Thank you for your feedback.

I actually disabled DEP (bcdedit.exe /set {current} nx AlwaysOff) got it to
install, but then... yikes what a nightmare. Thunderbird wouldn't work,
other errors.

I have since returned my system to pre-install (no post-it installed) and
things seem better.

I will try to contact 3M as you suggested.

Tnx again.

Jeff

"Jesper" wrote:
Quote:

> More than likely the 3M installer is broken. It may work properly in the
> absence of DEP, but any program that causes DEP to fire is by definition
> broken.
>
> You may be able to get it to work if you enable DEP only for OS files.
> However, if you can submit feedback to 3M you should ask them to fix their
> software instead. It is unacceptable that you should have to endanger your
> computer and your personal information to run their software.
>
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
> "Jeff" wrote:
>
Quote:

> > I am trying to install 3M's Post-it digital but Vista (32) keeps blocking it
> > because of DEP.
> >
> > I have already tried the route of enabling DEP for all programs except the
> > Post-it installer, but DEP keeps blocking it.
> >
> > Any ideas?
> >
> > Tnx in advance
> >
> > Jeff
Old 11-22-2007   #4 (permalink)
Jesper
Guest


 

RE: DEP and Post-it

That actually does not disable DEP. DEP (Data Execution Prevention) is
Microsoft's software implementation to control malicious code that attempts
to subvert exception handlers. NX is AMD's hardware implementation to protect
code from executing in data pages.

To manage DEP you need to go into the System Control Panel, click the
Advanced tab, click Settings... in the performance area, and click the Data
Execution Prevention tab. You get the option of turning on DEP for only the
OS and for everything with some exceptions. You cannot disable DEP on Vista.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"Jeff" wrote:
Quote:

> Jesper,
>
> Thank you for your feedback.
>
> I actually disabled DEP (bcdedit.exe /set {current} nx AlwaysOff) got it to
> install, but then... yikes what a nightmare. Thunderbird wouldn't work,
> other errors.
>
> I have since returned my system to pre-install (no post-it installed) and
> things seem better.
>
> I will try to contact 3M as you suggested.
>
> Tnx again.
>
> Jeff
>
> "Jesper" wrote:
>
Quote:

> > More than likely the 3M installer is broken. It may work properly in the
> > absence of DEP, but any program that causes DEP to fire is by definition
> > broken.
> >
> > You may be able to get it to work if you enable DEP only for OS files.
> > However, if you can submit feedback to 3M you should ask them to fix their
> > software instead. It is unacceptable that you should have to endanger your
> > computer and your personal information to run their software.
> >
> > ---
> > Your question may already be answered in Windows Vista Security:
> > http://www.amazon.com/gp/product/047...otectyourwi-20
> >
> >
> > "Jeff" wrote:
> >
Quote:

> > > I am trying to install 3M's Post-it digital but Vista (32) keeps blocking it
> > > because of DEP.
> > >
> > > I have already tried the route of enabling DEP for all programs except the
> > > Post-it installer, but DEP keeps blocking it.
> > >
> > > Any ideas?
> > >
> > > Tnx in advance
> > >
> > > Jeff
Old 11-23-2007   #5 (permalink)
Jeff
Guest


 

RE: DEP and Post-it

Hmmm... something is odd. After executing the command I did NOT have any
options available where you suggest. Even after executing that command but
with AlwaysOn I had no options (they were greyed out).

I had to run
bcdedit.exe /set {current} nx optin
Before I had options again.

Jeff

"Jesper" wrote:
Quote:

> That actually does not disable DEP. DEP (Data Execution Prevention) is
> Microsoft's software implementation to control malicious code that attempts
> to subvert exception handlers. NX is AMD's hardware implementation to protect
> code from executing in data pages.
>
> To manage DEP you need to go into the System Control Panel, click the
> Advanced tab, click Settings... in the performance area, and click the Data
> Execution Prevention tab. You get the option of turning on DEP for only the
> OS and for everything with some exceptions. You cannot disable DEP on Vista.
> ---
> Your question may already be answered in Windows Vista Security:
> http://www.amazon.com/gp/product/047...otectyourwi-20
>
>
Old 11-23-2007   #6 (permalink)
Jesper
Guest


 

RE: DEP and Post-it

There are definitely integration points between the two and disabling it in
bcdedit might have caused the OS to not permit you to change it at all. That
is good to know.
---
Your question may already be answered in Windows Vista Security:
http://www.amazon.com/gp/product/047...otectyourwi-20


"Jeff" wrote:
Quote:

> Hmmm... something is odd. After executing the command I did NOT have any
> options available where you suggest. Even after executing that command but
> with AlwaysOn I had no options (they were greyed out).
>
> I had to run
> bcdedit.exe /set {current} nx optin
> Before I had options again.
>
> Jeff
>
> "Jesper" wrote:
>
Quote:

> > That actually does not disable DEP. DEP (Data Execution Prevention) is
> > Microsoft's software implementation to control malicious code that attempts
> > to subvert exception handlers. NX is AMD's hardware implementation to protect
> > code from executing in data pages.
> >
> > To manage DEP you need to go into the System Control Panel, click the
> > Advanced tab, click Settings... in the performance area, and click the Data
> > Execution Prevention tab. You get the option of turning on DEP for only the
> > OS and for everything with some exceptions. You cannot disable DEP on Vista.
> > ---
> > Your question may already be answered in Windows Vista Security:
> > http://www.amazon.com/gp/product/047...otectyourwi-20
> >
> >
>
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
ctr alt del after post Bryan Vista installation & setup 5 03-08-2008 11:50 AM
Regarding Your Post Pietr'''' Phudpuckr Vista General 7 10-20-2007 08:08 PM
First Post Ken Vista Games 0 08-22-2007 06:32 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50