Guide | How To Stop Services related to Office 2010 Starter - Easy Method

The associated guide may contain user-generated or external content.

Ink

Administrator
Thread author
Verified
Staff Member
Well-known
Jan 8, 2011
22,361
We will be creating a Batch file to end the services that Office 2010 Starter requires, since it's a different to the standard Office 2010 release.

Step 1 :: Launch Notepad

Open Notepad from the Start or Run command

Step 2 :: Write the Code

In this Order, type the following (or copy and paste)

Code:
@ECHO OFF
NET STOP "cvhsvc"
NET STOP "sftlist"
NET STOP "sftvsa"

Step 3 :: Save as Batch File

File > Save As (See image below)

Save as type: All Files (*.*)
File name : Stop Office Services.BAT

attachment.php


Step 4 :: Run as Admin

During the use of Excel or Word, you'll see some Services in the Windows Task Manager being used. After you're done with Office, you can end those services by running the Batch File as Administrator. (See image below)

attachment.php
 

Attachments

  • 3.PNG
    3.PNG
    5.7 KB · Views: 839
  • 2.PNG
    2.PNG
    15.5 KB · Views: 845

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top