If you haven't used lastools before, here's a basic step-by-step to create an .las from a .laz file:
3. move to the lastools/bin directory in the command prompt, and type your laszip command
4. The command should look like this:
laszip -i folder/file.laz
or
laszip -i folder/*.laz
if you want to unzip all .laz files in a folder. For more options see the documentation on laszip:
or just type laszip -h into your command prompt from the lastools folder to see more info on the command.
I hope this helps! I wasn't very familiar with these basics when I began either. There are more great tutorials on the rapidlasso website.