Hide the application in the Task List dialog

Hide the application in the Task List dialog

As you know, when you press CTRL+ALT+CANC the Task List window appears. This dialog allows you to see all the running processes and also to terminate them. If you don’t want that your application be closed, you can prevent the application from being displayed in the Task List dialog, by using the RegisterServiceProcess API function. You won’t find its declaration in the API Loader, so here it is:

Private Declare Function RegisterServiceProcess Lib "kernel32.dll" (ByVal _    dwProcessId As Long, ByVal dwType As Long) As Long

This function takes two parameters: the first is the identifier of the process to hide (or show), the second specifies if you want to hide (1) or show (0) the process. The identifier of the current process can be obtainted using GetCurrentProcessId API function. Here’s a function that lets you hide or show your application, depending on the value you pass to its Boolean argument:

Private Declare Function GetCurrentProcessId Lib "kernel32.dll" () As LongSub ShowInTaskList(ByVal bShowInTaskList As Boolean)    RegisterServiceProcess GetCurrentProcessId, IIf(bShowInTaskList, 0, 1)End Sub

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of