ホームページ >ウェブフロントエンド >jsチュートリアル >js を使用してクライアントの registry_javascript スキルを変更する方法
var key1 =shell.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\eip");
//レジストリ キーを削除します
shell .RegDelete("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\eip");
//レジストリに値を書き込みます
shell.RegWrite
("HKEY_CURRENT_USER\ Software\Microsoft \Windows\CurrentVersion\Run\eip",
"C:\eip\eip.lnk","REG_SZ");
shell.RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Run\eip ",
"c:\eip\eip.lnk","REG_SZ");
}
catch(e)
{}
型指定形式
REG_SZ 文字列 string
REG_DWORD 数値整数
REG_BINARY バイナリ値整数
REG_EXPAND_SZ 拡張可能な文字列 (例: "%windir%\calc.exe ") string