View Single Post
Old 09-06-2007   #8 (permalink)
Jon


 
 

Re: Where can I find System.management.automation.resources.dll


"Joe G" <JoeG@xxxxxx> wrote in message
news:A8CC1928-BC28-454F-95F9-269CBE472758@xxxxxx
Quote:

> Maybe you could explain why when I use the windows explorer to look at the
> windows assembly folder all i see are the assembly names entities but not
> the
> folders (i.e. GAC_MSIL) which are all I see when I use a command window?
>


Sure. It's due to the 'desktop.ini' file within the assembly folder, which
affects the way explorer.exe presents it to you. Delete that file and you'd
get the standard view. You may wish to make a copy of it first as a backup,
if you try that.

#To see the contents of the file
get-content -force "C:\Windows\assembly\desktop.ini"

NB You'd need to run the above command from an elevated command prompt, if
you're using Vista

--
Jon


My System SpecsSystem Spec