Advertisement
Munfaqqiha

kustom.reg (WXI)

Dec 2nd, 2024 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 11.91 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Add Recycle Bin to This PC / in Navigation Pane in Windows/File Explorer using REG
  4. ; Created by: Shawn Brink
  5. ; Created on: May 3, 2022
  6. ; Tutorial: https://www.elevenforum.com/t/add-or-remove-recycle-bin-in-navigation-pane-of-file-explorer-in-windows-11.6255/
  7.  
  8. [HKEY_CURRENT_USER\Software\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
  9. "System.IsPinnedToNameSpaceTree"=dword:00000001
  10.  
  11. ; Add Recycle Bin to Windows/File Explorer using REG
  12. ; Tutorial: https://www.minitool.com/news/add-the-recycle-bin-to-file-explorer.html
  13.  
  14. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
  15.  
  16. ; Restore New Text Document context menu item
  17. ; https://www.tenforums.com/tutorials/24412-add-remove-default-new-context-menu-items-windows-10-a.html
  18.  
  19. ; Text Document
  20. [-HKEY_CLASSES_ROOT\.txt\ShellNew]
  21. [HKEY_CLASSES_ROOT\.txt\ShellNew]
  22. "ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  23.   6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  24.   00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
  25.   2d,00,34,00,37,00,30,00,00,00
  26. "NullFile"=""
  27.  
  28. [-HKEY_CLASSES_ROOT\.txt]
  29.  
  30. [HKEY_CLASSES_ROOT\.txt]
  31. @="txtfile"
  32. "Content Type"="text/plain"
  33. "PerceivedType"="text"
  34.  
  35. [HKEY_CLASSES_ROOT\.txt\PersistentHandler]
  36. @="{5e941d80-bf96-11cd-b579-08002b30bfeb}"
  37.  
  38. [HKEY_CLASSES_ROOT\.txt\ShellNew]
  39. "ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\
  40.   6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
  41.   00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\
  42.   2d,00,34,00,37,00,30,00,00,00
  43. "NullFile"=""
  44.  
  45. [-HKEY_CLASSES_ROOT\SystemFileAssociations\.txt]
  46.  
  47. [HKEY_CLASSES_ROOT\SystemFileAssociations\.txt]
  48. "PerceivedType"="document"
  49.  
  50. [-HKEY_CLASSES_ROOT\txtfile]
  51.  
  52. [HKEY_CLASSES_ROOT\txtfile]
  53. @="Text Document"
  54. "EditFlags"=dword:00210000
  55. "FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\
  56.   00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
  57.   32,00,5c,00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,\
  58.   00,2c,00,2d,00,34,00,36,00,39,00,00,00
  59.  
  60. [HKEY_CLASSES_ROOT\txtfile\DefaultIcon]
  61. @=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,\
  62.   00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,6d,00,\
  63.   61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\
  64.   00,30,00,32,00,00,00
  65.  
  66. [HKEY_CLASSES_ROOT\txtfile\shell\open\command]
  67. @=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,\
  68.   00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
  69.   54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\
  70.   00
  71.  
  72. [HKEY_CLASSES_ROOT\txtfile\shell\print\command]
  73. @=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,\
  74.   00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\
  75.   54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,2f,00,70,00,20,\
  76.   00,25,00,31,00,00,00
  77.  
  78. [HKEY_CLASSES_ROOT\txtfile\shell\printto\command]
  79. @=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,\
  80.   00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6e,00,6f,00,\
  81.   74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,70,00,74,\
  82.   00,20,00,22,00,25,00,31,00,22,00,20,00,22,00,25,00,32,00,22,00,20,00,22,00,\
  83.   25,00,33,00,22,00,20,00,22,00,25,00,34,00,22,00,00,00
  84.  
  85. [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt]
  86.  
  87. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList]
  88.  
  89. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithProgids]
  90. "txtfile"=hex(0):
  91.  
  92. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice]
  93. "Hash"="hyXk/CpboWw="
  94. "ProgId"="txtfile"
  95.  
  96. [-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.txt]
  97.  
  98. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.txt\UserChoice]
  99. "Hash"="FvJcqeZpmOE="
  100. "ProgId"="txtfile"
  101.  
  102. ; TURN OFF MICROSOFT DEFENDER SMARTSCREEN CHECK
  103.  
  104. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
  105. "SmartScreenEnabled"="Off"
  106.  
  107. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
  108. "EnableSmartScreen"=dword:00000000
  109. "ShellSmartScreenLevel"=-
  110.  
  111. ; DESKTOP VERSION
  112.  
  113. [HKEY_CURRENT_USER\Control Panel\Desktop]
  114. "ActiveWndTrackTimeout"=dword:00000000
  115. "BlockSendInputResets"="0"
  116. "CaretTimeout"=dword:00001388
  117. "CaretWidth"=dword:00000001
  118. "ClickLockTime"=dword:000004b0
  119. "CoolSwitchColumns"="7"
  120. "CoolSwitchRows"="3"
  121. "CursorBlinkRate"="530"
  122. "DockMoving"="1"
  123. "DragFromMaximize"="1"
  124. "DragFullWindows"="0"
  125. "DragHeight"="4"
  126. "DragWidth"="4"
  127. "FocusBorderHeight"=dword:00000001
  128. "FocusBorderWidth"=dword:00000001
  129. "FontSmoothing"="2"
  130. "FontSmoothingGamma"=dword:00000000
  131. "FontSmoothingOrientation"=dword:00000001
  132. "FontSmoothingType"=dword:00000002
  133. "ForegroundFlashCount"=dword:00000007
  134. "ForegroundLockTimeout"=dword:00030d40
  135. "LeftOverlapChars"="3"
  136. "MenuShowDelay"="400"
  137. "MouseWheelRouting"=dword:00000002
  138. "PaintDesktopVersion"=dword:00000001
  139. "Pattern"=dword:00000000
  140. "RightOverlapChars"="3"
  141. "ScreenSaveActive"="1"
  142. "SnapSizing"="1"
  143. "TileWallpaper"="0"
  144. "WallPaper"="C:\\windows\\web\\wallpaper\\Windows\\img0.jpg"
  145. "WallpaperOriginX"=dword:00000000
  146. "WallpaperOriginY"=dword:00000000
  147. "WallpaperStyle"="6"
  148. "WheelScrollChars"="3"
  149. "WheelScrollLines"="3"
  150. "WindowArrangementActive"="1"
  151. "UserPreferencesMask"=hex:90,00,03,80,10,00,00,00
  152. "MaxVirtualDesktopDimension"=dword:00000556
  153. "MaxMonitorDimension"=dword:00000556
  154. "TranscodedImageCount"=dword:00000001
  155. "LastUpdated"=dword:ffffffff
  156. "TranscodedImageCache"=hex:7a,c3,01,00,79,b0,02,00,56,05,00,00,00,03,00,00,1c,\
  157.   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,\
  158.   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,\
  159.   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,\
  160.   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,\
  161.   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,\
  162.   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,\
  163.   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,\
  164.   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,\
  165.   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,\
  166.   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,\
  167.   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,\
  168.   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,\
  169.   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,\
  170.   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,\
  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
  189.  
  190. [HKEY_CURRENT_USER\Control Panel\Desktop\Colors]
  191. "ActiveBorder"="212 208 200"
  192. "ActiveTitle"="10 36 106"
  193. "AppWorkSpace"="128 128 128"
  194. "ButtonAlternateFace"="181 181 181"
  195. "ButtonDkShadow"="64 64 64"
  196. "ButtonFace"="212 208 200"
  197. "ButtonHiLight"="255 255 255"
  198. "ButtonLight"="212 208 200"
  199. "ButtonShadow"="128 128 128"
  200. "ButtonText"="0 0 0"
  201. "GradientActiveTitle"="166 202 240"
  202. "GradientInactiveTitle"="192 192 192"
  203. "GrayText"="128 128 128"
  204. "Hilight"="10 36 106"
  205. "HilightText"="255 255 255"
  206. "HotTrackingColor"="0 0 128"
  207. "InactiveBorder"="212 208 200"
  208. "InactiveTitle"="128 128 128"
  209. "InactiveTitleText"="212 208 200"
  210. "InfoText"="0 0 0"
  211. "InfoWindow"="255 255 255"
  212. "Menu"="212 208 200"
  213. "MenuText"="0 0 0"
  214. "Scrollbar"="212 208 200"
  215. "TitleText"="255 255 255"
  216. "Window"="255 255 255"
  217. "WindowFrame"="0 0 0"
  218. "WindowText"="0 0 0"
  219.  
  220. [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
  221. "BorderWidth"="-15"
  222. "CaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  223.   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,\
  224.   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,\
  225.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  226. "CaptionHeight"="-330"
  227. "CaptionWidth"="-330"
  228. "IconFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
  229.   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,\
  230.   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,\
  231.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  232. "IconTitleWrap"="1"
  233. "MenuFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
  234.   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,\
  235.   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,\
  236.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  237. "MenuHeight"="-285"
  238. "MenuWidth"="-285"
  239. "MessageFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  240.   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,\
  241.   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,\
  242.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  243. "ScrollHeight"="-255"
  244. "ScrollWidth"="-255"
  245. "Shell Icon Size"="32"
  246. "SmCaptionFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,\
  247.   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,\
  248.   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,\
  249.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  250. "SmCaptionHeight"="-330"
  251. "SmCaptionWidth"="-330"
  252. "StatusFont"=hex:f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
  253.   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,\
  254.   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,\
  255.   00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  256. "PaddedBorderWidth"="-60"
  257. "AppliedDPI"=dword:00000060
  258. "IconSpacing"="-1125"
  259. "IconVerticalSpacing"="-1125"
  260. "MinAnimate"="0"
  261.  
  262. [HKEY_CURRENT_USER\Control Panel\Desktop\MuiCached]
  263. "MachinePreferredUILanguages"=hex(7):65,00,6e,00,2d,00,55,00,53,00,00,00,00,00
  264.  
  265. ; OPEN POWERSHELL HERE
  266.  
  267. [HKEY_CLASSES_ROOT\Directory\background\shell\PowerShellAsAdmin]
  268. @="PowerShell Here as Admin"
  269. "HasLUAShield"=""
  270. "Icon"="powershell.exe"
  271.  
  272. [HKEY_CLASSES_ROOT\Directory\background\shell\PowerShellAsAdmin\command]
  273. @="PowerShell -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd %V && start PowerShell -NoExit && exit' -Verb RunAs\""
  274.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement