-
Notifications
You must be signed in to change notification settings - Fork 7
/
List-in-Clipboard.reg
85 lines (80 loc) · 9.9 KB
/
List-in-Clipboard.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Windows Registry Editor Version 5.00
; WindowsContextMenuTools created by VincentBounce
;List
[-HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard]
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard]
"MUIVerb"="List files in &Clipboard"
"subcommands"=""
"Icon"="%SystemRoot%\\system32\\mssvp.dll,-506"
;"Icon"="%SystemRoot%\\system32\\DxpTaskSync.dll,-52"
;FOLDERS & FILES
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\run10100]
@="List &content"
"Icon"="%SystemRoot%\\system32\\mydocs.dll,-100"
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\run10100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n ) | clip.exe"
;FOLDERS & FILES & SUBFOLDERS
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\run20100]
@="List content with &subfolders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\run20100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n /s & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n /s ) | clip.exe"
;FOLDERS & FILES & SUBFOLDERS AS ADMIN
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runas]
@="List content with subfolders as &Admin"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runas\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n /s & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n /s ) | clip.exe"
;FILES
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runBB100]
@="List only &files"
"Icon"="%SystemRoot%\\system32\\AdmTmpl.dll,-4"
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runBB100\command]
@="cmd.exe /c title List loading... & ( echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n ) | clip.exe"
;FOLDERS
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runCC100]
@="List only f&olders"
"Icon"="%SystemRoot%\\system32\\imageres.dll,-5382"
[HKEY_CLASSES_ROOT\Directory\shell\run100FileListClipboard\shell\runCC100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n ) | clip.exe"
Windows Registry Editor Version 5.00
; WindowsContextMenuTools created by VincentBounce
;List
[-HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard]
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard]
"MUIVerb"="List files in &Clipboard"
"subcommands"=""
"Icon"="%SystemRoot%\\system32\\mssvp.dll,-506"
;"Icon"="%SystemRoot%\\system32\\DxpTaskSync.dll,-52"
;FOLDERS & FILES
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\run10100]
@="List &content"
"Icon"="%SystemRoot%\\system32\\mydocs.dll,-100"
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\run10100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n ) | clip.exe"
;FOLDERS & FILES & SUBFOLDERS
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\run20100]
@="List content with &subfolders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\run20100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n /s & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n /s ) | clip.exe"
;FOLDERS & FILES & SUBFOLDERS AS ADMIN
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runas]
@="List content with subfolders as &Admin"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runas\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n /s & echo. & echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n /s ) | clip.exe"
;FILES
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runBB100]
@="List only &files"
"Icon"="%SystemRoot%\\system32\\AdmTmpl.dll,-4"
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runBB100\command]
@="cmd.exe /c title List loading... & ( echo [FILES sorted alphabetically]& dir \"%1\" /b /a:-d /o:n ) | clip.exe"
;FOLDERS
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runCC100]
@="List only f&olders"
"Icon"="%SystemRoot%\\system32\\imageres.dll,-5382"
[HKEY_CLASSES_ROOT\Drive\shell\run100FileListClipboard\shell\runCC100\command]
@="cmd.exe /c title List loading... & ( echo [FOLDERS sorted alphabetically]& dir \"%1\" /b /a:d /o:n ) | clip.exe"