|
-
July 9th, 2010, 12:57 AM
#1
VB How could i block a specific process ?
I am working on the project called block process. Is there any way to block a specific type of application? let's say NTprocess.exe, when i put the name in the text box and press button it will block and show msg with VByesno if i click No then it run ??
Any code behind this scheme?
-
July 9th, 2010, 01:12 AM
#2
Re: VB How could i block a specific process ?
-
July 9th, 2010, 01:32 AM
#3
Re: VB How could i block a specific process ?
Not with any OS after NT...
-
July 9th, 2010, 07:29 AM
#4
Re: VB How could i block a specific process ?
 Originally Posted by dglienna
Not with any OS after NT...
i think it may be possible if i add process running in to list and if some process runs then at that moment quick response about new entry. And first of all before adding process to list i will save process.tmp and then match new one with previous one ....???
-
July 9th, 2010, 11:24 AM
#5
Re: VB How could i block a specific process ?
That would be a huge security risk. That's why there is a Trusted Installer Service in Vista/Win7. Most critical processes run a services.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|