Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

engitech@oceanthemes.net

+1 -800-456-478-23

How to Start Stop enable or Disable a service in Windows XP or 2003

I ran into a situation where Shadowprotect was breaking NTBackup. As soon and the shadow copy service did anything my ntbackup job would fail and end abruptly. What I did was disable and stop the service at 11:05 and then enable and then start the server again at 6:45 in the morning. This way my NTBackup job would successfully run. Here is what I did;

windows-xp-services

1. Determine the service name
Hit Start>Run and type Services.msc
Double click on the service you want to make changes to
Highlight and copy the service name.

Determine Service Name

2.   Open Notepad and type in the following commands

net stop shadowprotectsvc
sc config ShadowProtectSvc start= auto

3. Save the document as stopshadow.bat

4. Create another notepad document with the following command

sc config ShadowProtectSvc start= auto
net start ShadowProtectSvc

5. Save the document as startshadow.bat

6. Open Scheduled tasks and;

set the start time for stopshadow.bat before your backup time
set the start time for startshadow.bat to start after you backup finishes

7.  Now you should get a successful backup if shadowprotect is breaking NTBackup.

More Posts

Is It Time to Migrate from G Suite to Microsoft 365?

Google’s G Suite (now called Google Workspace) and Microsoft 365 are the major productivity software players competing for attention, and both are worthy of consideration for entirely different reasons. However, many companies eventually leave the startup phase and outgrow G Suite. This is when you know it’s time to migrate to Microsoft 365.

The Importance and Features of KnowBe4

In light of OpenAI’s viral ChatGPT platform, users worldwide are leveraging the tool to accomplish tedious tasks, improve their workflows, or just have fun. We look at how AI tools like ChatGPT function, and then we’ll review some positives and negatives when it comes to using it at your place of work.