Skip to main content

C:\WINDOWS\system32\cisvc.exe consumes too much CPU

Lately whenever I restart my laptop I see that CISVC.exe service starts consuming 99.99% CPU. Every time I restart my laptop I had to kill this service to have my laptop behaving normal.

It was high time to do some research on this service. Here are some details about this process.

Display Name: Indexing Service

Description: Indexes contents and properties of files on local and remote computers; provides rapid access to files through flexible querying language.

Path: C:\WINDOWS\system32\cisvc.exe

This is a standard windows service and do not delete the executable. Indexing files on your system is useful and helps improve performance. This service usually runs if you have done some file transfers recently. No matter what this service can be easily handled. Follow the steps below.

1. Open services.msc. Go to RUN --> type services.msc and press enter
2. Now search for Indexing Service
3. Stop the service and set startup type to Manual.

Restart and cisvc does not appear anymore in your process list.

Comments

Anonymous said…
might be some virus have made that cisvc.exe to autostart and consuming whole cpu
Mithun Ashok said…
Since it is an indexing service as and when your data/no. of files on your laptop increases this services starts indexing(only if you have turned indexing on) all the files stored on a particular drive.

This takes large cpu until it completes indexing all the files.

Mithun

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

SQL Interview Questions

1. CLICK HERE FOR QUESTIONS ON BASIC SELECT     2. CLICK HERE FOR QUESTIONS ON BASIC SELECT WITH CONDITION   3.  CLICK HERE FOR QUESTIONS FROM QSPIDERS   4. CLICK HERE FOR QUESTIONS ON FUNCTIONS   5. CLICK HERE FOR QUESTIONS ON SUBQUERIES 6. CLICK HERE FOR MORE QUESTIONS ON SQL       CLICK HERE FOR ANSWERS   Some more Online Questions.   On WIZIQ.COM  -- 66 Questions and its answers Found by Neha Abhay Kumar   On SCRIBD.COM   -- 235 Questions and its answers