If you are on Poser 7 or higher, you may want to also copy your preference files.
Their location varies depending on your flavor of windows.
Easy way to find them is run this script (copy, save as PrefsLocation.py):
import poser
prefsPath = os.path.split(poser.PrefsLocation())[0]
print prefsPath
.