Tagged Questions
0
votes
1answer
106 views
Calling SetProcessDEPPolicy on another process?
A game (Sims 3 to be specific) is poorly coded, and one of the ways to get it to stop randomly crashing is to add it to your DEP exception list. I don't really want to do that if I don't have to, so I ...