登录
首页 » 其他 » C# 取消磁盘共享功能的实例

C# 取消磁盘共享功能的实例

于 2023-05-13 发布 文件大小:37.72 kB
0 192
下载积分: 2 下载次数: 1

代码说明:

Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:   System.Diagnostics.Process myProcess = new System.Diagnostics.Process();   myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令   myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程   myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取   myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流   myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流   myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程   myProcess.Start();//启动进程   //执行取消磁盘共享命令   myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");   MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C程序常用公共符号定义头文件
    C程序常用公共符号定义头文件-C procedures commonly used definition of the first public sign documents
    2022-02-12 00:23:58下载
    积分:1
  • Firmware: U600XEHI2 The patch allows you to use a camera, MP3
    Firmware: U600XEHI2 The patch allows you to use a camera, MP3-player, video player, voice recorder, JAVA and other features previously unavailable in a discharged battery. And as you will no longer get the message, sound and vibration! Authors - Lindien, das Ported - Valerik0887- Firmware: U600XEHI2 The patch allows you to use a camera, MP3-player, video player, voice recorder, JAVA and other features previously unavailable in a discharged battery. And as you will no longer get the message, sound and vibration! Authors- Lindien, das Ported- Valerik0887
    2022-01-29 03:48:00下载
    积分:1
  • Russian square game (Java edition),
    使用java开发的俄罗斯方块游戏(java版),感觉还行。-Russian square game (Java edition),
    2022-03-21 05:19:42下载
    积分:1
  • 皮肤软件开发,用于VB,VC,DEPHI,等等,
    皮肤软件开发,用于VB,VC,DEPHI,等等,-skin software development for VB, VC, DEPHI, and so on.
    2022-01-23 11:07:45下载
    积分:1
  • 用JAVA编写的3D迷宫小游戏,附有源代码,适合学习JAVA的人参考...
    用JAVA编写的3D迷宫小游戏,附有源代码,适合学习JAVA的人参考-prepared with Java 3D maze of small game, with the source code for learning Java reference
    2022-03-17 23:17:53下载
    积分:1
  • 增强c源代码可读性的c源程序
    增强c源代码可读性的c源程序-enhance readability of the source code c source
    2022-07-05 13:28:53下载
    积分:1
  • 在学生的名字动态列表,管理研究的成果,包括…
    在学生姓名动态列表中,对学习结果进行管理,包括三个菜单的创建、插入、删除、排序、搜索功能
    2023-05-06 23:10:03下载
    积分:1
  • A variety of time
    各种时频分析工具包part5,非常有用的!忘了是哪位大哥发的,现转发到这,希望对大家有所帮助!-A variety of time-frequency analysis tool kit part5, very useful! Forgot who made Big Brother, it is forwarded to it, and they hope to be helpful to everyone!
    2022-01-31 21:15:51下载
    积分:1
  • scale the intensity of the input image
    通过参数设定,改变不同类型的整幅图像的亮度-scale the intensity of the input image
    2022-07-10 18:11:12下载
    积分:1
  • TMS320F2812
    基于TMS320F2812的视频图像采集系统的设计 对视屏采集有一定的参考-TMS320F2812-based video image acquisition system design of Shiping collection of some reference
    2022-01-31 05:07:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载