Re: What's this service?

From: uno1 (123_at_here.com)
Date: 06/10/04


Date: Wed, 09 Jun 2004 22:39:53 GMT

There is none, the path field is blank. Someone suggested I look in the
registry and this is what I found there:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
Senarpnkdpns:
Value= DisplayName Data=Senarpnkdpns
Value=ErrorControl Data=0x00000001 (1)
Value=Group Data=FSFilter Quota Management
Value=Start Data=0x00000004 (4)
Value=Tag Data=0x00000001 (1)
Value=Type Data=0x000000010 (16)

It has two sub-directories:
Enum
Security

Closest thing to a path is in Enum:
Value=0 Data= Root\LEGACY_SENARPNKDPNS\0000
In Enum there is also a Count and NextInstance both are 0x00000001 (1)

In Security I see:
Value=Security Data= a large string of number pairs

Any ideas??

"Russell" <newsgroup@paperdragon.ca> wrote in message
news:1a9a501c44e60$741819e0$a001280a@phx.gbl...
> If that is the service name; when you open up the
> properties for the service, what path does it give for the
> executable?



Relevant Pages

  • Re: Delete Registry Key, Has No Security Tab
    ... Tried to do an inplace OS repair, stops at 33 minutes, log reports unable to read Enum. ... If possible it looks like my only choice is to somehow export the registry, which will not export this key because it does not have permissions, then load up the new exported registry. ... Or if I could edit a restore point registry and then restore it that way. ... I would start doing some extensive hardware testing before worrying about deleting registry keys. ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Vista Driver query
    ... it sounds like you are manually trying to add the registry values under ... look at the devcon example for how to install a device ... This driver does not require any physical hardware and it ... under the enum \Root key due to rights restriction. ...
    (microsoft.public.development.device.drivers)
  • Losing Module Level ENums in Excel 2003
    ... regular module. ... DisplayName = 3& ... Private Enum ePropertyIndex ...
    (microsoft.public.excel.programming)
  • RE: Losing Module Level ENums in Excel 2003
    ... Compile under the Debug Menu, ... DisplayName = 3& ... Private Enum ePropertyIndex ...
    (microsoft.public.excel.programming)
  • MsiGetUserInfo Implementation
    ... I am trying to retrieve Product ID from the registry using the code ... End Enum ... However, at compile time, I got the following error message: ...
    (microsoft.public.dotnet.languages.vb)