ramounts1 said:
Thanks for the reply. My Microsoft software shadow copy provider was already listed as "started" and I told it to restart, it did. Under properties it was set to manual, I changed that to automatic. Volumne Shadow Service was already set as started.
In the regedit, ImagePath was already there and it was REG_Expand_SZ and it had the value %systemroot%\system32\vssvc.exe.
What appears to be not correct is in the "services.msc" Under Software Licensing, it is not listed as started. When I select "start" I get the error WIndows could not start the Software Licensing service on Local Computer Error 0xc004d103: 0xc004d103.
Also, SL UI NOtification Service is not started, and when I select "start I get An unauthorized change was made to WI\indows, you will no longer receive notifications, including those about your license or activation. Use the link below to find out how to fix your sustem. When I click the link, it tells me that my copy of Windows did not pass validation.
Rick
I see. I actually gave you my fix for the backup issue, not the validation. My bad.
For the software licensing issue, try this.
1) Open Notepad
2) Copy the following text:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\slsvc]
"DisplayName"="@%SystemRoot%\\system32\\SLsvc.exe,-101"
"Group"="ProfSvc_Group"
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,\
00,4c,00,73,00,76,00,63,00,2e,00,65,00,78,00,65,00,00,00
"Description"="@%SystemRoot%\\system32\\SLsvc.exe,-100"
"ObjectName"="NT AUTHORITY\\NetworkService"
"ErrorControl"=dword:00000001
"Start"=dword:00000002
"Type"=dword:00000010
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"ServiceSidType"=dword:00000001
"RequiredPrivileges"=hex(7):53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,\
00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,68,00,\
61,00,6e,00,67,00,65,00,4e,00,6f,00,74,00,69,00,66,00,79,00,50,00,72,00,69,\
00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,72,00,65,00,\
61,00,74,00,65,00,47,00,6c,00,6f,00,62,00,61,00,6c,00,50,00,72,00,69,00,76,\
00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,\
72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,\
00,65,00,67,00,65,00,00,00,00,00
3) Past the text into notepad
4) Click "Save As", select file type, and select "All Files
5) For the file name, name it "slsvc_reg.reg"
6) Now click "Save"
It should be on your desktop now as a regedit file. Double-click it.
That should do it. Let me know.