Which Service/Process Keeps Restarting My PC Daily?


Recommended Posts

The computers we use at my job run Windows XP Professional. The computers restart at exactly the same time each morning at 5am. What I'm trying to do is learn as much as possible about what is causing the restart so that I can prevent it.

There have been times where I'll be working on a very important project, the computer will restart, and I will lose significant progress. It isn't the sort of work where you can just hit "Save" and continue where you left off after the restart.

If there is a process running that is causing the restart, I want to be able to identify it so that I can "End" it when necessary. If the restart is being caused by a Windows service then I want to be able to identify it so I can "Stop" and/or "Disable" it when necessary.

I will tell you what steps I've taken and what I've learned. I'm hoping that someone can provide some insight or advice on what I should try next.

Note: I have administrative rights. All steps taken were done with admin privileges active.

a) I've tried the "Start>Run>shutdown -a" method in an attempt to halt the restart when it begins. It didn't work. The restart still occurred at 5am.

b) I tried changing the Windows clock in an attempt to delay the restart. It didn't work. The restart still occurred at 5am.

c) I tried disabling the Windows Time service in Control Panel>Administrative Tools>Services. It didn't work. The restart still occurred at 5am.

d) I tried methods b and c simultaneously. It didn't work. The restart still occurred at 5am.

e) I thought that the restart might be triggered remotely so I disconnected the Ethernet cable from the computer. It didn't work. The restart still occurred at 5am.

f) I tried looking into Control Panel>Task Scheduler to see if the restart was a scheduled task. It wasn't.

g) I tried looking more deeply into the Task Scheduler via the command prompt to see if perhaps there was a scheduled task that was being hidden from the Task Scheduler GUI. There wasn't.

h) I tried looking through the list of running processes (over 50) in Task Manager to see if any of the names seemed like they might be related to restarting or shutting down etc. but nothing stood out.

i) I tried making a list of all processes running before 4:30am to see if any new processes were started between 4:30am and 5am. This wasn't helpful.

j) I tried downloading and using Process Explorer in the hope that it might be able to identify the process that's causing the restart. If the program is capable of doing this then I'm not sure how. Process Explorer seemed to provided a lot of information on each process but nothing that helped me uncover what the intended function of said process was.

I've been trying to solve this puzzle for weeks now. The more time I invest in it, the harder it is for me to give up. Any help would be greatly appreciated. Thank you so much!

It sounds like a remote restart command using the Remote Shutdown Tool.

You said multiple computers do this at the same time?

It may be a script running on your domain server or other server on your network sending the command at 5AM daily.

I'm not sure, but you should see the event in Event Viewer under System.

Might be labeled something line "Power-Troubleshooter" and look for one right around that exact time.

Edit: Nevermind, I missed item e in the list. Although the Event Viewer entry might still be valid.

I am a Linux user but have used Windows XP for many years and all I can think of is that a Windows XP equivalent to a Linux cron job is causing this to happen. In other words this is a scheduled task and that task needs to be turned off or disabled.

This is how to create scheduled tasks in Windows XP:

Creating a Scheduled Task

Open Scheduler:

Go to Start > Programs > Accessories > System Tools > Scheduled Tasks:

Double-click Add Scheduled Task:

The Scheduled Task Wizard will appear. Click Next.

Select the program to run. Choose your browser from the list (for example, Internet Explorer or Mozilla Firefox). Click Next.

Give the task a Name, such as Drupal Cron Job, and choose the Frequency with which to perform the task (for example, Daily)). Click Next.

Choose specific date and time options (this step will vary, depending on the option selected in the previous step). When finished, click Next.

Enter your password if prompted. Change the username if required (for example, you'd like the task to run under a user with fewer privileges security reasons). Click Next.

On the final page, select the checkbox Open advanced properties for this task when I click Finish and click Finish.

Configuring the task

Go to the task's setting page either by checking the checkbox at the end of the last step, or by double-clicking on the task.

In the Run box, after the text that is there now (for example, C:\PROGRA~1\MOZILL~1\firefox.exe), enter a space and then type the address to your website's cron.php page in double quotations (for example, C:\PROGRA~1\MOZILL~1\firefox.exe http://www.example.com/cron.php

To set a frequency more often than Daily (for example, hourly), click the Schedule tab, then click Advanced. Here you can set options such as Repeat task, every 1 hour for 23 hours. Click Ok when finished.

Change the start time on the task to one minute from the current time. This will allow you to test the task and make sure that it is working.

When all settings have been configured to your liking, click Apply and OK (note: you may be prompted for your password)

Reread your post and it all sounds rather odd actually so this is probably not really going to help.

If it's not windows doing it (which I agree with above, it must be), and its not happening remotely, the last thing I can think of is something in the BIOS, try resetting the BIOS to defaults / check the battery ?

Main power issue? Maybe 5am something happens with the power to cause the systems to shutdown due to a power loss / spike ? Bit far fetched though

This topic is now closed to further replies.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      592
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!