Debug startup program behavior
Posted
by iceman
on Stack Overflow
See other posts from Stack Overflow
or by iceman
Published on 2010-06-16T23:47:42Z
Indexed on
2010/06/16
23:52 UTC
Read the original article
Hit count: 160
I want to Debug a program called Freecall in my Windows 7 Professional laptop. Now it shows as a Startup item in "System Configuration" console. I tried to uncheck it in the Startup item and restart, but it keeps on adding itself to HKCU\Software|Microsoft\Windows\CurrentVersion\Run. i think its the same for Yahoo messenger..these programs keep on adding to startup even after I manually deleted the entry from the registry. I want to debug and find out if after starting the executable, the program writes to the registry. How can I do that? Is there a way I can run the binary in Sandbox mode? Are there any VS tools for this?
© Stack Overflow or respective owner