開啟或關閉網口 服務

2021-09-29 02:45:45 字數 1188 閱讀 5218

需要引用如下命名空間

using netconlib;

using system.diagnostics;

開啟或關閉某個網口

/// 

/// 開啟或者關閉某個網口

///

/// 是否開啟

/// 網口名稱

///

public

static

bool

enableonenetaccess

(bool visopen,

string vnetname)

if(visopen)

connection.

connect()

;}else

connection.

disconnect()

;}return

true;}

}return

false;}

catch

}

開啟或關閉所有網口

/// 

/// 開啟或者關閉所有網口

///

/// 是否開啟

///

public

static

bool

enableallnetaccess

(bool visopen)

connection.

connect()

;//啟用網路

}else

connection.

disconnect()

;//禁用網路}}

}return

true;}

catch

}

開啟或者關閉某個服務

/// 

/// 開啟或者關閉某個服務

///

///

///

///

public

static

bool

enablewinservice

(bool visopen,

string vwinsservicename)

}else}}

return

true;}

catch

}

contos firewalld 開啟或關閉埠

1 firewalld的基本使用 啟動 systemctl start firewalld 檢視狀態 systemctl status firewalld 停止 systemctl disable firewalld 禁用 systemctl stop firewalld2.systemctl是ce...

如何開啟或關閉SELinux

centos的 etc sysconfig selinux 修改檔案 etc sysconfig selinux this file controls the state of selinux on the system.selinux can take one of these three val...

關閉開啟oracle服務

大家都知道oracle是很占用記憶體的,電腦稍微差點開機關機都卡半天.所以可以寫乙個自動檢測關閉開啟oracle服務的vbs指令碼 如下 set ws createobject wscript.shell set src getobject winmgmts root cimv2 execquery...