You should use the Windows version of wget, because that converts the ? nicely to the @ character.
wget http://www.somewebpage.org --recursive \
--level=5 --relative --tries=1 --convert-links
Download websites with dynamically generated content (question mark in URL)