function setPageSetup(){
    try{                 
	    var shell = new ActiveXObject("WScript.Shell");     
	    //往注册表中写入值
	    shell.RegWrite("HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\PageSetup\\footer","&b&d","REG_SZ");
    }catch(e){
	    alert("error:"+e);
    }
}

通过JS修改注册表,详情请看代码,看不懂的话,那就算了吧!

修改前

image.png

修改后

image.png