'Script to delete TS License Key for Temp error on non license issue.
'Script created by Bob Gravley (677-677-5758 x902)
'Script is very simple and very crude and is a big hammer fix

Set WshShell = WScript.CreateObject("WScript.Shell")


WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\Store\LICENSE000\"
WshShell.RegDelete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\HardwareID\"

