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

  • SEARCH
  • Home
  • 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 209291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:54:07+00:00 2026-05-11T17:54:07+00:00

I have an application that is launched from within a service using a local

  • 0

I have an application that is launched from within a service using a local administrator account. This application is accessible by a web browser and the host PC can be shut down through this interface.

If a user is logged into the host PC and I browse to it and shut it down, the application exits and shuts down the PC as I would expect – using ExitWindowsEx() (with the shutdown priviledge enabled).

If, however, the PC is logged off, I browse to it – the application still running within the service, and attempt a shutdown using ExitWindowsEx(), it returns successful and the appears to be no problem but the PC never shuts down.

I have also tried InitiateSystemShutdown() which bizzarely fails and returns error 2! (The system cannot find the file specified).

It doesn’t seem to matter what account I use to launch the application with.

Any help would be greatly appreciated!

Thanks.

  • 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-11T17:54:07+00:00Added an answer on May 11, 2026 at 5:54 pm

    Sadly, cannot repro. I have a pre-existing service which exposes a mailslot, so I added the code:

    void RebootThisMachine ()
    {
       if (GrabPrivilege (SE_SHUTDOWN_NAME))
       {
          if (!InitiateSystemShutdown (NULL,NULL,0,TRUE,TRUE))
          {
             wsprintf (g_szDebug, TEXT("RebootMachine - ISS failed, error %d"),
                       GetLastError()) ;
             DebugMessage (DEBUG_ERROR, g_szDebug) ;
          }
       }
       else
       {
          wsprintf (g_szDebug, TEXT("RebootMachine - cannot grab priv, error %d"),
                    GetLastError()) ;
          DebugMessage (DEBUG_ERROR, g_szDebug) ;
       }
    }
    

    and called it when I received a mailslot message from a little command-line utility I wrote. InitiateSystemShutdown is the right API for a service, and this reboots the machine running the service whether it’s logged in or not. The shutdown does take a while if my (vista) machine is not logged in, but it eventually works (after 30-40s of saying “shutting down”). My service executes under LocalSystem. GrabPrivilege is the same code as I posted before.

    So you can take heart from the fact that what you’re trying to do is possible. I see you are using an administrator account to run your service. Have you tried running your service under LocalSystem for the purposes of a shutdown test? Perhaps the privs of your administrator don’t quite match those of LocalSystem…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Clickonce application that is launched from the start menu (local). I
I have inherited an application that is launched at login time from my server's
I have python application that shoud be launched as windows executable. I'm using py2exe
I have a Java console application that is launched from a batch script in
I have a PowerShell script that configures web site and web application settings in
I've got a legacy application that is launched from an HTA . I'm starting
I have an application that spawns a GTK+ dialog. When running from the terminal,
I have an gwt-ext window (used as a popup), this popup is launched from
I have an application that is loading html from a remote server in a
I have a command-line application called xooky_nabox that was programmed using c++. It reads

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.