New-Item -Path "HKLM:\SOFTWARE\MyNewKey" -ErrorAction SilentlyContinue | Out-Null Set-ItemProperty -Path "HKLM:\SOFTWARE\MyNewKey" -Name "Value01" -Type dword -Value 0x00000a00 Set-ItemProperty -Path "HKLM:\SOFTWARE\MyNewKey" -Name "Value02" -Type binary -Value 0xc4ffccff00000000e2ffbbff0000090001000300270055002e00e7030000030000000300c400000030000000 Set-ItemProperty -Path "HKLM:\SOFTWARE\MyNewKey" -Name "Value03" -Type string -Value "@tzres.dll,-243" Set-ItemProperty -Path "HKLM:\SOFTWARE\MyNewKey" -Name "Value04" -Type binary -Value 0x00000000000000000000000000000000 Set-ItemProperty -Path "HKLM:\SOFTWARE\MyNewKey" -Name "Value05" -Type dword -Value 0xffffff2e New-Item -Path "HKCU:\SOFTWARE\MyNewKey" -ErrorAction SilentlyContinue | Out-Null Set-ItemProperty -Path "HKCU:\SOFTWARE\MyNewKey" -Name "Value06" -Type string -Value "1445855232" New-Item -Path "HKU:\S-1-5-18\Software\MyNewKey" -ErrorAction SilentlyContinue | Out-Null Set-ItemProperty -Path "HKU:\S-1-5-18\Software\MyNewKey" -Name "Value07" -Type dword -Value 0x00000000