Properties of .nls files

Hi.

I have trouble locating .nls files with the BigFix relevance.

Blockquote
names of files of folder “C:\Windows\System32”
Blockquote

give me a list WITHOUT .nls files.
I understand that they are not “technically” the same as txt or exe files.

Is there a way to read content of these files or at least retrieve “modification time” or “lines of file”?

Best regards,
Anton

files of folder "C:\Windows\System32

This gets redirected to \Windows\syswow64 due to 32-bit redirection.

Try

files of native system folder

Or

files of native folder "C:\Windows\System32"
1 Like

64-bit redirection?

names of files of native system folder

1 Like

Great. I was able to pull names of .nls files.

But how I can pull "lines of file “C:\Windows\System32\C_1252.nls”?

follow the same techniques for ensuring you have the correct file location

lines of file "C_1252.nls" of native system folder

or

lines of file "C_1252.nls" of native folder "C:\Windows\System32"

oh…thank you. completely forgot that I can specify file name separately from the path…