You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Network AutoSwitch run in interactive mode for your testing purposes but also can run as Windows Service. In Windows Service mode will work in background with not intervation to the final user. You can distribute it using Active Directory or your current deployment solution software.
7
+
Network AutoSwitch run in interactive mode for your testing purposes but also can run as Windows Service. In Windows Service mode it will work in background without user interaction. You can distribute it using Active Directory or your current deployment solution software and use it as part of your networking hardening strategy.
8
8
9
9
# How to use it
10
10
Run using a command prompt with administative rights (require for enable or disable network connections dynamically) as:
11
11
```bash
12
12
NetworkAutoSwitch.exe
13
13
```
14
14
15
-
When used as Windows Service it will work for all users in the machine, even it they dont have Windows administrative rights.
15
+
When used as Windows Service it will work for all users in the machine, even it they dont have Windows administrative rights. It will start automatically with your System.
16
16
To install it run as
17
17
```bash
18
18
NetworkAutoSwitch.exe --install
@@ -23,7 +23,8 @@ To uninstall it run as:
23
23
NetworkAutoSwitch.exe --uninstall
24
24
```
25
25
26
-
This project is supported. Your issues will be handle for the team and we are open to your PRs!
26
+
27
+
**This project is supported. Your issues will be handle for the team and we are open to your PRs!**
0 commit comments