以下は IE 印刷設定の説明です
<スクリプト言語="VBScript">
Dim hkey_root,hkey_path,hkey_key
hkey_root = "HKEY_CURRENT_USER"
hkey_path = "SoftwareMicrosoftInternet ExplorerPageSetup" //IE打印設置の注釈址
//設置修正関数数
関数 pagesetup_null()
エラー時は次の再開
Set RegWsh = CreateObject("WScript.Shell")
hkey_key="ヘッダー"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"" //页眉
hkey_key="footer"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"" //页脚
hkey_key="margin_left"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //键值設定--左边边界
hkey_key="margin_top"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //键值設定--上边边界
hkey_key="margin_right"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //键值設定--右边边界
hkey_key="margin_bottom"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"1" //键值設定--下边边界
終了関数
//恢复默认設置
関数 pagesetup_default()
エラー時は次へ再開
Set RegWsh = CreateObject("WScript.Shell")
hkey_key="header"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&w&b页,&p/&P" //页数-
hkey_key="footer"
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&u&b&d" //网址,日期等情報
終了関数
</script>
上記の値を除き、以下の値は承認待ちです。
デュプレックス
向き
用紙サイズ
紙源
プリンタの
注意: 上の設定値は 1、実際の設定値は 25.4 です。