导航

2017年10月31日

摘要: using Microsoft.Win32; RegistryKey key = Registry.LocalMachine; RegistryKey soft = key.OpenSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", true); soft.SetValue("Shell", "explorer.e... 阅读全文

posted @ 2017-10-31 15:28 清浅ヾ 阅读(142) 评论(0) 推荐(0) 编辑

摘要: 修改IP,掩码,网关命令: netsh interface ip set address "本地连接" static 192.168.3.188 255.255.255.0 192.168.1.1 1 修改dns命令:netsh interface ip set dns "本地连接" source= 阅读全文

posted @ 2017-10-31 14:55 清浅ヾ 阅读(607) 评论(0) 推荐(0) 编辑

摘要: 主程序调用时: 阅读全文

posted @ 2017-10-31 14:28 清浅ヾ 阅读(1751) 评论(0) 推荐(0) 编辑