This code is part of «VDF GUIdance»
Visit us @ http://www.vdf-guidance.com
e-Mail us @ info@vdf-guidance.com
VDF GUIdance is a mutual project of
Frank Vandervelpen - Vandervelpen Systems and
Wil van Antwerpen - Antwise Solutions

Write a DWord to the registry

Author: Frank G. Vandervelpen


Procedure Set FVProfDword global string spath string skey string svalue DWord dwValue
  Reg_set_DWord spath skey svalue to dwvalue
End_Procedure

Example:
Procedure WindowNT_Serverke
  set_registry_root to HKEY_LOCAL_MACHINE 'System'
  Set FVProfDWord 'CurrentControlSet\Services\LanmanServer' "FVSleutel" "FVValue" 1 // regpath sextention svalue setting End_Procedure