摘要:
string tPath = ""; RegistryKey myKey = Registry.LocalMachine; RegistryKey subKey = myKey.OpenSubKey(@"SOFTWARE\DSCCheck"); tPath = subKey.GetValue("path").ToString(); tPath = tPath + @"\" + "Test.exe"... 阅读全文
posted @ 2010-08-02 18:08
魄力
阅读(1639)
评论(0)
推荐(0)