Are you experiencing specific issues that concern you (error messages,
crashes, etc.)? If not, nothing to worry about.
---
Leonard Grey
Errare humanum est
As Leonard mentioned, if you aren't having any troubles, there is very
little to be concerned about. It could be one of several different
things working inthe background from indexing to antivirus checks I
suppose. Here is what Bill P Studios has to say about that file:
WMI
wmiprvse.exe
Company: Microsoft Corporation
Copyright: © Microsoft Corporation. All rights reserved.
Version: 5.1.2600.5512
Path: wmiprvse.exe
Created
2006-08-01 8:14 PM First Detected
File Size
218,112
WMI Provider Host Program – WMIPRVSE.EXE
Wmiprvse.exe is the Windows Management Instrumentation (WMI)
Provider Host program. This file is described by Microsoft as follows:
"In earlier versions of Windows, providers were loaded in-process with
the Windows Management service (WinMgmt.exe), running under the
LocalSystem security account. Failure of a provider caused the entire
WMI service to fail. The next request to WMI restarted the service.
Beginning with Windows XP, WMI resides in a shared service host with
several other services. To avoid stopping all the services when a
provider fails, providers are loaded into a separate host process
(Wmiprvse.exe). Wmiprvse.exe can run as either LocalSystem,
NetworkService, or LocalService depending on the hosting model. Multiple
instances of Wmiprvse.exe may run at the same time.". More info can be
found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/provider_hosting_and_security.asp.
In plain English, it would probably be a good idea to leave this
file running. If you stop wmiprvse.exe, winmgmt.exe, winmgt.exe,
wmaipsrv.exe, wmiexe.exe or wmisvc.dll, your system could become
unstable.
a.. Safe
Microsoft
11:55:39.6147794 PM wmiprvse.exe 2800 QueryOpen
C:\WINDOWS\system32\wbem\Perfctrs.dll NAME NOT FOUND
11:55:39.6151028 PM wmiprvse.exe 2800 QueryOpen
C:\WINDOWS\system32\perfctrs.dll SUCCESS CreationTime: 04/08/2004 8:00:00
AM, LastAccessTime: 26/12/2008 3:47:09 PM, LastWriteTime: 13/04/2008 8:12:02
PM, ChangeTime: 22/08/2008 9:15:57 PM, AllocationSize: 40,960, EndOfFile:
39,936, FileAttributes: ANCI
11:55:39.6159444 PM wmiprvse.exe 2800 QueryOpen
C:\WINDOWS\system32\perfctrs.dll SUCCESS CreationTime: 04/08/2004 8:00:00
AM, LastAccessTime: 26/12/2008 3:47:09 PM, LastWriteTime: 13/04/2008 8:12:02
PM, ChangeTime: 22/08/2008 9:15:57 PM, AllocationSize: 40,960, EndOfFile:
39,936, FileAttributes: ANCI
"Twayne" <nob...@devnull.spamcop.net> wrote in message
news:epcw9jgZ...@TK2MSFTNGP05.phx.gbl...
>> I get continuous hard disk activity, about once per second, and using
>> Process Monitor I see that it's this program, wmiprvse.exe. I've read
>> if it's in the wrong place it could be a virus, but it's in the 2
>> proper system folders I think. What do I do about it? Can I just
>> delete it? Really annoying! Thx.
>
> As Leonard mentioned, if you aren't having any troubles, there is very
> little to be concerned about. It could be one of several different things
> working inthe background from indexing to antivirus checks I suppose.
> Here is what Bill P Studios has to say about that file:
> WMI
> wmiprvse.exe
>
> Company: Microsoft Corporation
> Copyright: © Microsoft Corporation. All rights reserved.
> Version: 5.1.2600.5512
> Path: wmiprvse.exe
> Created
> 2006-08-01 8:14 PM First Detected
> File Size
> 218,112
>
>
>
> WMI Provider Host Program - WMIPRVSE.EXE
Is this new or has it "always been there" type of thing?
Did it start after a program install or changes to settings of a program
or programs? I think you can see why I'd ask something like that.
Have you done a disk defrag lately? Perhaps what you're hearing is
simply normal processes, reads/writes of scattered data as the OS
manages itself. If there is a lot of fragmentation, a defrag might cure
that.
Have you looked in Event Viewer for Errors? Start; Programs;
Accessories; System Tools; Event Viewer.
Look for any errors just before or even just after, the times of the
process monitor entries you detailed. There may be other errors in
Event Viewer, too; for now stick to the ones that seem to have somethign
to do with your problem. Are any of them in the 1S interval you
mentioned? IS there a repeating 1S task listed? Even if it's not an
error, it could be causign the query and nothing is really wrong. This
sort of trouble shooting can easily get confusing if one isn't careful.
A lot of times when I have a constant problem like that I'll blank
the Event Viewer log so I can see only what's happening NOW, and not in
the past. But it's not a necessity as long as you watch the dates
you're looking at and make sure they're relevant.
Are you sure you don't purposely have background tasks running that
could explain these disk accesses? Indexing, idle time defrags, on disk
background AV checks, monitors, things like that? A lot of programs do
work in the background while the computer is otherwise idle and 1S is
often the repeat time for monitors of about any kind.
Does it happen in Safe Mode?
Have you tried, in regular mode, using MSConfig to stop loaded tasks
from running and see if it goes away? MSConfig is a great
troubleshooting tool; if you can make it stop by stopping all the
backgrouns stuff, then you can add them back one at a time until it
starts again, and that'll tell you which program might be causing that
query to be sent. But ... I'm not even sure that query is relevant; can
you see it happening once per second? If not, it's likely a wild goose
chase there. Look for your 1 S timings you're hearing on the disk.
Unless your post trips a memory in someone, I think you have to go thru
all the above steps to get a handle on this. They can eliminate an
awful lot of things from being the source of the problem.
HTH
Twayne
Go to -> Control Panel -> Administrative Tools -> Services
..and then right near the bottom is "Windows Management
Instrumentation".
Right-click it and choose "Pause". The process of wmiprvse.exe will
stop.
Leave it as “Automatic” and right-click again and "Resume" or
“Restart”.