Thread Rating:
  • 333 Vote(s) - 2.78 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Registryの値を取得したい
03-06-2013, 05:05 PM,
#1
Registryの値を取得したい
すみませんが、

私はウェッブブラウザ一覧の値を取得したいですが、
ブラウザ一覧のRegistryの場所は見つかりました。
これは【HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet】です。

デフォルトブラウザのRegistryの場所は【HKEY_CLASSES_ROOT\http\shell\open\command】です。

Registryのデータの取得方を教えていただけませんか?
まことにありがとうございます。
03-13-2013, 04:13 PM,
#2
RE: Registryの値を取得したい
This is a sample source for handling Windows Registry.
We can do many thins by using Windows Script Host.

let wsh:ActiveXObject = {ActiveXObject ProgId = "WScript.Shell"}

||書く
{wsh.RegWrite |"HKCU\MyRegKey\"|, "Top level key"}


|| 読む
def val = {wsh.RegRead |"HKCU\MyRegKey\"|}

|| 消す
{wsh.RegDelete |"HKCU\MyRegKey\"|}



Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('864')