0

We have a client whose server crashed, and they reinstalled Windows (2003 R2). They have kept the old Windows folder as Windows1.

Now we have to recreate some of the Windows Services that were on the old setup, but I have no idea which programs and params it had.

Are there any way that I can still retrieve the old Services from the Windows1 folder?

  • 2
    This operating system is **well** past EOL. Continuing to use it is irresponsible. – EEAA Apr 29 '17 at 18:20
  • Presuming that your fresh install has the default services running, have you tried to figure out if anything is missing? (I also presume that software needed to be installed which might have installed their own services already). If no functions are missing then perhaps the issue is moot. – SDsolar Apr 29 '17 at 21:23
  • Yes, the default services are running, and there were 2 services created by another vendor that are now missing. If I can view the details of the old services, then I might be able to find the files and recreate the services. – Cameron Castillo May 01 '17 at 12:21
  • Can't "they" help tell you which services had been running? Or maybe they could indicate what stopped working when the server crashed. It seems easier than to make guesses, and depending on what caused the server to crash in the first place, you might end up restoring something that causes the same issue. – iwaseatenbyagrue May 18 '17 at 16:14

2 Answers2

1

You can load the HKEY_LOCAL_MACHINE\System registry hive from the old server if the files still exist in the Windows1 folder. You can then compare that hive to the new server and see what services are missing on the new server.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms724877(v=vs.85).aspx

https://technet.microsoft.com/en-us/library/cc732157(v=ws.11).aspx

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
  • Thanks for constructively answering the question that was asked. I will test it out and mark as answer if it works. – Cameron Castillo May 01 '17 at 12:23
  • Any idea where these files in the Windows1 folder might be stored? I had a look at the locations specified here, but it's empty: https://serverfault.com/questions/9325/where-can-i-find-data-stored-by-a-windows-service-running-as-local-system-accou – Cameron Castillo May 02 '17 at 20:30
  • The files should be in the Windows1\System32\Config folder. – joeqwerty May 02 '17 at 20:33
0

Well there's no way for you to know what it was in the previous box. Just help them to migrate to a newer and or use windows xp mode or a VM to help them.

Jose Ortega
  • 532
  • 2
  • 9