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 }
No related posts.
[Blog] Function killNotes: This function will not kill notes it self. It will kill the processes.
When working w… http://bit.ly/9oCM9d