Skip to content

Commit

Permalink
Add registry file for Windows 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwhitman committed Nov 6, 2013
1 parent 83f3ae9 commit 6b9e2c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ The server uses the following to open urls:
- `explorer.exe` on Windows systems
- `open` on OSX systems

The included `URLBridge.reg` file can be used on Windows (tested on Windows 7) to set the default browser
to be URL-Bridge. It assumes that URL-Bridge is located at `C:\URLBridge\` and that `nodejs.exe` is
located at `C:\Program Files\nodejs\node.exe`. It can be edited if required to change the locations.
Two registry files are included, `URLBridge-win7.reg` and `URLBridge-win8.reg` which can be used to
to register URLBridge as the default browser. For Windows 7 simply run the `URLBridge-win7.reg` file.
For Windows 8 run `URLBridge-win8.reg` and then change your default browser - it will appear as a Node.js
application in the browser list.

Both files assume that URL-Bridge is located at `C:\URLBridge\` and that `nodejs.exe` is
located at `C:\Program Files\nodejs\node.exe`. They can be edited if required to change the locations.

## Todo

Expand Down
File renamed without changes.
Binary file added URLBridge-win8.reg
Binary file not shown.

0 comments on commit 6b9e2c6

Please sign in to comment.