using system;
using system.collections.generic;
using system.componentmodel;
using system.data;
using system.drawing;
using system.text;
using system.windows.forms;
using microsoft.win32;
using system.diagnostics;
using system.collections;
using system.runtime.interopservices;
using system.management;
namespace mytest
//獲取cpu序列號
private string getcpuid()
return strcpuid;
}//end method
private void button1_click(object sender, eventargs e)
catch (exception ex)
}private void button2_click(object sender, eventargs e)
string driveserialnum = "";
private void button3_click(object sender, eventargs e)
catch (exception err)
string subitems =;
listviewitem myitem = new listviewitem(subitems);
this.listview1.items.add(myitem);
label17.text = "計算機硬碟的編號:" + driveserialnum;}}
private void button4_click(object sender, eventargs e)
catch (exception err)}}
}
從 IE 中讀取 Cookie 資訊
從 ie 中讀取 cookie 資訊 我們首先正常登入到系統中,就會在客戶端產生正常的 cookie 資訊。需要引用兩個 com 元件 1 micrisoft internet controls 1.1,即 shdocvw。這個元件,如果在指令碼中執行時,直接匯入 c windows system3...
無法從系統讀取磁碟效能資訊
有時候系統日誌會不斷出現 無法從系統讀取磁碟效能資訊。必須至少有乙個物理磁碟或邏輯磁碟卷啟用了 磁碟效能計數器 這些計數器才會出現。可以使用 硬體裝置管理器 屬性頁來啟用磁碟效能計數器。返回的狀態碼是資料 dword 0。而且頻繁出現,一會你的日誌就滿了,一般都是有多塊硬碟等原因引起的,解決辦法可以...
c 讀取硬體資訊並進行加密繫結
讀取硬體資訊 此例中讀取cpu和磁碟資訊 加密解密 注意 1.磁碟資訊包括插入的行動硬碟或u盤,如果將此資訊也繫結,那麼插入外部儲存裝置比如u盤的時候會誤導加密程式。2.加密和解密採用通用的加密演算法,需要新增使用者自己的字段參與運算以增加加密可靠性,此例程中採用helloword欄位參與加密運算,...