Sup guys,
How do you get a handle to the window/dialog the appears when you press CTRL, ALT and DELETE?
Thanks.
Printable View
Sup guys,
How do you get a handle to the window/dialog the appears when you press CTRL, ALT and DELETE?
Thanks.
Would you mind saying why you need it? You're not trying to hide it or anything like that... are you? :ehh:
Well actually a virus has already done that and I would like to reverse it...
I believe you'd rather get rid of virus. ;)
Well I found it and just deleted it, now everything seems to be normal. But still no I'm curios :p how do you get the handle to that window?
If you read up on this in msdn, you'll find that this window is displayed from a different desktop. If you read enough to discover this you may also find out how you can grab the window.Quote:
Originally Posted by .pcbrainbuster
Thanks Arjay I'll try to find it.
OK, after a bit of research I now know that I need to use SwitchDesktop but the problem is that I don't know what the desktop is called, could you help me?