Advertisement
Munfaqqiha

multiple.reg

Dec 2nd, 2024 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 20.21 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; WINDOWS 11 CLASSIC RIGHT CLICK CONTEXT MENU
  4. ; https://www.howtogeek.com/759449/how-to-get-full-context-menus-in-windows-11s-file-explorer
  5.  
  6. [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
  7. @=""
  8.  
  9. [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
  10. @=""
  11.  
  12. ; BERWALLPAPER
  13.  
  14. ; ; ; [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
  15. ; ; ; "Wallpaper"="C:\\Windows\\img103.png"
  16. ; ; ; "WallpaperStyle"="4"
  17. ; Value : 0 = Center | 1 = Tile | 2 = Strecth | 3 = Fit | 4 = Fill | 5 = Span
  18.  
  19. ; Add Recycle Bin to This PC / in Navigation Pane in Windows/File Explorer using REG
  20. ; Created by: Shawn Brink
  21. ; Created on: May 3, 2022
  22. ; Tutorial: https://www.elevenforum.com/t/add-or-remove-recycle-bin-in-navigation-pane-of-file-explorer-in-windows-11.6255/
  23.  
  24. [HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
  25. "System.IsPinnedToNameSpaceTree"=dword:00000001
  26.  
  27. ; Add Recycle Bin to Windows/File Explorer using REG
  28. ; Tutorial: https://www.minitool.com/news/add-the-recycle-bin-to-file-explorer.html
  29.  
  30. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
  31.  
  32. ; MKVTOOLNIX
  33.  
  34. [HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache]
  35. "LangID"=hex:09,04
  36. "C:\\Program Files\\MKVToolNix\\mkvtoolnix-gui.exe.FriendlyAppName"="MKVToolNix"
  37.  
  38. ; ADD "COPY TO" TO WINDOWS'S CONTEXT MENU
  39. ; article: https://www.howtogeek.com/509071/how-to-add-move-tocopy-to-into-windows-10s-context-menu/
  40.  
  41. [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
  42. @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
  43.  
  44. ; REMOVE QUICK ACCESS FROM NAVIGATION PANE
  45. ; Created by: Shawn Brink
  46. ; Created on: Janauary 11th 2018
  47. ; Tutorial: https://www.tenforums.com/tutorials/4844-remove-quick-access-navigation-pane-windows-10-a.html
  48.  
  49. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
  50. "HubMode"=dword:00000001
  51.  
  52. ; ADD "MOVE TO" TO WINDOWS'S CONTEXT MENU
  53. ; article: https://www.howtogeek.com/509071/how-to-add-move-tocopy-to-into-windows-10s-context-menu/
  54.  
  55. [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
  56. @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
  57.  
  58. ; TURN OFF MICROSOFT DEFENDER SMARTSCREEN CHECK
  59.  
  60. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
  61. "SmartScreenEnabled"="Off"
  62.  
  63. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
  64. "EnableSmartScreen"=dword:00000000
  65. "ShellSmartScreenLevel"=-
  66.  
  67. ; REMOVE SHORTCUT ARROW ICON
  68.  
  69. ; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
  70. ; "29"=""
  71.  
  72. ; REMOVE SHORTCUT TEXT
  73.  
  74. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
  75. "link"=hex:00,00,00,00
  76.  
  77. ; ACTIVATE WINDOWS PHOTO VIEWER ON WINDOWS 10
  78. ; created by Walter Glenn
  79. ; for How-To Geek
  80. ; article: https://www.howtogeek.com/225844/how-to-make-windows-photo-viewer-your-default-image-viewer-on-windows-10/
  81.  
  82. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll]
  83.  
  84. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell]
  85.  
  86. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  87. "MuiVerb"="@photoviewer.dll,-3043"
  88.  
  89. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
  90. @=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,\
  91. 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,\
  92. 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,\
  93. 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,\
  94. 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,\
  95. 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,\
  96. 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,\
  97. 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,\
  98. 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,\
  99. 00,31,00,00,00
  100.  
  101. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget]
  102. "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
  103.  
  104. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print]
  105.  
  106. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command]
  107. @=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,\
  108. 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,\
  109. 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,\
  110. 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,\
  111. 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,\
  112. 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,\
  113. 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,\
  114. 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,\
  115. 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,\
  116. 00,31,00,00,00
  117.  
  118. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget]
  119. "Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}"
  120.  
  121. ; DESKTOP VERSION
  122.  
  123. [HKEY_CURRENT_USER\Control Panel\Desktop]
  124. "ActiveWndTrackTimeout"=dword:00000000
  125. "BlockSendInputResets"="0"
  126. "CaretTimeout"=dword:00001388
  127. "CaretWidth"=dword:00000001
  128. "ClickLockTime"=dword:000004b0
  129. "CoolSwitchColumns"="7"
  130. "CoolSwitchRows"="3"
  131. "CursorBlinkRate"="530"
  132. "DockMoving"="1"
  133. "DragFromMaximize"="1"
  134. "DragFullWindows"="0"
  135. "DragHeight"="4"
  136. "DragWidth"="4"
  137. "FocusBorderHeight"=dword:00000001
  138. "FocusBorderWidth"=dword:00000001
  139. "FontSmoothing"="2"
  140. "FontSmoothingGamma"=dword:00000000
  141. "FontSmoothingOrientation"=dword:00000001
  142. "FontSmoothingType"=dword:00000002
  143. "ForegroundFlashCount"=dword:00000007
  144. "ForegroundLockTimeout"=dword:00030d40
  145. "LeftOverlapChars"="3"
  146. "MenuShowDelay"="400"
  147. "MouseWheelRouting"=dword:00000002
  148. "PaintDesktopVersion"=dword:00000001
  149. "Pattern"=dword:00000000
  150. "RightOverlapChars"="3"
  151. "ScreenSaveActive"="1"
  152. "SnapSizing"="1"
  153. "TileWallpaper"="0"
  154. "WallPaper"="C:\\windows\\web\\wallpaper\\Windows\\img0.jpg"
  155. "WallpaperOriginX"=dword:00000000
  156. "WallpaperOriginY"=dword:00000000
  157. "WallpaperStyle"="6"
  158. "WheelScrollChars"="3"
  159. "WheelScrollLines"="3"
  160. "WindowArrangementActive"="1"
  161. "UserPreferencesMask"=hex:90,00,03,80,10,00,00,00
  162. "MaxVirtualDesktopDimension"=dword:00000556
  163. "MaxMonitorDimension"=dword:00000556
  164. "TranscodedImageCount"=dword:00000001
  165. "LastUpdated"=dword:ffffffff
  166. "TranscodedImageCache"=hex:7a,c3,01,00,79,b0,02,00,56,05,00,00,00,03,00,00,1c,\
  167.   99,46,51,e2,43,d7,01,43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,\
  168.   73,00,5c,00,57,00,65,00,62,00,5c,00,57,00,61,00,6c,00,6c,00,70,00,61,00,70,\
  169.   00,65,00,72,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,00,69,00,\
  170.   6d,00,67,00,30,00,2e,00,6a,00,70,00,67,00,00,00,00,00,00,00,00,00,00,00,00,\
  171.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  172.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  173.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  174.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  175.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  176.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  177.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  178.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  179.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  180.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  181.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  182.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  183.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  184.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  185.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  186.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  187.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  188.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  189.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  190.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  191.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  192.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  193.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  194.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  195.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  196.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  197.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  198.   00,00,00,00,00,00,00,00
  199.  
  200. [HKEY_CURRENT_USER\Control Panel\Desktop\Colors]
  201. "ActiveBorder"="212 208 200"
  202. "ActiveTitle"="10 36 106"
  203. "AppWorkSpace"="128 128 128"
  204. "ButtonAlternateFace"="181 181 181"
  205. "ButtonDkShadow"="64 64 64"
  206. "ButtonFace"="212 208 200"
  207. "ButtonHiLight"="255 255 255"
  208. "ButtonLight"="212 208 200"
  209. "ButtonShadow"="128 128 128"
  210. "ButtonText"="0 0 0"
  211. "GradientActiveTitle"="166 202 240"
  212. "GradientInactiveTitle"="192 192 192"
  213. "GrayText"="128 128 128"
  214. "Hilight"="10 36 106"
  215. "HilightText"="255 255 255"
  216. "HotTrackingColor"="0 0 128"
  217. "InactiveBorder"="212 208 200"
  218. "InactiveTitle"="128 128 128"
  219. "InactiveTitleText"="212 208 200"
  220. "InfoText"="0 0 0"
  221. "InfoWindow"="255 255 255"
  222. "Menu"="212 208 200"
  223. "MenuText"="0 0 0"
  224. "Scrollbar"="212 208 200"
  225. "TitleText"="255 255 255"
  226. "Window"="255 255 255"
  227. "WindowFrame"="0 0 0"
  228. "WindowText"="0 0 0"
  229.  
  230. [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
  231. "BorderWidth"="-15"
  232. "CaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  233.   00,00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,\
  234.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  235.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  236. "CaptionHeight"="-330"
  237. "CaptionWidth"="-330"
  238. "IconFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
  239.   00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,00,\
  240.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  241.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  242. "IconTitleWrap"="1"
  243. "MenuFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
  244.   00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,00,\
  245.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  246.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  247. "MenuHeight"="-285"
  248. "MenuWidth"="-285"
  249. "MessageFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  250.   00,00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,\
  251.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  252.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  253. "ScrollHeight"="-255"
  254. "ScrollWidth"="-255"
  255. "Shell Icon Size"="32"
  256. "SmCaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
  257.   00,00,00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,\
  258.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  259.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  260. "SmCaptionHeight"="-330"
  261. "SmCaptionWidth"="-330"
  262. "StatusFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  263.   00,00,00,01,00,00,05,00,53,00,65,00,67,00,6f,00,65,00,20,00,55,00,49,00,00,\
  264.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  265.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  266. "PaddedBorderWidth"="-60"
  267. "AppliedDPI"=dword:00000060
  268. "IconSpacing"="-1125"
  269. "IconVerticalSpacing"="-1125"
  270. "MinAnimate"="0"
  271.  
  272. [HKEY_CURRENT_USER\Control Panel\Desktop\MuiCached]
  273. "MachinePreferredUILanguages"=hex(7):65,00,6e,00,2d,00,55,00,53,00,00,00,00,00
  274.  
  275. ; CONTROLPANEL@DESKTOP
  276.  
  277. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel]
  278. "MUIVerb"="Control Panel"
  279. "SubCommands"=""
  280. "Icon"="imageres.dll,-27"
  281.  
  282. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell]
  283.  
  284. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\001flyout]
  285. @="Control Panel (Category)"
  286. "Icon"="imageres.dll,-27"
  287.  
  288. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\001flyout\command]
  289. @="explorer.exe shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}"
  290.  
  291. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\002flyout]
  292. @="All Control Panel Items (Icons)"
  293. "Icon"="imageres.dll,-27"
  294.  
  295. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\002flyout\command]
  296. @="explorer.exe shell:::{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  297.  
  298. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\003flyout]
  299. @="All Tasks (God Mode)"
  300. "Icon"="imageres.dll,-27"
  301.  
  302. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\ControlPanel\shell\003flyout\command]
  303. @="explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
  304.  
  305. ; KILL UNRESPONSIVE TASKS@DESKTOP
  306.  
  307. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\KillNRTasks]
  308. "icon"="taskmgr.exe,-30651"
  309. "MUIverb"="Kill Unresponsive Tasks"
  310.  
  311. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\KillNRTasks\command]
  312. @="CMD.exe /C taskkill.exe /f /fi \"status eq Not Responding\" & Pause"
  313.  
  314. ; OPEN CMD HERE
  315.  
  316. ; Created by: Shawn Brink
  317. ; Created on: December 10, 2016
  318. ; Updated on: January 26, 2021
  319. ; Tutorial: https://www.tenforums.com/tutorials/72024-open-command-window-here-add-windows-10-a.html
  320.  
  321. [HKEY_CLASSES_ROOT\Directory\shell\cmd2]
  322. @="@shell32.dll,-8506"
  323. "Extended"=-
  324. "Icon"="imageres.dll,-5323"
  325. "NoWorkingDirectory"=""
  326.  
  327. [HKEY_CLASSES_ROOT\Directory\shell\cmd2\command]
  328. @="cmd.exe /s /k pushd \"%V\""
  329.  
  330. [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd2]
  331. @="@shell32.dll,-8506"
  332. "Extended"=-
  333. "Icon"="imageres.dll,-5323"
  334. "NoWorkingDirectory"=""
  335.  
  336. [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd2\command]
  337. @="cmd.exe /s /k pushd \"%V\""
  338.  
  339. [HKEY_CLASSES_ROOT\Drive\shell\cmd2]
  340. @="@shell32.dll,-8506"
  341. "Extended"=-
  342. "Icon"="imageres.dll,-5323"
  343. "NoWorkingDirectory"=""
  344.  
  345. [HKEY_CLASSES_ROOT\Drive\shell\cmd2\command]
  346. @="cmd.exe /s /k pushd \"%V\""
  347.  
  348. [-HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\cmd2]
  349.  
  350. ; OPEN POWERSHELL HERE
  351.  
  352. [HKEY_CLASSES_ROOT\Directory\background\shell\PowerShellAsAdmin]
  353. @="PowerShell Here as Admin"
  354. "HasLUAShield"=""
  355. "Icon"="powershell.exe"
  356.  
  357. [HKEY_CLASSES_ROOT\Directory\background\shell\PowerShellAsAdmin\command]
  358. @="PowerShell -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd %V && start PowerShell -NoExit && exit' -Verb RunAs\""
  359.  
  360. ; RESTART EXPLORER@DESKTOP
  361.  
  362. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer]
  363. "icon"="explorer.exe"
  364. "SubCommands"=""
  365.  
  366. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer\shell]
  367.  
  368. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer\shell\01menu]
  369. "MUIVerb"="Restart Explorer Now"
  370.  
  371. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer\shell\01menu\command]
  372. @=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,\
  373.   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,\
  374.   69,00,6d,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,\
  375.   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,\
  376.   65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,\
  377.   00
  378.  
  379. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer\shell\02menu]
  380. "MUIVerb"="Restart Explorer with Pause"
  381. "CommandFlags"=dword:00000020
  382.  
  383. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Restart Explorer\shell\02menu\command]
  384. @=hex(2):63,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,40,\
  385.   00,65,00,63,00,68,00,6f,00,20,00,6f,00,66,00,66,00,20,00,26,00,20,00,65,00,\
  386.   63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,6f,00,20,00,53,\
  387.   00,74,00,6f,00,70,00,70,00,69,00,6e,00,67,00,20,00,65,00,78,00,70,00,6c,00,\
  388.   6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,20,00,70,00,72,00,6f,00,63,\
  389.   00,65,00,73,00,73,00,20,00,2e,00,20,00,2e,00,20,00,2e,00,20,00,26,00,20,00,\
  390.   65,00,63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,74,00,61,00,73,00,6b,00,6b,\
  391.   00,69,00,6c,00,6c,00,20,00,2f,00,66,00,20,00,2f,00,69,00,6d,00,20,00,65,00,\
  392.   78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,20,00,26,\
  393.   00,20,00,65,00,63,00,68,00,6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,\
  394.   6f,00,2e,00,20,00,26,00,20,00,65,00,63,00,68,00,6f,00,20,00,57,00,61,00,69,\
  395.   00,74,00,69,00,6e,00,67,00,20,00,74,00,6f,00,20,00,73,00,74,00,61,00,72,00,\
  396.   74,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,\
  397.   00,65,00,20,00,70,00,72,00,6f,00,63,00,65,00,73,00,73,00,20,00,77,00,68,00,\
  398.   65,00,6e,00,20,00,79,00,6f,00,75,00,20,00,61,00,72,00,65,00,20,00,72,00,65,\
  399.   00,61,00,64,00,79,00,20,00,2e,00,20,00,2e,00,20,00,2e,00,20,00,26,00,20,00,\
  400.   70,00,61,00,75,00,73,00,65,00,20,00,26,00,26,00,20,00,73,00,74,00,61,00,72,\
  401.   00,74,00,20,00,65,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,\
  402.   78,00,65,00,20,00,26,00,26,00,20,00,65,00,78,00,69,00,74,00,00,00
  403.  
  404. ; SAFEMODE@DESKTOP
  405.  
  406. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode]
  407. "icon"="bootux.dll,-1032"
  408. "MUIVerb"="Safe Mode"
  409. "SubCommands"=""
  410.  
  411. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell]
  412.  
  413. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\001-NormalMode]
  414. @="Restart in Normal Mode"
  415. "HasLUAShield"=""
  416.  
  417. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\001-NormalMode\command]
  418. @="powershell -windowstyle hidden -command \"Start-Process cmd -ArgumentList '/s,/c,bcdedit /deletevalue {current} safeboot & bcdedit /deletevalue {current} safebootalternateshell & shutdown -r -t 00 -f' -Verb runAs\""
  419.  
  420. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\002-SafeMode]
  421. @="Restart in Safe Mode"
  422. "HasLUAShield"=""
  423.  
  424. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\002-SafeMode\command]
  425. @="powershell -windowstyle hidden -command \"Start-Process cmd -ArgumentList '/s,/c,bcdedit /set {current} safeboot minimal & bcdedit /deletevalue {current} safebootalternateshell & shutdown -r -t 00 -f' -Verb runAs\""
  426.  
  427. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\003-SafeModeNetworking]
  428. @="Restart in Safe Mode with Networking"
  429. "HasLUAShield"=""
  430.  
  431. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\003-SafeModeNetworking\command]
  432. @="powershell -windowstyle hidden -command \"Start-Process cmd -ArgumentList '/s,/c,bcdedit /set {current} safeboot network & bcdedit /deletevalue {current} safebootalternateshell & shutdown -r -t 00 -f' -Verb runAs\""
  433.  
  434. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\004-SafeModeCommandPrompt]
  435. @="Restart in Safe Mode with Command Prompt"
  436. "HasLUAShield"=""
  437.  
  438. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\SafeMode\shell\004-SafeModeCommandPrompt\command]
  439. @="powershell -windowstyle hidden -command \"Start-Process cmd -ArgumentList '/s,/c,bcdedit /set {current} safeboot minimal & bcdedit /set {current} safebootalternateshell yes & shutdown -r -t 00 -f' -Verb runAs\""
  440.  
  441. ; OPEN JPG JPG WITH WINDOWS PHOTO VIEWER: https://superuser.com/a/1588026
  442.  
  443. [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
  444. [HKEY_CLASSES_ROOT\jpegfile\shell\open\command]
  445. @="rundll32.exe \"C:\\Program Files\\Windows Photo Viewer\\PhotoViewer.dll\",ImageView_Fullscreen %1"
  446.  
  447. [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
  448. [HKEY_CLASSES_ROOT\pngfile\shell\open\command]
  449. @="rundll32.exe \"C:\\Program Files\\Windows Photo Viewer\\PhotoViewer.dll\",ImageView_Fullscreen %1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement