Write registry
-------------------------------------------------- ------------
DIM HKEY_ROOT, HKEY_PATH, HKEY_KEY
HKEY_ROOT = "HKEY_CURRENT_USER"
HKEY_PATH = "/ Software / Microsoft / Internet Explorer / Pagesetup"
'// Set the page foot foot of the web page
ON Error ResMe next
Set regwsh = creteObject ("wscript.shell")
HKEY_KEY = "/ header"
RegWsh.Regwrite HKEY_ROOT HKEY_PATH HKEY_KEY, ""
HKEY_KEY = "/ footer"
RegWsh.Regwrite HKEY_ROOT HKEY_PATH HKEY_KEY, ""
script>