Not logged in - Login

Manually creating an application log in the event log

Sometimes, it is necessary to manually create an event log on a computer. Use the following steps to do so.

Run PowerShell as administrator and type in the following command

New-EventLog -LogName My_App -Source My_App

This will create an application log called 'My_App'.