Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6798805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:46:27+00:00 2026-05-26T18:46:27+00:00

I have a file system monitoring PowerShell script using System.IO.FileSystemWatcher events. The script works

  • 0

I have a file system monitoring PowerShell script using System.IO.FileSystemWatcher events.
The script works great, but it requires an open PowerShell window.

Thus, I need to run it as a Windows Service at Windows startup (without logon). Is there a way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:46:28+00:00Added an answer on May 26, 2026 at 6:46 pm

    To execute your script at windows startup (without logon) you could create a windows service for it (using srvany.exe).
    Steps:

    1. Get the windows 2003 resource kit (which contains srvany.exe)
    2. Install the resource kit
    3. Create the service using sc and srvany.exe

      sc create PSService binPath= "C:\Program Files\Windows Resource Kits\Tools\srvany.exe" DisplayName= "PSService"
      
    4. Parametrize your service

      Windows Registry Editor Version 5.00
      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PSService]
      "Type"=dword:00000010
      "Start"=dword:00000003
      "ErrorControl"=dword:00000001
      "DisplayName"="PSService"
      "ObjectName"="LocalSystem"
      [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PSService\Parameters]
      "Application"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -noExit -ExecutionPolicy RemoteSigned -File C:\\PSService\\psservice.ps1"
      

    Some remarks:

    • Srvany.exe is not available for Windows Vista and up. It might work, but it’s probably not supported
    • You might want to run it with other credentials (for security reasons)
    • You might want to save your script in a directory where only administrators have write access (for security reasons)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have been studying the file system related classes of Adobe AIR 1.5, but so
My application requires that I have access to the file system. Regardless if the
I have a file system path in a NSString, but I need an FSRef
I have a file system containing directories of builds, each of which contains a
I have a file caching system for a php application. if a file needs
I have a Lucene Index on a central file system. In my IIS application,
I have a set of Berkeley DB files on my Linux file system that
I have a requirement to write HTML to the file system and I was
I have a very little idea about what database file system is. Can somebody
I have been looking for a C# tree control for displaying a file system

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.