لیست کلیه برنامه های نصب شده ویندوز
جمعه, ۲۱ اسفند ۱۳۹۴، ۰۴:۳۲ ب.ظ
Do back up of ur registry before running it.
Registry path which has information of all the softwares installed on machine
;string s = string.Empty
;"string uninstallKey = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
using (RegistryKey rk = Registry.LocalMachine.OpenSubKey(uninstallKey))
}
foreach (string skName in rk.GetSubKeyNames())
}
using (RegistryKey sk = rk.OpenSubKey(skName))
}
;listBox1.Items.Add(sk.GetValue("DisplayName") + " * " + sk.GetValue("DisplayVersion"))
{
{
{
- ۰ نظر
- ۲۱ اسفند ۹۴ ، ۱۶:۳۲