Hi there,
You can create a Windwows service. That way, you can run it in it's own security context.
There's a template (Windows Service) when you create a new project. You will also need to create an installation. There is a great article in the MSDN library which will walk you though the procedure. It's not difficult, but a bit long-winded.
Hope this helped.