Thread Rating:
  • 333 Vote(s) - 2.78 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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\"|}




Messages In This Thread
Registryの値を取得したい - by coolpoy17 - 03-06-2013, 05:05 PM
RE: Registryの値を取得したい - by alchimiste - 03-13-2013, 04:13 PM
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')