K1000 fonts installed on device
Hi.
it is possible to see the fonts installed on the devices?
Thanks
it is possible to see the fonts installed on the devices?
Thanks
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Nico_K
6 years ago
this is possible with a custom inventory rule.
The following works well, you can use it directly or modify it regarding your needs:
ShellCommandTextReturn(cmd /c "dir %windir%\fonts |findstr ttf")
You can test it and play a bit with the CIR itself
The following works well, you can use it directly or modify it regarding your needs:
ShellCommandTextReturn(cmd /c "dir %windir%\fonts |findstr ttf")
You can test it and play a bit with the CIR itself
Comments:
-
Perfect, thanks - JordiPorcel 6 years ago