View Single Post
  #4  
Old 27-08-2015, 09:53
babak1 babak1 is offline
Registered User
 
Join Date: Jul 2015
Location: Ukraine
Posts: 17
Thanks: 8
Thanked 4 Times in 3 Posts
babak1 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
that ID number changes every time the game gets installed, so no use trying to enter a specific one like that into registry section of script.
But how to register it. Something like this ...

Quote:
Root: HKU; SubKey: S-1-5-21-SystemUser\Software\Crystal Dynamics; Flags: uninsdeletekeyifempty
Root: HKU; SubKey: S-1-5-21-SystemUser\Software\Crystal Dynamics\Legacy of Kain: Defiance; Flags: uninsdeletekeyifempty
Root: HKU; SubKey: S-1-5-21-SystemUser\Software\Crystal Dynamics\Legacy of Kain: Defiance\1.00.000; ValueType: dword; ValueName: ScreenWidth; ValueData: $00000780; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKU; SubKey: S-1-5-21-SystemUser\Software\Crystal Dynamics\Legacy of Kain: Defiance\1.00.000; ValueType: dword; ValueName: ScreenHeight; ValueData: $00000438; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKU; SubKey: S-1-5-21-SystemUser\Software\Crystal Dynamics\Legacy of Kain: Defiance\1.00.000; ValueType: dword; ValueName: ScreenDepth; ValueData: $00000016; Flags: uninsdeletevalue uninsdeletekeyifempty

--------------------------------------------------------------------------------------------------------

Now I understand. If it is to register in HKCU the same data appear in HKU.

Last edited by babak1; 28-08-2015 at 04:06.
Reply With Quote