I was looking at an answer here that suggests to use Font Awesome to get the Windows logo: Is the Windows logo available?
However it does not seem to work here, and when I copy/paste the code I don't get any logo. Could you explain how to use the Windows logo from fontawesome?
\documentclass{article}
\usepackage{fontspec,fontawesome}
\newcommand{\faWindows}{\FA\symbol{"F17A}}
\newcommand{\faLinux}{\FA\symbol{"F17C}}
\newcommand{\faApple}{\FA\symbol{"F179}}
\begin{document}
\verb|Windows:| \faWindows \par
\verb|Linux :| \faLinux \par
\verb|Apple :| \faApple
\end{document}
\documentclass{...}and ending with\end{document}. – Oct 05 '14 at 09:02