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 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.
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 software solution 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. It will start automatically with your System.
16
-
To install it run as
15
+
When using as a 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.
0 commit comments