Function killNotes

This function will not kill notes it self.
It will kill the processes.

When working with notes many people
uses a file called killnotes.exe.

This file will help when Notes hangs and you
can’t start a new notes.

It will Stop notes started processes.

This function will do the same:

function killNotes {
    Stop-Process -name "nlnotes" -force
    Stop-Process -name "notes2" -force
    Stop-Process -name "nsd" -force
}

Technorati Tags: ,,

No related posts.

This entry was posted in PowerShell Blogs and tagged , , . Bookmark the permalink.

One Response to Function killNotes

  1. Fredrik Wall says:

    [Blog] Function killNotes: This function will not kill notes it self. It will kill the processes.
    When working w… http://bit.ly/9oCM9d

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>