Skip to content

Commit 87632c1

Browse files
authored
Update README.md
1 parent 7d1b55e commit 87632c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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 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.
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. 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.
16+
To install it run as:
1717
```bash
1818
NetworkAutoSwitch.exe --install
1919
```

0 commit comments

Comments
 (0)