-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path02_HKCU-Software-Classes-DesktopBackground-alle-ShellV12.reg
193 lines (153 loc) · 9.27 KB
/
02_HKCU-Software-Classes-DesktopBackground-alle-ShellV12.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Windows Registry Editor Version 5.00
;If you put the new items in Software\Classes\*\shell, they will appear for ALL FILES
;If you put the new items in Software\Classes\Directory\shell, they will appear for ALL FOLDERS
;If you put the new items in Software\Classes\AllFileSystemObjects\shell, they will appear for ALL FILES AND FOLDERS
;https://james-rankin.com/articles/quickpost-adding-windows-file-explorer-functions-to-the-right-click-menu/
;https://www.deskmodder.de/wiki/index.php?title=Einstellungen_in_das_Kontextmen%C3%BC_hinzuf%C3%BCgen_entfernen_Windows_10
;https://docs.microsoft.com/en-us/windows/win32/shell/context-menu-handlers
;https://www.tenforums.com/customization/170785-hkcr-directory-background-shell-vs-hkcr-directory-shell.html
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS1]
"MUIVerb"="TestPS1"
"Position"="Bottom"
"Icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS1\command]
@="powershell.exe -windowstyle hidden -Command \"Start-Process cmd.exe -ArgumentList 'cmd.exe' -Verb RunAs\""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS2]
"MUIVerb"="TestPS2"
"Position"="Bottom"
"Icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS2\command]
@="PowerShell [console]::windowwidth=60; [console]::windowheight=12; [console]::Bufferwidth=[console]::windowWidth; Get-command get-h* | format-list; [Console]::Readkey() | Out-Null; exit"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS3]
"MUIVerb"="TestPS3"
"Position"="Bottom"
"Icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\TestPS3\command]
@="powershell.exe -noexit -command get-command get-hotf*"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode]
"Icon"="themecpl.dll,-1"
"MUIVerb"="Dark-or-Light-Mode"
"Position"="Bottom"
"SubCommands"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode\shell\001flyout]
"MUIVerb"="Light theme"
"Icon"="imageres.dll,-5411"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode\shell\001flyout\command]
@="Reg Add HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize /v SystemUsesLightTheme /t REG_DWORD /d 1 /f"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode\shell\002flyout]
"Icon"="imageres.dll,-5412"
"MUIVerb"="Dark theme"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dark-or-Light-Mode\shell\002flyout\command]
@="Reg Add HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize /v SystemUsesLightTheme /t REG_DWORD /d 0 /f"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dateizuordnungen]
"MUIVerb"="Dateizuordnungen"
"Position"="Bottom"
"Icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Dateizuordnungen\command]
@="control /name Microsoft.DefaultPrograms /page pageFileAssoc"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Einstellungen]
"Icon"="SystemSettingsBroker.exe"
"MUIVerb"="Einstellungen"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Einstellungen\command]
@="explorer ms-settings:"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_gpresult_Versteckt]
"icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
"MUIVerb"="gpresult"
"Position"="Bottom"
"Extended"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_gpresult_Versteckt\command]
@=hex(2):67,00,70,00,72,00,65,00,73,00,75,00,6c,00,74,00,20,00,2f,00,68,00,20,\
00,25,00,75,00,73,00,65,00,72,00,70,00,72,00,6f,00,66,00,69,00,6c,00,65,00,\
25,00,5c,00,67,00,70,00,72,00,65,00,73,00,75,00,6c,00,74,00,2e,00,68,00,74,\
00,6d,00,6c,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_gpupdate_Versteckt]
"icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
"MUIVerb"="gpupdate"
"Position"="Bottom"
"Extended"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_gpupdate_Versteckt\command]
@=hex(2):67,00,70,00,75,00,70,00,64,00,61,00,74,00,65,00,20,00,2f,00,66,00,6f,\
00,72,00,63,00,65,00,20,00,2f,00,74,00,61,00,72,00,67,00,65,00,74,00,3a,00,\
75,00,73,00,65,00,72,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_msconfig_Versteckt]
"icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
"MUIVerb"="msconfig"
"Position"="Bottom"
"Extended"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_msconfig_Versteckt\command]
@=hex(2):6d,00,73,00,63,00,6f,00,6e,00,66,00,69,00,67,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_msinfo32_Versteckt]
"icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
"MUIVerb"="msinfo32"
"Position"="Bottom"
"Extended"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_msinfo32_Versteckt\command]
@=hex(2):6d,00,73,00,69,00,6e,00,66,00,6f,00,33,00,32,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Nicht-reagierende-Programme-beenden]
"Icon"="imageres.dll,73"
"MUIVerb"="Nicht-reagierende-Programme-beenden"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Nicht-reagierende-Programme-beenden\command]
@="taskkill /F /FI \"STATUS eq NOT RESPONDING\""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_SnippingTool]
"icon"="%windir%\\system32\\SnippingTool.exe"
"MUIVerb"="SnippingTool"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_SnippingTool\command]
@=hex(2):73,00,6e,00,69,00,70,00,70,00,69,00,6e,00,67,00,74,00,6f,00,6f,00,6c,\
00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner]
@=""
"MUIVerb"="Spezialordner"
"Icon"="shell32.dll,19"
"Position"="Bottom"
"SubCommands"=""
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell]
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Appdata]
"icon"="shell32.dll,19"
"MUIVerb"="Ordner_Appdata"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Appdata\command]
@=hex(2):65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,\
00,20,00,25,00,61,00,70,00,70,00,64,00,61,00,74,00,61,00,25,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Startmenue-AllUsers]
"icon"="shell32.dll,19"
"MUIVerb"="Ordner_Startmenue-AllUsers"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Startmenue-AllUsers\command]
@=hex(2):65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,\
00,20,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,44,00,61,00,74,00,\
61,00,25,00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,\
00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,00,53,00,74,00,61,00,72,00,\
74,00,20,00,4d,00,65,00,6e,00,75,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,\
00,6d,00,73,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Userprofile]
"MUIVerb"="Ordner_Userprofile"
"Icon"="shell32.dll,19"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_Spezialordner\shell\User_Ordner_Userprofile\command]
@=hex(2):65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,\
00,20,00,25,00,55,00,73,00,65,00,72,00,70,00,72,00,6f,00,66,00,69,00,6c,00,\
65,00,25,00,00,00
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_StartMenue-Korrektur]
"icon"="C:\\Windows\\System32\\UNP\\UNPUX.dll,-101"
"MUIVerb"="StartMenue-Korrektur"
"Position"="Bottom"
[HKEY_CURRENT_USER\SOFTWARE\Classes\DesktopBackground\Shell\User_StartMenue-Korrektur\command]
@=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,74,\
00,61,00,73,00,6b,00,6b,00,69,00,6c,00,6c,00,20,00,2f,00,66,00,20,00,2f,00,\
69,00,6d,00,20,00,53,00,74,00,61,00,72,00,74,00,4d,00,65,00,6e,00,75,00,45,\
00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,65,00,48,00,6f,00,73,00,\
74,00,2e,00,65,00,78,00,65,00,20,00,20,00,26,00,20,00,73,00,74,00,61,00,72,\
00,74,00,20,00,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,\
5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,41,00,70,00,70,00,73,00,5c,00,4d,\
00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,57,00,69,00,6e,00,\
64,00,6f,00,77,00,73,00,2e,00,53,00,74,00,61,00,72,00,74,00,4d,00,65,00,6e,\
00,75,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,65,00,48,00,\
6f,00,73,00,74,00,5f,00,63,00,77,00,35,00,6e,00,31,00,68,00,32,00,74,00,78,\
00,79,00,65,00,77,00,79,00,5c,00,53,00,74,00,61,00,72,00,74,00,4d,00,65,00,\
6e,00,75,00,45,00,78,00,70,00,65,00,72,00,69,00,65,00,6e,00,63,00,65,00,48,\
00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,00,00