Skip to content

Reg\_CommitChanges

Commits changes to Registry. E.g. if the system path is updated directly from the registry database the changes take effect only after a reboot. By using the Reg_CommitChanges function a system update is enforced and therefore a reboot is unnecessary.

Reg_CommitChanges() as Boolean

VBScript

If bStatus Then bStatus = Reg_CommitChanges()

Scripting Guidelines

Registry Functions