zl程序教程

您现在的位置是:首页 >  硬件

当前栏目

资源管理器的自动完成功能

自动 功能 完成 资源管理
2023-09-14 08:58:58 时间

实现效果:

  

  

  

知识运用:

  AutoComplete子键下的Apend Completion键

实现代码:

        private void button1_Click(object sender, EventArgs e)
        {
            RegistryKey rk=Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete",true);
            rk.SetValue("Append Completion","yes",RegistryValueKind.String);
        }