Click here to Skip to main content
15,911,715 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

My application requirement was to start automatically when window start. So I registered it into startup of registry. It works fine.

Now the question is applications like TuneUp Utilities and Doctor PC will read registry and detect that my application is running. How frequently its getting used and we can unregister it from those utilities mean we can make its un start.

I want to protect my application from those utilities? Can I do something like other utilities will not able to change my application settings?

Thanks
Posted

1 solution

Change the NTFS rights on the file and in the registry settings. That way, only admin users can change settings.

Files and folders
Know the basics about NTFS permissions[^]

How to set, view, change, or remove special permissions for files and folders[^]

Registry
Assign permissions to a registry key[^]

Applying permissions to a Windows registry key[^]
 
Share this answer
 
v2
Comments
sunder.tinwar 4-Jun-11 9:51am    
thanks for reply....can you explain in detail with any example
Kim Togo 5-Jun-11 5:06am    
See updated answer.
Manfred Rudolf Bihy 5-Jun-11 5:09am    
Great answer Kim! Have a 5+

Proposed as solution!
Kim Togo 5-Jun-11 10:21am    
Thanks Manfred.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900