- add windows terminal
- add sublime text
- add VSCode
- add Vim
- add file types(generic, js, html, sass, vue) to the new item menu
- remove unnecessary options
- enable Windows Photo Viewer
- disables web search in start menu
- disable windows defender
- fix missing checkbox in netplwiz (auto login)
- remove build-in "Open in Windows Terminal" from context menu
Last active
November 8, 2022 10:46
-
-
Save alsolovyev/f577f5d8107322cee2043c8b5f21f636 to your computer and use it in GitHub Desktop.
Clean Up Windows Context Menu
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 | |
| ; Synopsis: Clean up windows context menu and some fixes: | |
| ; - add windows terminal | |
| ; - add sublime text | |
| ; - add vscode | |
| ; - add file types(generic, js, html, sass, vue) | |
| ; to the new item menu | |
| ; - remove unnecessary options | |
| ; - enable Windows Photo Viewer | |
| ; - disables web search in start menu | |
| ; - disable windows defender | |
| ; - fix missing checkbox in netplwiz (auto login) | |
| ; Created by: Solovyev Aleksey | |
| ; Add terminal | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\terminal] | |
| @="Open in Terminal" | |
| "Icon"="D:\\Sources\\icons\\terminal.ico" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\terminal\command] | |
| @="C:\\Users\\janeRivas\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d ." | |
| [HKEY_CLASSES_ROOT\Directory\shell\terminal] | |
| @="Open in Terminal" | |
| "Icon"="D:\\Sources\\icons\\terminal.ico" | |
| [HKEY_CLASSES_ROOT\Directory\shell\terminal\command] | |
| @="C:\\Users\\janeRivas\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe -d %V" | |
| ; Add Sublime Text | |
| [HKEY_CLASSES_ROOT\*\shell\sublime] | |
| @="Open in Sublime" | |
| "Icon"="\"C:\\Program Files\\Sublime Text\\sublime_text.exe\",0" | |
| [HKEY_CLASSES_ROOT\*\shell\sublime\command] | |
| @="C:\\Program Files\\Sublime Text\\sublime_text.exe \"%1\"" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\sublime] | |
| @="Open in Sublime" | |
| "Icon"="\"C:\\Program Files\\Sublime Text\\sublime_text.exe\",0" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\sublime\command] | |
| @="C:\\Program Files\\Sublime Text\\sublime_text.exe \"%v\"" | |
| [HKEY_CLASSES_ROOT\Directory\shell\sublime] | |
| @="Open in Sublime" | |
| "Icon"="\"C:\\Program Files\\Sublime Text\\sublime_text.exe\",0" | |
| [HKEY_CLASSES_ROOT\Directory\shell\sublime\command] | |
| @="C:\\Program Files\\Sublime Text\\sublime_text.exe \"%1\"" | |
| ; Add VSCode | |
| [HKEY_CLASSES_ROOT\Directory\shell\vscode] | |
| @="Open in Code" | |
| "Icon"="\"C:\\Program Files\\Code\\Code.exe\",0" | |
| [HKEY_CLASSES_ROOT\Directory\shell\vscode\command] | |
| @="\"C:\\Program Files\\Code\\Code.exe\" \"%1\"" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\vscode] | |
| @="Open in Code" | |
| "Icon"="\"C:\\Program Files\\Code\\Code.exe\",0" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\vscode\command] | |
| @="\"C:\\Program Files\\Code\\Code.exe\" \"%V\"" | |
| ; Add Vim | |
| [HKEY_CLASSES_ROOT\*\shell\vim] | |
| @="Open in Vim" | |
| "Icon"="D:\\Sources\\icons\\vim.ico" | |
| [HKEY_CLASSES_ROOT\*\shell\vim\command] | |
| @="D:\\Scripts\\vim\\vim.exe \"%1\"" | |
| ; Add a new file without ext | |
| [HKEY_CLASSES_ROOT\.generic] | |
| @="generic" | |
| [HKEY_CLASSES_ROOT\.generic\ShellNew] | |
| "NullFile"="" | |
| "IconPath"="%SystemRoot%\\System32\\imageres.dll,2" | |
| [HKEY_CLASSES_ROOT\.generic\ShellNew\Config] | |
| "NoExtension"="" | |
| [HKEY_CLASSES_ROOT\Generic] | |
| @="File" | |
| ; Add a new file types | |
| [HKEY_CLASSES_ROOT\.js] | |
| @="JS" | |
| [HKEY_CLASSES_ROOT\.js\ShellNew] | |
| "NullFile"="" | |
| "IconPath"="" | |
| [HKEY_CLASSES_ROOT\JS] | |
| @="JavaScript" | |
| [HKEY_CLASSES_ROOT\.html] | |
| @="html" | |
| [HKEY_CLASSES_ROOT\.html\ShellNew] | |
| "NullFile"="" | |
| "IconPath"="" | |
| [HKEY_CLASSES_ROOT\HTML] | |
| @="HTML" | |
| [HKEY_CLASSES_ROOT\.sass] | |
| @="sass" | |
| [HKEY_CLASSES_ROOT\.sass\ShellNew] | |
| "NullFile"="" | |
| "IconPath"="" | |
| [HKEY_CLASSES_ROOT\Sass] | |
| @="Sass" | |
| [HKEY_CLASSES_ROOT\.vue] | |
| @="Vue" | |
| [HKEY_CLASSES_ROOT\.vue\ShellNew] | |
| "NullFile"="" | |
| "IconPath"="" | |
| [HKEY_CLASSES_ROOT\Vue] | |
| @="Vue" | |
| ; Add Send to menu | |
| [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo] | |
| @="{7BA4C740-9E81-11CF-99D3-00AA004AE837}" | |
| ; Remove New Text Document | |
| [-HKEY_CLASSES_ROOT\.txt\ShellNew] | |
| ; Remove New Shotcut | |
| [-HKEY_CLASSES_ROOT\.lnk\ShellNew] | |
| ; Remove pin to taskbar | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\{90AA3A4E-1CBA-4233-B8BB-535773D48449}] | |
| ; Remove pin to start | |
| [-HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\PintoStartScreen] | |
| [-HKEY_CLASSES_ROOT\exefile\shellex\ContextMenuHandlers\PintoStartScreen] | |
| [-HKEY_CLASSES_ROOT\Microsoft.Website\ShellEx\ContextMenuHandlers\PintoStartScreen] | |
| [-HKEY_CLASSES_ROOT\mscfile\shellex\ContextMenuHandlers\PintoStartScreen] | |
| ; Remove pin to quick access | |
| [-HKEY_CLASSES_ROOT\Folder\shell\pintohome] | |
| [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\pintohome] | |
| ; Remove troubleshoot compatibility | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] | |
| "{1d27f844-3a1f-4410-85ac-14651078412d}"="" | |
| ; Remove print from | |
| [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\batfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\cmdfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\docxfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\fonfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\htmlfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\inffile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\inifile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\JSEFile\Shell\Print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\otffile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\pfmfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\regfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\rtffile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\ttcfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\ttffile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\txtfile\shell\print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\VBEFile\Shell\Print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\VBSFile\Shell\Print] | |
| "ProgrammaticAccessOnly"="" | |
| [HKEY_CLASSES_ROOT\WSFFile\Shell\Print] | |
| "ProgrammaticAccessOnly"="" | |
| ; Remove rotate image | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview] | |
| ; Remove Image Preview | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview] | |
| ; Remove Edit Image | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit] | |
| ; Remove Print Image | |
| [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\print] | |
| ; Remove give access to | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\LibraryFolder\background\shellex\ContextMenuHandlers\Sharing] | |
| [-HKEY_CLASSES_ROOT\UserLibraryFolder\shellex\ContextMenuHandlers\Sharing] | |
| ; Remove run as different user | |
| [-HKEY_CLASSES_ROOT\batfile\shell\runasuser] | |
| [-HKEY_CLASSES_ROOT\cmdfile\shell\runasuser] | |
| [-HKEY_CLASSES_ROOT\exefile\shell\runasuser] | |
| [-HKEY_CLASSES_ROOT\mscfile\shell\runasuser] | |
| [-HKEY_CLASSES_ROOT\Msi.Package\shell\runasuser] | |
| ; Enable Window Photo Viewer | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open] | |
| "MuiVerb"="@photoviewer.dll,-3043" | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap] | |
| "ImageOptionFlags"=dword:00000001 | |
| "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ | |
| 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ | |
| 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ | |
| 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ | |
| 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,36,00,00,\ | |
| 00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\DefaultIcon] | |
| @="%SystemRoot%\\System32\\imageres.dll,-70" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Bitmap\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print] | |
| "NeverDefault"="" | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget] | |
| "Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF] | |
| "EditFlags"=dword:00010000 | |
| "ImageOptionFlags"=dword:00000001 | |
| "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ | |
| 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ | |
| 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ | |
| 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ | |
| 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\ | |
| 00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\DefaultIcon] | |
| @="%SystemRoot%\\System32\\imageres.dll,-72" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open] | |
| "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ | |
| 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ | |
| 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ | |
| 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ | |
| 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.JFIF\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg] | |
| "EditFlags"=dword:00010000 | |
| "ImageOptionFlags"=dword:00000001 | |
| "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ | |
| 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ | |
| 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ | |
| 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ | |
| 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,35,00,00,\ | |
| 00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\DefaultIcon] | |
| @="%SystemRoot%\\System32\\imageres.dll,-72" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open] | |
| "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ | |
| 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ | |
| 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ | |
| 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ | |
| 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Jpeg\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif] | |
| "ImageOptionFlags"=dword:00000001 | |
| "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ | |
| 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ | |
| 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ | |
| 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ | |
| 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\ | |
| 00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\DefaultIcon] | |
| @="%SystemRoot%\\System32\\imageres.dll,-83" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Gif\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png] | |
| "ImageOptionFlags"=dword:00000001 | |
| "FriendlyTypeName"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\ | |
| 00,46,00,69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,\ | |
| 77,00,73,00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,\ | |
| 00,65,00,72,00,5c,00,50,00,68,00,6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,\ | |
| 65,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,35,00,37,00,00,\ | |
| 00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\DefaultIcon] | |
| @="%SystemRoot%\\System32\\imageres.dll,-71" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Png\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp] | |
| "EditFlags"=dword:00010000 | |
| "ImageOptionFlags"=dword:00000001 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\DefaultIcon] | |
| @="%SystemRoot%\\System32\\wmphoto.dll,-400" | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open] | |
| "MuiVerb"=hex(2):40,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,\ | |
| 69,00,6c,00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,\ | |
| 00,20,00,50,00,68,00,6f,00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,\ | |
| 72,00,5c,00,70,00,68,00,6f,00,74,00,6f,00,76,00,69,00,65,00,77,00,65,00,72,\ | |
| 00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,33,00,30,00,34,00,33,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\PhotoViewer.FileAssoc.Wdp\shell\open\DropTarget] | |
| "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" | |
| [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\command] | |
| @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
| 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ | |
| 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ | |
| 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ | |
| 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ | |
| 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ | |
| 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ | |
| 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ | |
| 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ | |
| 00,31,00,00,00 | |
| [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Image Preview\DropTarget] | |
| "{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"="" | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities] | |
| "ApplicationDescription"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3069" | |
| "ApplicationName"="@%ProgramFiles%\\Windows Photo Viewer\\photoviewer.dll,-3009" | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] | |
| ".cr2"="PhotoViewer.FileAssoc.Tiff" | |
| ".jpg"="PhotoViewer.FileAssoc.Jpeg" | |
| ".wdp"="PhotoViewer.FileAssoc.Wdp" | |
| ".jfif"="PhotoViewer.FileAssoc.JFIF" | |
| ".dib"="PhotoViewer.FileAssoc.Bitmap" | |
| ".png"="PhotoViewer.FileAssoc.Png" | |
| ".jxr"="PhotoViewer.FileAssoc.Wdp" | |
| ".bmp"="PhotoViewer.FileAssoc.Bitmap" | |
| ".jpe"="PhotoViewer.FileAssoc.Jpeg" | |
| ".jpeg"="PhotoViewer.FileAssoc.Jpeg" | |
| ".gif"="PhotoViewer.FileAssoc.Gif" | |
| ".tif"="PhotoViewer.FileAssoc.Tiff" | |
| ".tiff"="PhotoViewer.FileAssoc.Tiff" | |
| ; Disables Web Search in Start Menu | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] | |
| "DisableWebSearch"=dword:00000001 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] | |
| "BingSearchEnabled"=dword:00000000 | |
| "CortanaConsent"=dword:00000000 | |
| ; Disable windows defender | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] | |
| "DisableAntiSpyware"=dword:1 | |
| ; Remove 'Scan with Windows Defender' from context menu | |
| [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\EPP] | |
| [-HKEY_CLASSES_ROOT\CLSID\{09A47860-11B0-4DA5-AFA5-26D86198A780}] | |
| [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\EPP] | |
| [-HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\EPP] | |
| ; fix missing checkbox in netplwiz (auto login) | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device] | |
| "DevicePasswordLessBuildVersion"=dword:00000000 | |
| ; remove build-in "Open in Windows Terminal" from context menu | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] | |
| "{02DB545A-3E20-46DE-83A5-1329B1E88B6B}"="WindowsTerminal" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment