Ok, did as you instructed with the command prompt as admin. Still getting same error. Below is the result of the command prompt commands.
Microsoft Windows [Version 10.0.18363.592]
© 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>reg delete "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\SystemRestore" /v "DisableSR" /f
ERROR: Invalid key name.
Type "REG DELETE /?" for usage.
C:\WINDOWS\system32>reg delete "HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\SystemRestore" /v "DisableConfig" /f
ERROR: Invalid key name.
Type "REG DELETE /?" for usage.
C:\WINDOWS\system32>reg add "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\SPP\\Clients" /v " {09F7EDC5-294E-4180-AF6A-FB0E6A0E9513}" /t REG_MULTI_SZ /d "1" /f
ERROR: Invalid key name.
Type "REG ADD /?" for usage.
C:\WINDOWS\system32>schtasks /Change /TN "Microsoft\\Windows\\SystemRestore\\SR" /Enable
ERROR: The specified task name "Microsoft\\Windows\\SystemRestore\\SR" does not exist in the system.
C:\WINDOWS\system32>vssadmin Resize ShadowStorage /For=C: /On=C: /Maxsize=25GB
vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
© Copyright 2001-2013 Microsoft Corp.
Error: The shadow copy provider had an error. Please see the system and
application event logs for more information.
C:\WINDOWS\system32>sc config wbengine start= demand
[SC] ChangeServiceConfig SUCCESS
C:\WINDOWS\system32>sc config swprv start= demand
[SC] ChangeServiceConfig SUCCESS
C:\WINDOWS\system32>sc config
DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc <server> config [service name] <option1> <option2>...
OPTIONS:
NOTE: The option name includes the equal sign.
A space is required between the equal sign and the value.
To remove the dependency, use a single / as dependency value.
type= <own|share|interact|kernel|filesys|rec|adapt|userown|usershare>
start= <boot|system|auto|demand|disabled|delayed-auto>
error= <normal|severe|critical|ignore>
binPath= <BinaryPathName to the .exe file>
group= <LoadOrderGroup>
tag= <yes|no>
depend= <Dependencies(separated by / (forward slash))>
obj= <AccountName|ObjectName>
DisplayName= <display name>
password= <password>
C:\WINDOWS\system32>vds start= demand
C:\WINDOWS\system32>sc config VSS start= demand
[SC] ChangeServiceConfig SUCCESS