View Single Post
  #15 (permalink)  
Old 01-20-2010, 08:13 PM
rashire rashire is offline
Junior Member
 
Join Date: Jan 2010
Posts: 12
rashire is on a distinguished road
Default Re: Looking for help on setup.

Quote:
Originally Posted by Jere_Jones View Post
That is configurable in the settings for SA. It can look for artifacts, a history entry or either.

Jere
Ya, it make sense not to run it multiple times. Now that I realized this it worked from DirMon automated.

Quote:
Originally Posted by spockers View Post
I found a way to enable a service to interact with the desktop, via a registry hack. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es and find the entry for dirmon. Find the "Type" value, and in hex, flip the third bit from the right. For example, if the type is 0x00000010 (dec 16), change it to 0x00000110 (dec 272). Found this at InstallUtil.exe - Allow Service to Interact with Desktop? - GameDev.Net Discussion Forums and Interact With Desktop when Installing Windows Service - CodeProject
Thanks for looking that up, but looks like I may not need it after all.
Reply With Quote