10 2016 档案

摘要:///下载 ipseccmd.exe //禁止 xp 连接 public static void BannedXPRunCmd() { string str = Console.ReadLine(); Process p = new Process(); p.StartInfo.F... 阅读全文
posted @ 2016-10-28 15:01 Shen_小沈 阅读(1583) 评论(0) 推荐(0)
摘要://禁止 win7 连接 public static void BannedWINRunCmd() { string str = Console.ReadLine(); System.Diagnostics.Process p = new System.Diagnostics.Process(); ... 阅读全文
posted @ 2016-10-28 14:59 Shen_小沈 阅读(3954) 评论(0) 推荐(0)