Sorry for the stupid question (probably) but scripts arent my strong point.
 
	In the example below, do i remove the quotes in the sections like "Enter the saved AuthenticationToken from the machine you've just configured"  when i replace with the required info?
 
	 
 
	TIA 
 
Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name AuthenticationToken -Value "Enter the saved AuthenticationToken from the machine you've just configured"
Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name AuthenticationTokenCtrl -Value "Enter the saved AuthenticationTokenCtrl from the machine you've just configured"