我最近在Win 7主机上安装了Wireshark,但现在它不允许我启动NPF服务。我得到:
C:\Windows\system32>net start npf
System error 5 has occurred.
Access is denied.这很奇怪,因为我在本地管理员组中,“npf”服务的SDDL字符串显示,允许内置管理员组使用RP和WP权限。
C:\Windows\system32>net localgroup
Aliases for \\DOC
-------------------------------------------------------------------------------
*Administrators
*Backup Operators
*Cryptographic Operators
*Distributed COM Users
*Event Log Readers
*Guests
*IIS_IUSRS
*Network Configuration Operators
*Offer Remote Assistance Helpers
*Performance Log Users
*Performance Monitor Users
*Power Users
*Remote Desktop Users
*Replicator
*Users
The command completed successfully.
C:\Windows\system32>sc sdshow npf
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCR
RC;;;IU)(A;;CCLCSWLOCRRC;;;SU)很明显我错过了什么,但是什么?
发布于 2012-01-21 16:01:19
听起来好像不是从提升的命令提示符中运行它。您可以从GUI中click Start > Type cmd > right click > Run As Administrator并再试一次。
在未提升的命令提示符中,您可以执行runas /user:domain\user cmd
https://serverfault.com/questions/331537
复制相似问题