Evil Scripting

Moderators: None (Apply to moderate this forum)
Number of threads: 62
Number of posts: 272

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
ctrl alt del Posted by didani on 5 May 2004 at 10:02 AM
ever wondered if it is possible to hide your program from the ctrl alt del command? It is:

Private Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long

Private Sub Form_Load()
Dim pid As Long
pid = GetCurrentProcessId()
RegisterServiceProcess pid, 1
End Sub


Thanx to the normal VB messageboard

EtHeO Out...
Report
Re: ctrl alt del Posted by code37 on 28 Oct 2005 at 6:03 AM
: ever wondered if it is possible to hide your program from the ctrl alt del command? It is:
:
:
: Private Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long
: Private Declare Function GetCurrentProcessId Lib "kernel32" () As Long
: 
: Private Sub Form_Load()
: Dim pid As Long
: pid = GetCurrentProcessId()
: RegisterServiceProcess pid, 1
: End Sub
: 

:
: Thanx to the normal VB messageboard
:
: EtHeO Out...

Ey that don't work!
Report
Re: ctrl alt del Posted by ranainnet on 28 Oct 2005 at 11:01 AM
Sorry "code37" you must have done something wrong.

I've tried the code in my pc (windows 98 with VB6) and it worked perfectly.

Check your program carefully again and I M sure u can detect if there is anything wrong.

(I don't know whether this code works on win2000, XP etc. but in 98 it is working very fine)
_____________________________________________________________________________
Knowledge Is Power. Be Sure To Use This Power For Others WelFare. (;->

Report
Re: ctrl alt del Posted by WEBMASTER1 on 24 Jan 2006 at 9:36 PM
Yes this is not working on my windows xp :(
Report
Re: ctrl alt del Posted by didani on 25 Jan 2006 at 6:16 AM
: Yes this is not working on my windows xp :(
:

Windows XP uses a different way of showing active processes. It's still possible to prevent your application from being seen, however. In order to do so, you must have the device loaded as a device driver for a fictational device.


EtHeO out...

Report
Re: ctrl alt del Posted by silicon knight on 29 Jan 2006 at 8:59 AM
: : Yes this is not working on my windows xp :(
: :
:
: Windows XP uses a different way of showing active processes. It's still possible to prevent your application from being seen, however. In order to do so, you must have the device loaded as a device driver for a fictational device.
:
:
: EtHeO out...
:
:

bummer its a shame for XP users ;)



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.