-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f60824a
commit 5bc7a31
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Kill NVDA Remotely. | ||
|
||
Kill NVDA Remotely. | ||
This is a simple set of Windows programs that lets you restart NVDA on a remote machine (typically because you've lost your NVDA Remote connection). | ||
|
||
## Usage. | ||
|
||
Usage: | ||
1. Download the latest release. | ||
2. Unzip it to a folder of your choice. | ||
3. Edit client.bat and server.bat to point to your prefered IP address and port. | ||
* note that the IP address is of the computer that will be remoted into. | ||
3. Rename config.ini.example to config.ini, and edit it with your prefered IP address and port. It's worth noting that the IP address is of the remote machine. | ||
4. Open the port on your router (if you want to be able to do this from somewhere that's not where ever your computer is). | ||
5. Run server.bat (I tend to do this on a new virtual desktop). | ||
6. Whenever you need to restart your NVDA on that machine, run client.bat. | ||
5. Run server.exe on the remote machine. | ||
6. Whenever you need to restart your NVDA on that machine, run client.exe. | ||
|
||
If you ever need to kill the server, do so through either task manager, or by typing "taskkill -f -im server.exe" in your run dialog without the quotes. |