I know this thread which implementation is about verb and \texttt such that you have something inside the phrase. I do not want to change the phrase at all. I want to have this as text in my document
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
hp_feb04_macro.pdf
\end{document}
Unsuccessful attempts for hp_feb04_macro.pdf
\verb|hp_feb04_macro.pdf|
which changes the uncerscore something something else (-, I think). And
\texttt{hp\_feb04\_macro.pdf}
which I do not like since my desktop search is then deteriorated.
How can you have underscore in your text without \verb and \texttt?

\usepackage[T1]{fontenc}, when you copy the underscore produced by\_, you get an underscore. – egreg Mar 09 '15 at 13:30