Tech Support > Microsoft Windows > cannot find files with msc ext
cannot find files with msc ext
Posted by bahri on November 17th, 2005


Hi all !
Lately I tried to run the Services console which I was using with no problem
some time ago and I got the error below
==========================================
Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
typed the name correctly, and then try again. To search for a file, click
the Start button, and then click Search.
=================================
Now services.msc is there ok, in fact I get the same error even if I double
click services.msc in explorer.
This is also the case with all system file with the msc extension like
gpedit.msc

I tried a few things but I'm stuck.
Any help appreciated

Thanks all

bahri


Posted by Will Denny on November 17th, 2005


Hi

Go to a command prompt and type

assoc .msc

what is the output?

--


Will Denny
MS MVP Windows Shell/User
Please reply to the News Groups

"bahri" <ngroup@bahri.mailshell.com> wrote in message
news:uWir2o36FHA.2628@TK2MSFTNGP11.phx.gbl...
> Hi all !
> Lately I tried to run the Services console which I was using with no
> problem
> some time ago and I got the error below
> ==========================================
> Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
> typed the name correctly, and then try again. To search for a file, click
> the Start button, and then click Search.
> =================================
> Now services.msc is there ok, in fact I get the same error even if I
> double
> click services.msc in explorer.
> This is also the case with all system file with the msc extension like
> gpedit.msc
>
> I tried a few things but I'm stuck.
> Any help appreciated
>
> Thanks all
>
> bahri
>
>



Posted by bahri on November 17th, 2005


Thanks for your response.
This is what I get
==========
..msc=MSCFile
=============

bahri

"Will Denny" <willdenny@mvps.org> wrote in message
news:OpQa6%2336FHA.3660@TK2MSFTNGP09.phx.gbl...
> Hi
>
> Go to a command prompt and type
>
> assoc .msc
>
> what is the output?
>
> --
>
>
> Will Denny
> MS MVP Windows Shell/User
> Please reply to the News Groups
>
> "bahri" <ngroup@bahri.mailshell.com> wrote in message
> news:uWir2o36FHA.2628@TK2MSFTNGP11.phx.gbl...
> > Hi all !
> > Lately I tried to run the Services console which I was using with no
> > problem
> > some time ago and I got the error below
> > ==========================================
> > Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
> > typed the name correctly, and then try again. To search for a file,

click
> > the Start button, and then click Search.
> > =================================
> > Now services.msc is there ok, in fact I get the same error even if I
> > double
> > click services.msc in explorer.
> > This is also the case with all system file with the msc extension like
> > gpedit.msc
> >
> > I tried a few things but I'm stuck.
> > Any help appreciated
> >
> > Thanks all
> >
> > bahri
> >
> >

>
>



Posted by Dixonian69 on November 17th, 2005


can you open mmc?
Start>Run>mmc
then try yo open services.msc

--
Dennis S.
I''m from Illinois. I hope I helped you. Good Luck.


"bahri" wrote:

> Hi all !
> Lately I tried to run the Services console which I was using with no problem
> some time ago and I got the error below
> ==========================================
> Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
> typed the name correctly, and then try again. To search for a file, click
> the Start button, and then click Search.
> =================================
> Now services.msc is there ok, in fact I get the same error even if I double
> click services.msc in explorer.
> This is also the case with all system file with the msc extension like
> gpedit.msc
>
> I tried a few things but I'm stuck.
> Any help appreciated
>
> Thanks all
>
> bahri
>
>
>

Posted by Dixonian69 on November 17th, 2005


Also, try
Start>Control Panel>Performance and maintenance>Admin Tools>Services

--
Dennis S.
I''m from Illinois. I hope I helped you. Good Luck.


"bahri" wrote:

> Hi all !
> Lately I tried to run the Services console which I was using with no problem
> some time ago and I got the error below
> ==========================================
> Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
> typed the name correctly, and then try again. To search for a file, click
> the Start button, and then click Search.
> =================================
> Now services.msc is there ok, in fact I get the same error even if I double
> click services.msc in explorer.
> This is also the case with all system file with the msc extension like
> gpedit.msc
>
> I tried a few things but I'm stuck.
> Any help appreciated
>
> Thanks all
>
> bahri
>
>
>

Posted by R. McCarty on November 17th, 2005


Check your Path environment variable.
Start, Run (Type) Cmd [Enter]
>Path

Be sure the path string includes C:\Windows\System32


"Dixonian69" <Dixonian69@discussions.microsoft.com> wrote in message
news:4D6AA6C3-9AA0-44E4-84D1-6C315802E412@microsoft.com...
> can you open mmc?
> Start>Run>mmc
> then try yo open services.msc
>
> --
> Dennis S.
> I''m from Illinois. I hope I helped you. Good Luck.
>
>
> "bahri" wrote:
>
>> Hi all !
>> Lately I tried to run the Services console which I was using with no
>> problem
>> some time ago and I got the error below
>> ==========================================
>> Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
>> typed the name correctly, and then try again. To search for a file, click
>> the Start button, and then click Search.
>> =================================
>> Now services.msc is there ok, in fact I get the same error even if I
>> double
>> click services.msc in explorer.
>> This is also the case with all system file with the msc extension like
>> gpedit.msc
>>
>> I tried a few things but I'm stuck.
>> Any help appreciated
>>
>> Thanks all
>>
>> bahri
>>
>>
>>



Posted by Will Denny on November 17th, 2005


Hi

That's what you should get. Can you open Windows Explorer and go to
Tools>Folder Options>File Types. Scroll down to the .MSC, click on that
entry then select Advanced>Open>Edit. What do you see in the 'Application
to perform action' box? Please don't alter anything in there for the moment
though.

--


Will Denny
MS MVP Windows Shell/User
Please reply to the News Groups

"bahri" <ngroup@bahri.mailshell.com> wrote in message
news:%23qqMfI46FHA.2600@tk2msftngp13.phx.gbl...
> Thanks for your response.
> This is what I get
> ==========
> .msc=MSCFile
> =============
>
> bahri
>
> "Will Denny" <willdenny@mvps.org> wrote in message
> news:OpQa6%2336FHA.3660@TK2MSFTNGP09.phx.gbl...
>> Hi
>>
>> Go to a command prompt and type
>>
>> assoc .msc
>>
>> what is the output?
>>
>> --
>>
>>
>> Will Denny
>> MS MVP Windows Shell/User
>> Please reply to the News Groups
>>
>> "bahri" <ngroup@bahri.mailshell.com> wrote in message
>> news:uWir2o36FHA.2628@TK2MSFTNGP11.phx.gbl...
>> > Hi all !
>> > Lately I tried to run the Services console which I was using with no
>> > problem
>> > some time ago and I got the error below
>> > ==========================================
>> > Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
>> > typed the name correctly, and then try again. To search for a file,

> click
>> > the Start button, and then click Search.
>> > =================================
>> > Now services.msc is there ok, in fact I get the same error even if I
>> > double
>> > click services.msc in explorer.
>> > This is also the case with all system file with the msc extension like
>> > gpedit.msc
>> >
>> > I tried a few things but I'm stuck.
>> > Any help appreciated
>> >
>> > Thanks all
>> >
>> > bahri
>> >
>> >

>>
>>

>
>



Posted by bahri on November 17th, 2005


Hi!
Did that and this is what I see.
%SystemRoot%\system32\mmc.exe "%1" %*
I have also made Open to be the defaualt action (Then it turned bold).
before all 3 actions where normal text, this though did not make any
difference

regards
bahri


"Will Denny" <willdenny@mvps.org> wrote in message
news:e$eKrW46FHA.3388@TK2MSFTNGP11.phx.gbl...
> Hi
>
> That's what you should get. Can you open Windows Explorer and go to
> Tools>Folder Options>File Types. Scroll down to the .MSC, click on that
> entry then select Advanced>Open>Edit. What do you see in the 'Application
> to perform action' box? Please don't alter anything in there for the

moment
> though.
>
> --
>
>
> Will Denny
> MS MVP Windows Shell/User
> Please reply to the News Groups
>
> "bahri" <ngroup@bahri.mailshell.com> wrote in message
> news:%23qqMfI46FHA.2600@tk2msftngp13.phx.gbl...
> > Thanks for your response.
> > This is what I get
> > ==========
> > .msc=MSCFile
> > =============
> >
> > bahri
> >
> > "Will Denny" <willdenny@mvps.org> wrote in message
> > news:OpQa6%2336FHA.3660@TK2MSFTNGP09.phx.gbl...
> >> Hi
> >>
> >> Go to a command prompt and type
> >>
> >> assoc .msc
> >>
> >> what is the output?
> >>
> >> --
> >>
> >>
> >> Will Denny
> >> MS MVP Windows Shell/User
> >> Please reply to the News Groups
> >>
> >> "bahri" <ngroup@bahri.mailshell.com> wrote in message
> >> news:uWir2o36FHA.2628@TK2MSFTNGP11.phx.gbl...
> >> > Hi all !
> >> > Lately I tried to run the Services console which I was using with no
> >> > problem
> >> > some time ago and I got the error below
> >> > ==========================================
> >> > Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure

you
> >> > typed the name correctly, and then try again. To search for a file,

> > click
> >> > the Start button, and then click Search.
> >> > =================================
> >> > Now services.msc is there ok, in fact I get the same error even if I
> >> > double
> >> > click services.msc in explorer.
> >> > This is also the case with all system file with the msc extension

like
> >> > gpedit.msc
> >> >
> >> > I tried a few things but I'm stuck.
> >> > Any help appreciated
> >> >
> >> > Thanks all
> >> >
> >> > bahri
> >> >
> >> >
> >>
> >>

> >
> >

>
>



Posted by bahri on November 17th, 2005


Hi!
It's there OK
Thanks
bahri
"R. McCarty" <PcEngWork-NoSpam_@mindspring.com> wrote in message
news:uvPy1T46FHA.2524@TK2MSFTNGP10.phx.gbl...
> Check your Path environment variable.
> Start, Run (Type) Cmd [Enter]
> >Path

> Be sure the path string includes C:\Windows\System32
>
>
> "Dixonian69" <Dixonian69@discussions.microsoft.com> wrote in message
> news:4D6AA6C3-9AA0-44E4-84D1-6C315802E412@microsoft.com...
> > can you open mmc?
> > Start>Run>mmc
> > then try yo open services.msc
> >
> > --
> > Dennis S.
> > I''m from Illinois. I hope I helped you. Good Luck.
> >
> >
> > "bahri" wrote:
> >
> >> Hi all !
> >> Lately I tried to run the Services console which I was using with no
> >> problem
> >> some time ago and I got the error below
> >> ==========================================
> >> Windows cannot find 'C:\WINDOWS\system32\services.msc'. Make sure you
> >> typed the name correctly, and then try again. To search for a file,

click
> >> the Start button, and then click Search.
> >> =================================
> >> Now services.msc is there ok, in fact I get the same error even if I
> >> double
> >> click services.msc in explorer.
> >> This is also the case with all system file with the msc extension like
> >> gpedit.msc
> >>
> >> I tried a few things but I'm stuck.
> >> Any help appreciated
> >>
> >> Thanks all
> >>
> >> bahri
> >>
> >>
> >>

>
>




Similar Posts