topcatfcd Posted August 20, 2022 Posted August 20, 2022 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" Jamie Taylor 1
Administrators Paul Posted August 30, 2022 Administrators Posted August 30, 2022 Hi there, You'd keep the double quotes in the script. -Paul Jamie Taylor 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now