Services Icon In Control Panel

mick

Distinguished
Jan 27, 2002
224
0
18,680
Archived from groups: microsoft.public.win2000.general (More info?)

When I click on it it asks me to select a program to use to open it. The same
applies to the other icons in the control panel . Why is this ?
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

On Fri, 19 Aug 2005 03:50:01 -0700, "Mick" <Mick@discussions.microsoft.com> wrote:

>When I click on it it asks me to select a program to use to open it. The same
>applies to the other icons in the control panel . Why is this ?

See if the following helps (wild guess).

1. Open a CMD.EXE window.
2. Type the following commands, pressing enter after each line:
assoc .msc=MSCFile
ftype mscfile=%SystemRoot%\system32\mmc.exe "%1" %*
3. Try Services in Control Panel.
 

mick

Distinguished
Jan 27, 2002
224
0
18,680
Archived from groups: microsoft.public.win2000.general (More info?)

Thank You.

"Jerold Schulman" wrote:

> On Fri, 19 Aug 2005 03:50:01 -0700, "Mick" <Mick@discussions.microsoft.com> wrote:
>
> >When I click on it it asks me to select a program to use to open it. The same
> >applies to the other icons in the control panel . Why is this ?
>
> See if the following helps (wild guess).
>
> 1. Open a CMD.EXE window.
> 2. Type the following commands, pressing enter after each line:
> assoc .msc=MSCFile
> ftype mscfile=%SystemRoot%\system32\mmc.exe "%1" %*
> 3. Try Services in Control Panel.
>
>