Sometimes in Windows 10, you are working on Outlook and you need to close it for some reason and when you try and launch it again nothing happens.

This is because there is already a process running in the background, the previous session you closed did not end properly or got stuck ending.

To find out if Outlook is running, you can use Task Manager but you can also use PowerShell.

To find out if Outlook is running, you can run the following command:

  • get-process outlook
Powershell:- find out if the outlook process is running.

There you can see it is running, as mentioned, you can do the same with Task Manager by clicking the Details tab:

Powershell:- find out if the outlook process is running.

If you want to terminate the process with PowerShell, you can head over to my other blog post on this below:

  • https://everything-powershell.com/powershell-find-a-processid-and-kill-the-process/

Hope it helps.

    wpChatIcon

    Discover more from Everything-PowerShell

    Subscribe now to keep reading and get access to the full archive.

    Continue reading