Tagged Questions

2
votes
6answers
134 views

How to Safely Force Shutdown of Mac

What I want I'm developing a little app to force me to only work at certain times of day - I need something to force me to stop working in the evenings so I can be more effective …
0
votes
3answers
414 views

Windows service shut down

I use VS6 and ATL with CServiceModule to implement a custom windows service. In case of a fatal error service should shut itself down. Since CServiceModule is available via _Module …
0
votes
2answers
44 views

URGENT - ASP.NET emergency shutdown and redirect

Hi, I was told that to shutdown an ASP.NET site and replace all pages with a static text one should add an HTML file with a special extension. But my google/bing skills are not goo …
1
vote
1answer
53 views

What exactly occurs when selecting windows “Install Updates and shut down” logoff option?

When updates are available and the user selects Shut Down from the Windows start menu, a dialog appears with a menu for Shutdown, Log Off etc. One option which appears is "Instal …
2
votes
2answers
27 views

ExitWindowsEx fails when Windows desktop Locked?

Create a form (I'm using .NET 2.0) with a button click event: { Thread.Sleep(3000); ExitWindowsEx(0,0); // shutdown } Hit the button, press Left-WindowsKey + L to lock the deskt …
0
votes
1answer
44 views

Vista services: Can show form on invisible desktop?

I am attempting to show a form from a service on Vista (using .NET winforms) Obviously the form would not show to the console user, as services are isolated in session 0. However …
0
votes
0answers
43 views

Winlogon: How to run app after explorer terminates during logoff?

Windows XP/VISTA/7 How might it be possible to run an application during the logoff procedure of a user, after explorer.exe terminates? The purpose is to block shutdown but with …
2
votes
2answers
85 views

Get the date-time of last windows shutdown event using .NET

Is there a way to find out when the system was last shutdown? I know there's a way to find out last boot up time using the LastBootUpTime property in Win32_OperatingSystem namespa …
0
votes
1answer
13 views

JavaServiceWrapper:Application not waiting to shutdown

Hi, I have an application that spawns worker threads and process files in the the worker threads. On application shutdown request, I want the application to shutdown only when the …
1
vote
3answers
128 views

shutdown hook for java web application

I need to save some data preferrably when the java web application is stopped, or when tomcat is stopped. how can this be done? Edit: any drawback if I use the jvm shutdown hook?
0
votes
1answer
84 views

shutdown / undeploy tomcat from Servlet

I have an init servlet in Tomcat that loads critical data. soemtimes it is necessary to abort startup on certain errors. how do i gracefully shutdown the deployed app/ the whole a …
3
votes
2answers
68 views

Determine which application is preventing shutdown

Unlike Windows Vista, when Windows XP is shutting down - it doesn't tell you which program is requesting not to be shutdown. This leaves Windows still running and not telling you w …
3
votes
4answers
204 views

Determine exit status within the java shutdown hook thread

Hi, I would like to determine the exit status of the process during the shutdown hook runtime. I want to have a logic which is based on the status code (0 or nonzero) (ex: if ze …
0
votes
4answers
656 views

Shutdown the computer using assembly

How can I shutdown the computer using only assembly code?
1
vote
1answer
159 views

How to Prevent System from Shutting down or Restart in a Win32 service?

i want to prevent users from shut down or restart the system. my application runs as a Win32 Native Service (written by C++) and under LocalSystem account. i heard about WM_QUERY …

1 2 3 4 5 next
15 30 50 per page