forked from adultmm/Ember-MM-Newscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContextMenuAdd.reg
20 lines (14 loc) · 2.4 KB
/
ContextMenuAdd.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\EmberMediaManager]
"MUIVerb"="Ember Media Manager"
"SubCommands"="EmberMediaManager.FolderScan;EmberMediaManager.MovieSource"
"Icon"="C:\\Users\\DanCooper.COOPERHOME\\Documents\\GitHub\\Ember-MM-Newscraper\\EmberMM - Debug - x86\\Ember Media Manager.exe,0"
"Position"="Bottom"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EmberMediaManager.FolderScan]
@="Verzeichnis scannen"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EmberMediaManager.FolderScan\command]
@="\"C:\\Users\\DanCooper.COOPERHOME\\Documents\\GitHub\\Ember-MM-Newscraper\\EmberMM - Debug - x86\\Ember Media Manager.exe\" -folderscan \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EmberMediaManager.MovieSource]
@="als Film-Quelle hinzufügen"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\EmberMediaManager.MovieSource\command]
@="\"C:\\Users\\DanCooper.COOPERHOME\\Documents\\GitHub\\Ember-MM-Newscraper\\EmberMM - Debug - x86\\Ember Media Manager.exe\" -addmoviesource \"%1\""