Jump to content

Recommended Posts

Posted

I am using NT Backup for automated backup but for some reason the Removable

Storage Service stops after a backup runs. Is there a way to schedule the

starting of the Removable Storage Service via a scheduled batch file? I

tried using the path for the executable (in properties for the Removable

Storage Service) but it did not start the service. Thanks.

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Martin X.
Posted

Re: Removable Storage Service

 

The service name is NtmsSvc, which is what you want to use, not the path to

executable. That being said, in a nutshell, do the following:

 

1.) Create a batch file and put this command in: net start NtmsSvc

2.) Use the Windows Task Scheduler and browse to the batch file in step one.

3.) Set the other schedule settings as appropriate.

 

Regards,

Martin

MCSA: M

 

"Tom" <Tom@discussions.microsoft.com> wrote in message

news:77A67022-0149-4227-889E-5A56B2A2717C@microsoft.com...

I am using NT Backup for automated backup but for some reason the Removable

Storage Service stops after a backup runs. Is there a way to schedule the

starting of the Removable Storage Service via a scheduled batch file? I

tried using the path for the executable (in properties for the Removable

Storage Service) but it did not start the service. Thanks.


×
×
  • Create New...