"Jon" <Email_Address@xxxxxx> wrote in message
news:exj%23$cK8HHA.600@xxxxxx
Quote:
> #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
>
Ok, my bad. The following should work elevated or non-elevated
get-content "C:\Windows\assembly\desktop.ini"
--
Jon