-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathURLBridge-win8.reg
executable file
·46 lines (32 loc) · 2.7 KB
/
URLBridge-win8.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\URLBridge]
@="URL Bridge"
"EditFlags"=dword:00000002
"FriendlyTypeName"="URL Bridge"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\URLBridge\DefaultIcon]
@=""
[HKEY_CLASSES_ROOT\URLBridge\shell]
@="open"
[HKEY_CLASSES_ROOT\URLBridge\shell\open]
[HKEY_CLASSES_ROOT\URLBridge\shell\open\command]
@="\"C:\\Program Files\\nodejs\\node.exe\" C:\\URLBridge\\client.js \"%1\""
[HKEY_CLASSES_ROOT\URLBridge\shell\open\ddeexec]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\URLBridge\Capabilities]
"ApplicationDescription"="URL Bridge - open URLs on other devices"
"ApplicationIcon"="C:\\Program Files\\nodejs\\node.exe,0"
"ApplicationName"="URLBridge"
[HKEY_LOCAL_MACHINE\SOFTWARE\URLBridge\Capabilities\FileAssociations]
[HKEY_LOCAL_MACHINE\SOFTWARE\URLBridge\Capabilities\URLAssociations]
"http"="URLBridge"
"https"="URLBridge"
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Chromium"="Software\\URLBridge\\Capabilities"
[HKEY_LOCAL_MACHINE\Software\Classes\URLBridgeURL]
@="URLBridgeURL"
"FriendlyTypeName"="URLBridgeURL"
[HKEY_LOCAL_MACHINE\Software\Classes\URLBridgeURL\shell]
[HKEY_LOCAL_MACHINE\Software\Classes\URLBridgeURL\shell\open]
[HKEY_LOCAL_MACHINE\Software\Classes\URLBridgeURL\shell\open\command]
@="\"C:\\Program Files\\nodejs\\node.exe\" C:\\URLBridge\\client.js \"%1\""