- Code: Select all Expand view
Key:="Software\Microsoft\Windows\CurrentVersion\Policies\System"
Name:="NoDispCPL"
valore:=1
oReg := TReg32():New(HKEY_CURRENT_USER, Key)
oReg:Set(Name,valore)
and this is ok but on a pc have windowx xp it not found the key
System but only Explorer key(Key:="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer")
How I can make to create the new key ?