Skip to content

Commit

Permalink
added somre more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CHEF-KOCH committed Aug 18, 2015
1 parent 0a5657e commit 4c6d717
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,30 @@ Windows Registry Tweaks (Win 7 - Win 10) Collection
**Current Status: Over 600 + different tweaks**



Goal
--------------------
------------

* One of a goal is to that all of the tweaks could be integrated into image creations tools to simplify things.
* Show hidden things that aren't visible on GUI




Any problems, questions or something wrong?
------------

* Feel free to open an issue ticket and I will look at it asap. - Pull Requests or ideas are always welcome!



Win 10 Home Users Notice
--------------------
------------

* Home edition users can install GPEDIT.MSC to perform the same task, [here's the link how](http://drudger.deviantart.com/art/Add-GPEDIT-msc-215792914) or [this](http://www.askvg.com/how-to-enable-group-policy-editor-gpedit-msc-in-windows-7-home-premium-home-basic-and-starter-editions/)




Project History
- [x] 18.08.2015 initial upload and first release

Expand All @@ -32,4 +41,4 @@ ToDo:
- [ ] Remove not working ones
- [ ] Rename to english (some are in ger./ru.)
- [ ] Fix reported problems
- [ ] .....
- [ ] .....
24 changes: 24 additions & 0 deletions Win 8/ADD CASCADING SELECT TO CONTEXT MENU.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Windows Registry Editor Version 5.00

; ADD CASCADING "SELECT" TO CONTEXT MENU
[HKEY_CLASSES_ROOT\*\shell\SelectAllFO]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
[HKEY_CLASSES_ROOT\Folder\shell\SelectAllFO]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
[HKEY_CLASSES_ROOT\Directory\Background\shell\SSelectAllFO]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall"
[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\SelectAllFO]
"MUIVerb"="Select"
"icon"="imageres.dll,-5308"
"SubCommands"="Windows.selectall;Windows.selectnone;Windows.invertselection"
; remove example for the tweak above
; [-HKEY_CLASSES_ROOT\*\shell\Select]
; [-HKEY_CLASSES_ROOT\Folder\shell\Select]
; [-HKEY_CLASSES_ROOT\Directory\Background\shell\Select]
; [-HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Select]
12 changes: 12 additions & 0 deletions Win 8/Add app paths.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Windows Registry Editor Version 5.00

; Add app paths (to programs you want to execute automatically from the run box)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\RAR.exe]
@="X:\\PATHTO\\7z\\7z.exe"
"Path"="X:\\PATHTO\\7z"
; Path Deletions: WRITE | WORDPAD | WMP | WINDOWS MAIL
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WRITE.EXE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WORDPAD.EXE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\wmplayer.exe]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\mplayer2.exe]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\wab.exe]
26 changes: 26 additions & 0 deletions Win 8/Cascading Browser Menu.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Windows Registry Editor Version 5.00

; Cascading Browser Menu
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\BrowserFO]
"MUIVerb"="Browsers"
"SubCommands"="Iron;iexplore;Firefox"
"icon"="iexplore.exe"
"Position"="Top"
; IE 11*************************************************************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iexplore]
@="IE 11"
"icon"=""%SYSTEMROOT\\Program Files\\Internet Explorer\\iexplore.exe",0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iexplore\command]
@="iexplore google.com"
; Iron**************************************************************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Iron]
@="Iron"
"icon"="%PATHTOBROWSER\\Iron\\chrome.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Iron\command]
@="%PATHTOBROWSER\\Iron\\chrome.exe file:///D:/2/StartPage/0HOME.HTM"
; Firefox***********************************************************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Firefox]
@="Firefox"
"icon"="%PATHTOBROWSER\\Firefox\\firefox.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Firefox\command]
@="%PATHTOBROWSER\\Firefox\\firefox.exe"
Binary file added Win 8/Custom fonts.reg
Binary file not shown.
77 changes: 77 additions & 0 deletions Win 8/Foler options.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;-----FIND PARTIAL SEARCH MATCHES
"Start_SearchFiles"=dword:00000002
;-----Suppresses inclusion of the links from "UserAssist" (detailed explanation here) in the StartMenu and Taskbar
"ServerAdminUI"=dword:00000000
;-----Show hidden files and folders (Don't show dword:00000002)
"Hidden"=dword:00000001
;-----Show encrypted or compressed NTFS files in color
"ShowCompColor"=dword:00000001
; Don't Hide file extensions
"HideFileExt"=dword:00000000
; Don't change the upper/lower case of filenames
"DontPrettyPath"=dword:00000000
;-----Enable Pop-up Descriptions for folder or desktop items
"ShowInfoTip"=dword:00000001
;-----Show Desktop icons (dword:00000001 to hide)
"HideIcons"=dword:00000000
;-----Show the Map Nework Drive button (dword:00000000 to hide)
"MapNetDrvBtn"=dword:00000001
;-----Legacy key to enable folder templates
"WebView"=dword:00000001
;-----Unknown
"Filter"=dword:00000000
;-----Show protected operating system files (dword:00000000 to hide)
"ShowSuperHidden"=dword:00000001
;-----Launch folder windows in a separate process
"SeparateProcess"=dword:00000001
;-----Don't Use check boxes to select file items
"AutoCheckSelect"=dword:00000000
;-----Show thumbnails instead of icons (To show icons dword:00000001)
"IconsOnly"=dword:00000000
;-----Display file icon on Thumbnails
"ShowTypeOverlay"=dword:00000001
;-----Show Status Bar for Files and Folder using Folder (dword:00000000 to hide)
"ShowStatusBar"=dword:00000001
;-----Enables colored selection rectangle in folder windows. (Use dword:00000000 for transparent rectangle)
"ListviewAlphaSelect"=dword:00000001
;-----Use drop shadows for icon labels on the desktop
"ListviewShadow"=dword:00000001
;-----Enable taskbar preview animation (Use dword:00000000 for no animation)
"TaskbarAnimations"=dword:00000001
;-----Disable Start Menu Popping Up on First Boot
"StartMenuInit"=dword:00000005
"ReindexedProfile"=dword:00000001
;-----Unlock the taskbar (dword:00000000 to lock)
"TaskbarSizeMove"=dword:00000001
;-----Show all folders in Explorer navigation pane
"NavPaneShowAllFolders"=dword:00000001
;-----Show menus above the Explorer toolbar (To turn off dword:00000000)
"AlwaysShowMenus"=dword:00000001
;-----Show "Merge Conflicts" dialog during copying (To hide dword:00000001)
"HideMergeConflicts"=dword:00000000
; ---------------describe
"NavPaneShowFavorites"=dword:00000000
;-----------------describe
"MapNetDrvBtn"=dword:00000001
"MapNetDrvBtn"=dword:00000000
; Display drive letters
; 0 = windows default
; 1 = only network drive's letters shown.
; 2 = no drive letters shown
; 4 = all drive letters shown
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004
; Disable Tracking of Broken Shortcut Links
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoResolveTrack"=dword:00000001
; Windows will tell you exactly what it is doing when it is shutting down or is booting
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
;"verbosestatus"=dword:00000001
; Disable Default Hidden Shares - This keeps Windows from creating the Admin$, C$, etc. shares (security holes) on start-up.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\parameters]
"AutoShareWks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareServer"=dword:00000000
22 changes: 22 additions & 0 deletions Win 8/Nuke Windows Media Player.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Windows Registry Editor Version 5.00

; Remove Windows Media Player context menu audio handlers***********************
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Enqueue]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shell\Play]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Enqueue]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Image\shell\Play]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Enqueue]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Video\shell\Play]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Enqueue]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\audio\shell\Play]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Enqueue]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\video\shell\Play]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\PlayTo]
@="{7AD84985-87B4-4a16-BE58-8B72A5B390F7}"
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPShopMusic]
; Disable Windows Media Player autoupdate***************************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001
;Prevent Windows Media Player from sending client GUID to streaming servers (to allow, change hex to 00)
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SendUserGUID"=hex:10
Binary file added Win 8/Ram Drive - Cache.reg
Binary file not shown.
Binary file added Win 8/Search.reg
Binary file not shown.
34 changes: 34 additions & 0 deletions Win 8/Shell appearance.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Windows Registry Editor Version 5.00

; Disable grouping of system tray icons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
; Show detailed Device settings in device manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
; Show all hidden devices in device manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_NONPRESENT_DEVICES"=1
; Remove " - Shortcut" Suffix from shortcuts
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
; Set Control Panel on Classic View and small icons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
"AllItemsIconView"=dword:00000001
"StartupPage"=dword:00000001
; Cache more Icons (4096 is max)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="4096"
; Customize shortcut arrow to make it less prominent and change Explorer open folder color to make more prominent (requires logoff to activate)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
; Must copy included archive icon to C:\\Windows\\System32
"29"="C:\\Windows\\System32\\Arrow.ico,0"
"4"="C:\\Windows\\System32\\imageres.dll,179"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"29"="C:\\Windows\\System32\\Arrow.ico,0"
"4"="C:\\Windows\\System32\\imageres.dll,179"

0 comments on commit 4c6d717

Please sign in to comment.