Last active
June 15, 2025 04:09
-
-
Save hyung8789/d928280b2f3bb2e297f187744a3e6430 to your computer and use it in GitHub Desktop.
우클릭 새 폴더 항목 추가 및 삭제
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\background\shell\Windows.newfolder] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\background\shell\Windows.newfolder] | |
| "CanonicalName"="{E44616AD-6DF1-4B94-85A4-E465AE8A19DB}" | |
| "MUIVerb"="@shell32.dll,-31236" | |
| "Icon"="shell32.dll,-319" | |
| "Description"="@shell32.dll,-31237" | |
| "InvokeCommandOnSelection"=dword:00000000 | |
| "ImpliedSelectionModel"=dword:00000004 | |
| "CommandStateHandler"="{3756e7f5-e514-4776-a32b-eb24bc1efe7a}" | |
| "CommandStateSync"="" | |
| "Position"="Top" | |
| "CommandFlags"=dword:00000020 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment