Tag: EXE

How to Create Windows EXE Installer for Electron App Using GitHub Actions

In this short post, we will learn how to create a Windows installation EXE for an Electron app using Electron packager and Innoscript. Electron packager generates a zip archive file for your Electron application with an EXE, which can be used to run the application. It isn&r...

Demystifying the ???SVCHOST.EXE??? Process and Its Command Line Options

The Service Host process or “svchost.exe” is one the most notorious processes out there. It got a bad reputation for being “malicious” due to mostly two factors, one is malware impersonating it and the other is good old “Task Manager”. Becau...