-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTOOL_List-in-Notepad.reg
More file actions
160 lines (156 loc) · 45.8 KB
/
TOOL_List-in-Notepad.reg
File metadata and controls
160 lines (156 loc) · 45.8 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
Windows Registry Editor Version 5.00
;List files in Notepad | WindowsContextMenuTools created by VincentBounce | Windows 11: need to set Notepad with Start new session
;BUG when displaying Unicode path names generated by TREE on Windows 11
;from DIRECTORY | Windows Explorer folder icon | can use %1 or %L or %V
[-HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad] ;removing previous version
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad]
"MUIVerb"="List files in &Notepad"
"subcommands"=""
"Icon"="%SystemRoot%\\system32\\notepad.exe,-2"
;FOLDERS & FILES
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\run10110]
@="List &content"
"Icon"="%SystemRoot%\\system32\\mydocs.dll,-100"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\run10110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\run20110]
@="List content with &subfolders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\run20110\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS AS ADMIN
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runas]
@="List content with subfolders as &Admin"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runas\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FILES
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runBB110]
@="List only &files"
"Icon"="%SystemRoot%\\system32\\AdmTmpl.dll,-4"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runBB110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runCC110]
@="&List only f&olders"
"Icon"="%SystemRoot%\\system32\\imageres.dll,-5382"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runCC110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;TREE WITH FOLDERS
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runDD110]
@="Display &tree of folders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runDD110\command]
;below it's fixing the TREE bad branches Unicode chars ;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""
;TREE WITH FOLDERS & FILES
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runEE110]
@="Display tree of folders and files"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Directory\shell\run110FileListNotepad\shell\runEE110\command]
;below it's fixing the TREE bad branches Unicode chars ;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' /f > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' /f | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""
;from DRIVE | Windows Explorer drive icon | can use %1 or %L or %V
[-HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad] ;deleting previous version
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad]
"MUIVerb"="List files in &Notepad"
"subcommands"=""
"Icon"="%SystemRoot%\\system32\\notepad.exe,-2"
;FOLDERS & FILES
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\run10110]
@="List &content"
"Icon"="%SystemRoot%\\system32\\mydocs.dll,-100"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\run10110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\run20110]
@="List content with &subfolders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\run20110\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS AS ADMIN
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runas]
@="List content with subfolders as &Admin"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runas\command] ;only adding /s 2 times after 2 dir below
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FILES
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runBB110]
@="List only &files"
"Icon"="%SystemRoot%\\system32\\AdmTmpl.dll,-4"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runBB110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runCC110]
@="&List only f&olders"
"Icon"="%SystemRoot%\\system32\\imageres.dll,-5382"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runCC110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;TREE WITH FOLDERS
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runDD110]
@="Display &tree of folders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runDD110\command]
;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""
;TREE WITH FOLDERS & FILES
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runEE110]
@="Display tree of folders and files"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Drive\shell\run110FileListNotepad\shell\runEE110\command]
;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' /f > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' /f | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""
;from BACKGROUND | Windows Explorer right pane background folder | need to use %V
[-HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad] ;removing previous version
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad]
"MUIVerb"="List files in &Notepad"
"subcommands"=""
"Icon"="%SystemRoot%\\system32\\notepad.exe,-2"
;FOLDERS & FILES
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\run10110]
@="List &content"
"Icon"="%SystemRoot%\\system32\\mydocs.dll,-100"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\run10110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\run20110]
@="List content with &subfolders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\run20110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS & FILES & SUBFOLDERS AS ADMIN
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runas]
@="List content with subfolders as &Admin"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-16806"
"HasLUAShield"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runas\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & echo Loading: 2/3 & ( echo. & echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n /s ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FILES
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runBB110]
@="List only &files"
"Icon"="%SystemRoot%\\system32\\AdmTmpl.dll,-4"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runBB110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FILES sorted alphabetically]& dir \"%V\" /a:-d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;FOLDERS
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runCC110]
@="&List only f&olders"
"Icon"="%SystemRoot%\\system32\\imageres.dll,-5382"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runCC110\command]
@="cmd.exe /U /C \"cls & color 9F & title List & echo Loading: 1/3 & ( echo [FOLDERS sorted alphabetically]& dir \"%V\" /a:d /b /o:n ) >> \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & cls & color 2F & echo Loaded. & echo. & echo It's an alphabetical listing of folders and files.&echo Folders and files, hidden, system, and protected are displayed. & echo It works on all folders, including network folders. & echo All Windows glyphs are supported.&echo. & echo You can copy/paste content of Notepad & echo or save as..., and close it. & start \"\" /wait \"%%SystemRoot%%\\SYSTEM32\\NOTEPAD.exe\" \"%%TEMP%%\\Press Ctrl+Shift+S to save file\" & del \"%%TEMP%%\\Press Ctrl+Shift+S to save file\"\""
;TREE WITH FOLDERS
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runDD110]
@="Display &tree of folders"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runDD110\command]
;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""
;TREE WITH FOLDERS & FILES
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runEE110]
@="Display tree of folders and files"
"Icon"="%SystemRoot%\\system32\\shell32.dll,-42"
[HKEY_CLASSES_ROOT\Directory\Background\shell\run110FileListNotepad\shell\runEE110\command]
;@="powershell.exe -WindowStyle Hidden -Command \"Set-Location $env:TEMP; tree.com '%V' /f > 'Press Ctrl+Shift+S to save file'; Start-Process -wait NOTEPAD.exe -ArgumentList 'Press Ctrl+Shift+S to save file'; Remove-Item 'Press Ctrl+Shift+S to save file'\""
@="powershell.exe -WindowStyle Hidden -Command \"& {tree.com '%V' /f | Out-File -FilePath \\\"$env:TEMP\\tree_temp.txt\\\" -Encoding OEM; Get-Content \\\"$env:TEMP\\tree_temp.txt\\\" | Out-File -FilePath \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\" -Encoding UTF8; Remove-Item \\\"$env:TEMP\\tree_temp.txt\\\"; Start-Process -Wait notepad.exe -ArgumentList \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"; Remove-Item \\\"$env:TEMP\\Press Ctrl+Shift+S to save file\\\"}\""