Write a DWord to the registryby Frank G. Vandervelpen
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// In VDF7 or earlier you can use this: Procedure Set FVProfDword global string spath string skey string svalue DWord dwValue Reg_set_DWord spath skey svalue to dwvalue End_Procedure // ExampleProcedure WindowNT_Serverke set_registry_root to HKEY_LOCAL_MACHINE 'System' // regpath sextention svalue setting Set FVProfDWord 'CurrentControlSet\Services\LanmanServer' "FVSleutel" "FVValue" 1 End_Procedure |
|||||||||||
Copyright © 1999 - 2024 VDF-GUIdance on all material published, for details see our Disclaimer. |