Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\JOURIS SIMBOLON>sc qc npf
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: npf
        TYPE               : 1  KERNEL_DRIVER
        START_TYPE         : 3   DEMAND_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : system32\drivers\NPF.sys
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : WinPcap Packet Driver (NPF)
        DEPENDENCIES       :
        SERVICE_START_NAME :

C:\Users\JOURIS SIMBOLON>sc start npf
[SC] StartService: OpenService FAILED 5:

Access is denied.

C:\Users\JOURIS SIMBOLON>

See my own... I don't know what happened with my computer...

Maybe, you have suggestion what should I do to fix it.. Thanks before.. GBU

asked 15 May '12, 00:46

Simbolon's gravatar image

Simbolon
1111
accept rate: 0%

converted to question 15 May '12, 01:18

grahamb's gravatar image

grahamb ♦
4.1k21564


You need Administrator privilege to start a service. Open your command prompt by right clicking the icon and selecting "Run as administrator".

link

answered 15 May '12, 01:21

grahamb's gravatar image

grahamb ♦
4.1k21564
accept rate: 15%

Error Nr. 5 means: NO ACCESS. Please start the service as administrator using either of these ways:

Elevated DOS prompt

  1. Click the Start button
  2. In the Search box, type command prompt.
  3. In the list of results, right-click Command Prompt, and then click Run as administrator. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

Within that DOS/CMD box run this command

sc start npf

runas
Use runas to start the service in any DOS box.

runas /user:administrator sc start npf

Regards
Kurt

link

answered 15 May '12, 01:27

Kurt%20Knochner's gravatar image

Kurt Knochner
8.2k41875
accept rate: 15%

edited 15 May '12, 01:34

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×110
×28
×9

Asked: 15 May '12, 00:46

Seen: 3,012 times

Last updated: 15 May '12, 01:34

powered by OSQA