Skip to content

Commit 7d1b55e

Browse files
authored
Update README.md
1 parent 35d9a96 commit 7d1b55e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Network AutoSwitch will automatically disable wired network adapters when a wire
44

55
## [Download now](https://github.com/Tulpep/Network-AutoSwitch/releases/latest)
66

7-
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.
88

99
# How to use it
1010
Run using a command prompt with administative rights (require for enable or disable network connections dynamically) as:
1111
```bash
1212
NetworkAutoSwitch.exe
1313
```
1414

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.
1616
To install it run as
1717
```bash
1818
NetworkAutoSwitch.exe --install
@@ -23,7 +23,8 @@ To uninstall it run as:
2323
NetworkAutoSwitch.exe --uninstall
2424
```
2525

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!**
2728

2829

2930

0 commit comments

Comments
 (0)