Dim WSHShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData\UserFilter",10101010,"REG_BINARY"
如上图脚本,10101010处,我编辑原来的string貌似都是16进制显示的,到底需要如何写呢?请各位大侠帮忙