-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevwebserver.reg
More file actions
25 lines (17 loc) · 3.03 KB
/
Copy pathdevwebserver.reg
File metadata and controls
25 lines (17 loc) · 3.03 KB
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
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\DevWebServerDirBrowse]
@="Serve Files with Directory Browsing"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\DevWebServerDirBrowse\command]
@="\"C:\\DevTools\\DevWebServer\\DevWebServer.exe\" \"--FileServerConfig:BaseDirectory\" \"%V\" \"--FileServerConfig:DirectoryBrowsing\" \"true\" \"--urls\" \"https://localhost:7001;http://localhost:7000\""
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\DevWebServer]
@="Serve Files"
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\DevWebServer\command]
@="\"C:\\DevTools\\DevWebServer\\DevWebServer.exe\" \"--FileServerConfig:BaseDirectory\" \"%V\" \"--urls\" \"https://localhost:7001;http://localhost:7000\""
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\DevWebServer]
@="Serve Files"
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\DevWebServer\command]
@="\"C:\\DevTools\\DevWebServer\\DevWebServer.exe\" \"--FileServerConfig:BaseDirectory\" \"%V\" \"--urls\" \"https://localhost:7001;http://localhost:7000\""
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\DevWebServerDirBrowse]
@="Serve Files with Directory Browsing"
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\DevWebServerDirBrowse\command]
@="\"C:\\DevTools\\DevWebServer\\DevWebServer.exe\" \"--FileServerConfig:BaseDirectory\" \"%V\" \"--FileServerConfig:DirectoryBrowsing\" \"true\" \"--urls\" \"https://localhost:7001;http://localhost:7000\""