如题

解决方案 »

  1.   


    注册表里的 Uninstall 没找到啊怎么遍历开始菜单的快捷方式啊???
      

  2.   

    注册表位置
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office
      

  3.   

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ 
    11.0     Office2003 
    RegistryKey hkml = Registry.LocalMachine; 
    RegistryKey software = hkml.OpenSubKey("SOFTWARE",true); 
    RegistryKey aimdir = software.OpenSubKey("XXX",true); 
    string registData = aimdir.GetValue(name).ToString();