The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

descriptionNew reg tweaks EmptyNew reg tweaks

more_horiz
Here's my list of registry tweaks.
As mentioned previously i think Tweaks should have it's own section, and in that it's sorted by type sort of like i've done here



Apps

Code:


Windows Registry Editor Version 5.00

;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Internet Explorer
;=========================================================================

; Turns off the annoying First Run Welcome Pop-up with IE11..
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AlwaysShowMenus"=dword:00000000
"DisableFirstRunCustomize"=dword:00000001
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001

; "Show Menu" bar..
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE]
"AlwaysShowMenus"=dword:00000001

; Remove Bing Bar
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSN\Toolbar]
“version”=”

; Grey Out and No Check "Delete Browsing History on Exit"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
"DisableDeleteBrowsingHistory"=-
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"DisableDeleteBrowsingHistory"=dword:00000001

;=========================================================================
; ********************** Windows Media Player
;=========================================================================

;0= enable first run welcome screen
;1= disable
; "Bypass the EULA First Run Wizard" setup..
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Preferences]
 "AcceptedEULA"=dword:00000001
 "FirstTime"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
 "GroupPrivacyAcceptance"=dword:00000001

; "Show Menu" Bar..
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"ShowAppTitlebarVTen"=dword:00000001

; Stop Windows Media Player from generating album art files
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"LargeAlbumArtSize"=dword:ffffffff
"SmallAlbumArtSize"=dword:ffffffff

; Remove "Play with Windows Media Player" context menu entries
[-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]

; Remove "Shop for Music Online"
[-HKEY_CLASSES_ROOT\SystemFileAssociations\Directory.Audio\shellex\ContextMenuHandlers\WMPShopMusic]

;=========================================================================
; ********************** Other Apps
;=========================================================================



Pagefile - the section you could setup multiple options of what sizes you'd like pagefile

Code:


;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Pagefile
;=========================================================================
; This increases the handle limit. The defaults shouldn't actually be exceeded, but the values below certainly don't hurt and can be beneficial in certain 'rare' circumstances.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows]
"GDIProcessHandleQuota"=dword:00008000
"USERProcessHandleQuota"=dword:00008000

; Memory Management in Windows, pagefile size, clear page file, l2 cache etc ....
; L2 cpu cache (SecondLevelDataCache"=dword:00001800, core2 e8600 = 6megs or 6144kb = 1800)
; EnableSuperfetch values are 0, 1, 2 and 3. 3 is enabled for boot & apps, 2 only for boot, 1 only for apps & 0 completely disabled.
; I recommend you not to disable it for boot so EnableSuperfetch=2
; "Pagingfiles" value is: = 200mb min and 1024mb max.
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
"DisablePagingExecutive"=dword:00000000
"LargeSystemCache"=dword:00000001
"NonPagedPoolQuota"=dword:00000000
"NonPagedPoolSize"=dword:00000000
"PagedPoolQuota"=dword:00000000
"PagedPoolSize"=dword:00000000
"SecondLevelDataCache"=dword:00001800
"SessionPoolSize"=dword:00000004
"SessionViewSize"=dword:00000030
"SystemPages"=dword:00000000

"PagingFiles"=hex(7):63,00,3a,00,5c,00,70,00,61,00 ,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,32,00,30,00 ,30,00,20,00,31,00,30,00,\
32,00,34,00,00,00,00,00

"PhysicalAddressExtension"=dword:00000001
"ExistingPageFiles"=hex(7):5c,00,3f,00,3f,00,5c,00 ,43,00,3a,00,5c,00,70,00,61,\
00,67,00,65,00,66,00,69,00,6c,00,65,00,2e,00,73,00 ,79,00,73,00,00,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Memory Management\PrefetchParameters]
"BootId"=dword:00000007
"BaseTime"=dword:1038f9c6
"EnableSuperfetch"=dword:00000002
"EnablePrefetcher"=dword:00000003
"EnableBootTrace"=dword:00000000

; Setting the following to ffffffff doesn't specifically set it to that size, it signals Windows to maximise the potential of the two settings as required. This is ideal, especially for x64 environments.
;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
;"PagedPoolSize"=dword:ffffffff
;"SystemPages"=dword:ffffffff
;"PoolUsageMaximum"=dword:0000003c


Context menu's

Code:


;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Right Click
;=========================================================================

;== Remove Intel Gfc From Context Menu
[-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\igfxcui]

;(SHOW)"Open With Notepad" to right-click..
[-HKEY_CLASSES_ROOT\*\shell\Open With Notepad]
[HKEY_CLASSES_ROOT\*\shell\Open With Notepad]
"Icon"="C:\\Windows\\system\\Notepad2.exe"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\Open With Notepad\command]
@="C:\\Windows\\system\\Notepad2.exe %1"
"Icon"="C:\\Windows\\system\\Notepad2.exe"

; Add Hide and Unhide to Context Menu
[HKEY_CLASSES_ROOT\*\shell\Hidden File Attributes]
"SubCommands"="Hide;Unhide"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Hide]
@="Hide Only Selected Folder(s) and/or File(s)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Hide\command]
@="attrib +h \"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Unhide]
@="Unhide Only Selected Folder(s) and/or File(s)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Unhide\command]
@="attrib -h \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\Hidden Folder Attributes]
"SubCommands"="Hide;Hide-all;Unhide;Unhide-all"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Hide-all]
@="Hide Only Subfolders and Files in Selected Folder(s)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Hide-all\command]
@="attrib +h \"%1\\*\" /S /D"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Unhide-all]
@="Unhide Only Subfolders and Files in Selected Folder(s)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Unhide-all\command]
@="attrib -h \"%1\\*\" /S /D"

;Add [Clear Temp Folder] option to the Recycle Bin Icon right-click menu.
;This function will clean entire "Temp" folder
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete]
@="&Clear Temp"
"Icon"="shell32.dll,-278"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\Command]

@=hex(2):43,00,6d,00,64,00,2e,00,65,00,78,00,65,00,20,00,2f,00,63,00,20,00,25,\
  00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,65,00,25,00,\
  20,00,26,00,26,00,20,00,63,00,64,00,20,00,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,54,00,65,00,6d,00,70,00,5c,00,\
  20,00,26,00,26,00,20,00,64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,\
  00,66,00,20,00,2f,00,71,00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,\
  20,00,2f,00,64,00,20,00,25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,\
  00,29,00,20,00,64,00,6f,00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,\
  22,00,20,00,2f,00,71,00,20,00,2f,00,73,00,29,00,20,00,26,00,26,00,20,00,63,\
  00,64,00,20,00,25,00,54,00,45,00,4d,00,50,00,25,00,20,00,26,00,26,00,20,00,\
  64,00,65,00,6c,00,20,00,2a,00,2e,00,2a,00,20,00,2f,00,66,00,20,00,2f,00,71,\
  00,20,00,26,00,26,00,20,00,28,00,66,00,6f,00,72,00,20,00,2f,00,64,00,20,00,\
  25,00,25,00,61,00,20,00,69,00,6e,00,20,00,28,00,2a,00,29,00,20,00,64,00,6f,\
  00,20,00,72,00,64,00,20,00,22,00,25,00,25,00,61,00,22,00,20,00,2f,00,71,00,\
  20,00,2f,00,73,00,29,00,00,00

;Add new CMD file to right click - New
[HKEY_CLASSES_ROOT\.cmd\ShellNew]
"NullFile"=""

;Add new INI file to right click - New
[HKEY_CLASSES_ROOT\.ini\ShellNew]
"NullFile"=""

;Add new REG file to right click - New
[HKEY_CLASSES_ROOT\.reg\ShellNew]
"NullFile"=""

;Remove "Shared Folder Synchronization" from Context Menu
[-HKEY_CLASSES_ROOT\CLSID\{6C467336-8281-4E60-8204-430CED96822D}]

;Remove Gadgets from Desktop Context Menu
[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Gadgets]

;Open in new window context menu
[HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
"MUIVerb"="@shell32.dll,-8517"
"MultiSelectModel"="Document"
"OnlyInBrowserWindow"=""
"LaunchExplorerFlags"=dword:00000001

;Open in new process, context menu
[HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
"Extended"=-

;Toggle Hidden Files On/Off
[HKEY_CLASSES_ROOT\Directory\Background\shell\Show/Hide Hidden Files]
;"HasLUAShield"=""
"Icon"="imageres.dll,13"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Show/Hide Hidden Files\command]
@="WScript C:\\Windows\\system\\HiddenFiles_Toggle.vbs"

[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Show/Hide Hidden Files]
;"HasLUAShield"=""
"Icon"="imageres.dll,13"

[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Show/Hide Hidden Files\command]
@="WScript C:\\Windows\\system\\HiddenFiles_Toggle.vbs"

;Toggle File Extn On/Off
[HKEY_CLASSES_ROOT\Directory\Background\shell\Show/Hide Extensions]
;"HasLUAShield"=""
"Icon"="imageres.dll,109"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Show/Hide Extensions\command]
@="WScript C:\\Windows\\system\\FileExt_Toggle.vbs"

[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Show/Hide Extensions]
;"HasLUAShield"=""
"Icon"="imageres.dll,109"

[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\Show/Hide Extensions\command]
@="WScript C:\\Windows\\system\\FileExt_Toggle.vbs"

; Command window in context menu (works with UAC)
[-HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
@="Open CMD Here"
"Icon"="imageres.dll,-5323"

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""

[-HKEY_CLASSES_ROOT\Directory\shell\cmd]

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open CMD Here"
"Icon"="imageres.dll,-5323"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""

[-HKEY_CLASSES_ROOT\Drive\shell\cmd]

[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open CMD Here"
"Icon"="imageres.dll,-5323"

[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /s /k pushd \"%V\""
 
; Elevated Command window in context menu (works with UAC)
[-HKEY_CLASSES_ROOT\Directory\shell\runas]

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Open Elevated CMD Here"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]

[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
@="Open Elevated CMD Here"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

[-HKEY_CLASSES_ROOT\Drive\shell\runas]

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Open Elevated CMD Here"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /s /k pushd \"%V\""

;Add Power Menu With Sub Menu
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]
"MUIVerb"="Power Menu"
"SubCommands"="shutdown;restart;hibernate;sleep;lock;logoff;switch"
"Icon"="shell32.dll,215"
"Position"="bottom"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]
@="Lock"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]
@="Rundll32 User32.dll,LockWorkStation"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]
@="Log Off"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command]
@="Shutdown -l"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]
@="Switch User"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command]
@="tsdiscon.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
@="Sleep"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]
@="rundll32.exe powrprof.dll,SetSuspendState Sleep"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]
@="Hibernate"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command]
@="Shutdown -h"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]
@="Restart"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]
@="Shutdown -r -f -t 00"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
@="Shut Down"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]
@="Shutdown -s -f -t 00"

;Take Ownership
[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"


Computer Settings

Code:


;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Computer Settings
;=========================================================================

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"LogLevel"=dword:20004001
"BootDir"="C:\\"
"Installation Sources"=hex(7):4b,00,3a,00,5c,00,55,00,70,00,64,00,61,00,74,00,\
  65,00,73,00,5c,00,57,00,48,00,44,00,5c,00,44,00,72,00,69,00,76,00,65,00,72,\
  00,73,00,00,00,00,00

; Theme Settings
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
"DllName"=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,72,00,65,00,73,00,6f,00,75,00,72,00,63,00,65,00,73,00,5c,\
  00,74,00,68,00,65,00,6d,00,65,00,73,00,5c,00,41,00,65,00,72,00,6f,00,5c,00,\
  41,00,65,00,72,00,6f,00,2e,00,6d,00,73,00,73,00,74,00,79,00,6c,00,65,00,73,\
  00,00,00
"PrePolicy-DllName"="C:\\Windows\\resources\\themes\\Aero\\Aero.msstyles"
"LMVersion"="105"
"LoadedBefore"="1"
"ThemeActive"="1"
"LastUserLangID"="1033"
"LastLoadedDPI"="96"
"LastLoadedPPI"="96"
"ColorName"="NormalColor"
"SizeName"="NormalSize"

; Windows Update Preferences
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"IsOOBEInProgress"=dword:00000001
"EnableFeaturedSoftware"=dword:00000001
"AUOptions"=dword:00000001
"IncludeRecommendedUpdates"=dword:00000001
"CachedAUOptions"=dword:00000001
"InstallInProgress"=dword:00000000
"UpdatesAvailableForDownloadLogon"=dword:00000000
"UpdatesAvailableForInstallLogon"=dword:00000000
"UpdatesAvailableWithUiOrEulaLogon"=dword:00000000
"UpdatesAvailableWithUiLogon"=dword:00000000
"FirmwareUpdatesNotDownloaded"=dword:00000000
"FirmwareUpdatesNotInstalled"=dword:00000000

; Search Preferences
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Search\Preferences]
"AutoWildCard"=dword:00000001
"EnableNaturalQuerySyntax"=dword:00000000
"WholeFileSystem"=dword:00000001
"SystemFolders"=dword:00000001
"ArchivedFiles"=dword:00000000

;Display detailed parameters for Drivers in "Device Manager"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"

;Change Windows Update Reboot Timeout and/or Enabledness (Machine option, goes under system or misc)
;(Set at enabled, timeout in minutes, currently 4 hours)
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootRelaunchTimeout"=dword:000000F0

; Prevent Windows Update from Forcibly Rebooting Your Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001

;Stop Windows Update from Hijacking the Sleep/Shutdown Button
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAUAsDefaultShutdownOption"=dword:00000001

; Enable delete confirmation dialog
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ConfirmFileDelete"=dword:00000001

; Disable use check boxes to select items
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"AutoCheckSelect"=dword:00000000

; Restore 96 DPI (100%) Scaling for All Displays
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontDPI]
"LogPixels"=dword:00000060

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0000\Software\Fonts]
"LogPixels"=dword:00000060

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\Software\Fonts]
"LogPixels"=dword:00000060

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
"LogPixels"=dword:00000060

[-HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\FontDPI]

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DesktopDPIOverride"="0"
"LogPixels"=dword:00000060
"Win8DpiScaling"=dword:00000000

;Set Scaling Size
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Scaling]
"MonitorSize"="24"

; Set Control Panel on Classic View and small icons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel]
"AllItemsIconView"=dword:00000001
"StartupPage"=dword:00000001

; Force Classic Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000000

; Hanged programs will be terminated quickly, ie. Automatically it will end tasks of programs that are taking longer to respond.
; Menus will be shown very faster. When you pause on the main menus the sub menus will be shown up faster than normal.
; Disable Aero Snap Docking (WindowArrangementActive)
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"MenuShowDelay"="200"
"WaitToKillAppTimeout"="1000"
"LowLevelHooksTimeout"="1000"
"WindowArrangementActive"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l]
"WaitToKillServiceTimeout"="1000"

; The following values increases the maximum transfer size of USB to 2MB (from the default of 64KB). This may lead to better USB transfer rates. This is only valid when update KB2581464 or successors (and Windows is installed.
; Also the USB interface, which is the last bit in the keyname, may vary between systems. The following are the defaults for the Intel USB on Z77 boards, and also for the Etron USB controller. You will need to add other controllers (Asmedia etc) yourself by navigating to the registry path and copying the USB interface number into the code below. You can simply copy and paste the two lines for additional USB interfaces and change them as required.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbstor\054C00C1]
"MaximumTransferLength"=dword:00200000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbstor\05AC12xx]
"MaximumTransferLength"=dword:00200000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbstor\05AC13xx]
"MaximumTransferLength"=dword:00200000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbstor\05DCA431]
"MaximumTransferLength"=dword:00200000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbstor\058F6362]
"MaximumTransferLength"=dword:00200000

; The following may give better performance in games (some of these may already be at the following levels). Basically it supposedly raises the game processing priority, same as those dodgy programs that you have to pay for, but this does the same thing.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games]
"Scheduling Category"="High"
"SFIO Priority"="High"
"Background Only"="False"
"Priority"=dword:00000001
"GPU Priority"=dword:00000001
"Affinity"=dword:00000001

; Disable UAC (Requires a reboot)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:00000000
"EnableLUA"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000

;Adds a check in box "Play Windows Startup sound" from Control Panel "Sound" for Windows 8 and 8.1
; 0=enable, 1=disable
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation]
"DisableStartupSound"=dword:00000000

; Location sensor on/off located in config screen 1 = on 0 = off
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}]
"SensorPermissionState"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Sensors\LocationProvider]
"CSEnable"=dword:00000000

; Disable Skydrive File Sync
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Skydrive]
"DisableFileSync"=dword:00000001

; Don't Replace Command Prompt with Windows PowerShell On the WinX Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DontUsePowerShellOnWinX"=dword:00000001  

; \\\ SETS UAC SLIDER TO "NEVER NOTIFY (Requires a reboot) ///
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000
"LocalAccountTokenPolicy"=dword:00000001
"PromptOnSecureDesktop"=dword:00000000
"EnableLUA"=dword:00000001

; \\\ ENABLE RECYCLE BIN NOTIFICATION SOUND ///
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]
@="C:\\Windows\\Media\\recycle.wav"
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Modified]
@="C:\\Windows\\Media\\recycle.wav"

;(SHOW)Classic Control Panel and Disable Action Center..
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001 
"HideSCAHealth"=dword:00000001

;(SHOW)"Run As administrator" for .vbs and .Js files..
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\runas]
"HasLUAShield"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\runas\Command]
@=hex(2):22,00,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,57,00,\
  53,00,63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,\
  00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00
; Adds UAC Shield Icon
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSFile\Shell\runas]
"HasLUAShield"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\JSFile\Shell\runas\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,57,00,53,00,\
  63,00,72,00,69,00,70,00,74,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,00,31,\
  00,22,00,20,00,25,00,2a,00,00,00

;Show Drive Letters First
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\ShowDriveLetters]
"UncheckedValue"=dword:00000002
"CheckedValue"=dword:00000000
"Mask"=dword:00000002
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer"
"HKeyRoot"=dword:80000001
"DefaultValue"=dword:00000000
"ValueName"="ShowDriveLettersFirst"
"Text"="@shell32.dll,-30556"
"Type"="checkbox"

; Remove word "shortcut" on shortcuts
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

; Remove shortcut arrows and still lets links work.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
"29"="%systemroot%\\System\\blank_shortcut_arrow.ico"

; Disable Make Everything On Your Screen Bigger
[HKEY_CURRENT_USER\Control Panel\Desktop]
"LogicalDPIOverride"="0"

; Disable Roaming Profiles
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\UserState\UserStateTechnologies\ConfigurationControls]
"RoamingUserProfile"=dword:00000000
"FolderRedirection"=dword:00000000
"OfflineFiles"=dword:00000000

;Disable Zip & Cab Folder View
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_CLASSES_ROOT\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}]

;Remove Scheduled Collection of Usage Data for Windows
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Customer Experience Improvement Program]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{FDD56C73-F0D5-41B6-B767-6EFFD7966428}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{47536D45-EEEC-4BDC-8183-A4DC1F8DA9E4}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{C016366B-7126-46CA-B36B-592A3D95A60B}]

;Search Settings
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Search\Preferences]
"AutoWildCard"=dword:00000001
"EnableNaturalQuerySyntax"=dword:00000000
"WholeFileSystem"=dword:00000000
"SystemFolders"=dword:00000001
"ArchivedFiles"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Search\PrimaryProperties\UnindexedLocations]
"SearchOnly"=dword:00000001

; Disable Browser Choice Update Screen (for Users in EU)
[HKEY_LOCAL_MACHINE\SOFTWARE\BrowserChoice]
"Enable"=dword:00000000

;Enable "Pin to Start Menu" Option for Folders
[HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}]

;Change the Default Update Interval to One Day
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient]
"SpecialPollInterval"=dword:00015180

; 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

; More info on Shortcuts
[-HKEY_CLASSES_ROOT\.lnk\ShellEx\{00021500-0000-0000-C000-000000000046}]

[HKEY_CLASSES_ROOT\lnkfile]
"InfoTip"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ConflictPrompt"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ContentViewModeForBrowse"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ContentViewModeForSearch"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ContentViewModeLayoutPatternForBrowse"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ContentViewModeLayoutPatternForSearch"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"ExtendedTileInfo"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"PreviewDetails"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"PreviewTitle"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"QuickTip"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"SetDefaultsFor"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"TileInfo"="prop:System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay"
"FullDetails"="prop:System.PropGroup.Description;System.ItemTypeText;System.Comment;System.Link.TargetParsingPath;System.AppUserModel.ID;System.ItemFolderPathDisplay;prop:System.PropGroup.FileSystem;System.ItemNameDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;*System.OfflineAvailability;*System.OfflineStatus;*System.SharedWith;*System.FileOwner;*System.ComputerName"
"FileOperationPrompt"="prop:System.ItemTypeText;System.FileOwner;System.Author;System.Title;System.Subject;System.Comment;System.DateModified;System.Link.TargetParsingPath"


Metro Apps/Start Screen

Code:



;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Metro Apps/Start Screen
;=========================================================================

; Search everywhere instead of just my apps when I search from Apps view
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"GlobalSearchInApps"=dword:00000001

; Kill the annoying "Switch between apps" pop-up when launching metro apps..
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001

; Disable Automatic Download and install of Metro apps updates..
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore\WindowsUpdate]
"AutoDownload"=dword:00000002

; Enable Metro Apps to Work on In-Built Administrator Account with UAC Prompt Disabled (Requires Reboot)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000001
"FilterAdministratorToken"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000000
"ConsentPromptBehaviorUser"=dword:00000000
"PromptOnSecureDesktop"=dword:00000000  

; Disable New App Toast Notification
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
;"NoNewAppAlert"=dword:00000001  

; Show the Apps View Automatically when I go to Start
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
;"MakeAllAppsDefault"=dword:00000001  

; List Desktop Apps First in the Apps View when it's Sorted by Category
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"DesktopFirst"=dword:00000001 

; Disable Backup for Windows 8.1 Apps
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\SettingSync]
"EnableBackupForWin8Apps"=dword:00000000
 
; Show Desktop Background as Start Screen Background
;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent]
;"MotionAccentId_v1.00"=dword:000000db

; Change LogonUI and Startscreen Default Background Color (Black)
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"StartColor"=dword:ff000000
"AccentColor"=dword:ff000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent]
"DefaultStartColor"=dword:ff000000

; Turn off The Let Me Teach You About Metro Tutorial Tips
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableHelpSticker"=dword:00000001

; If you use DLNA PlayTo, you might know that Microsoft only allows special certified receiver devices to work with Metro apps
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PlayTo]
"ShowNonCertifiedDevices"=dword:00000001


Desktop/Folder Settings

Code:


;=========================================================================
; ********************** WINDOWS 8.1 REGISTRY TWEAKS *********************
;=========================================================================

;=========================================================================
; ********************** Desktop/Folder Settings
;=========================================================================

; Wallpaper
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpaper]
"LastScan"=hex:20,d9,90,2e,f1,39,cf,01

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpaper\MRU]
"0"=hex:43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,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,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,6d,00,67,00,30,\
  00,2e,00,6a,00,70,00,67,00,00,00,00,00,00,00,50,09,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,46,96,88,ff,00,00,00,10,10,00,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,81,00,00,00,\
  00,00,00,00,00,00,96,88,ff,00,00,00,00,10,00,00,00,00,00,00,e7,74,74,56,f8,\
  7f,00,00,00,00,96,88,ff,00,00,00,02,00,0c,00,00,00,00,00,00,10,00,00,00,00,\
  00,00,10,10,00,00,00,00,00,00,80,46,96,88,ff,00,00,00,58,e5,bc,8b,ff,00,00,\
  00,00,00,96,88,ff,00,00,00,00,00,00,00,00,00,00,00,42,00,00,00,00,00,00,00,\
  42,74,74,56,f8,7f,00,00,00,00,75,88,ff,00,00,00,00,00,00,00,ff,00,00,00,42,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,38,00,00,00,1c,00,\
  00,00,1c,00,00,00,19,00,00,00,04,01,00,00,38,00,08,02,00,00,00,00,20,e6,bc,\
  8b,ff,00,00,00,38,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,00,00,00,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,\
  00,00,00,08,02,00,00,00,00,00,00,40,e6,bc,8b,ff,00,00,00,00,00,00,00,00,00,\
  00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00,b0,87,97,88,ff,00,00,\
  00,00,e7,bc,8b,ff,00,00,00,b0,87,97,88,ff,00,00,00,76,c7,b6,53,f8,7f,00,00,\
  00,00,00,00,00,00,00,00,54,43,b6,53,f8,7f,00,00,cd,60,ce,3e,ae,92,00,00,00,\
  00,00,00,00,00,00,00,b8,e5,bc,8b,ff,00,00,00,00,00,00,00,00,00,00,00,04,01,\
  00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,80,07,00,\
  00,b0,04,00,00,00,78,25,2a,f0,21,cf,01
"MRUListEx"=hex:00,00,00,00,ff,ff,ff,ff

; Remove Desktop Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]  

; Remove Documents Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}]  

; Remove Downloads Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]  

; Remove Music Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}]  

; Remove Pictures Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}]  

; Remove Videos Link from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}]

;Open in new Process
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BrowseNewProcess]
"BrowseNewProcess"="Yes"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ExplorerStartupTraceRecorded"=dword:00000001
"ShellState"=hex:24,00,00,00,34,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
  01,00,00,00,13,00,00,00,00,00,00,00,62,00,00,00
"UserSignedIn"=dword:00000001
"SIDUpdatedOnLibraries"=dword:00000001
"LastClockSize"=hex:42,00,00,00,0f,00,00,00,40,00,00,00,0f,00,00,00,49,00,00,\
  00,0f,00,00,00
"GlobalAssocChangedCounter"=dword:00000003
"AppReadinessLogonComplete"=dword:00000001

; Disable use check boxes to select items
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“AutoCheckSelect”=dword:00000000

; Explorer Preferences
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_SearchFiles"=dword:00000002
"StoreAppsOnTaskbar"=dword:00000000
"ServerAdminUI"=dword:00000000
"Hidden"=dword:00000002
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000001
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000001
"Filter"=dword:00000000
"ShowSuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"AutoCheckSelect"=dword:00000000
"IconsOnly"=dword:00000000
"ShowTypeOverlay"=dword:00000001
"ShowStatusBar"=dword:00000001
"ListviewAlphaSelect"=dword:00000001
"ListviewShadow"=dword:00000001
"TaskbarAnimations"=dword:00000001
"StartMenuInit"=dword:00000006
"TaskbarSizeMove"=dword:00000000
"DisablePreviewDesktop"=dword:00000000
"TaskbarSmallIcons"=dword:00000001
"TaskbarGlomLevel"=dword:00000002
"DontUsePowerShellOnWinX"=dword:00000001
"Start_JumpListItems"=dword:0000000a
"AlwaysShowMenus"=dword:00000001
"PersistBrowsers"=dword:00000001
"NoCDBurning"=dword:00000001
"HideMergeConflicts"=dword:00000000
"StartMenuAdminTools"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"Start_MinMFU"=dword:0000000a
"Start_PowerButtonAction"=dword:00000002
"HideDrivesWithNoMedia"=dword:00000000
"DisableThumbnailCache"=dword:00000001

; Personalization
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Personalization]
"AllowChangeDesktopBackground"=dword:00000001
"AllowPersonalization"=dword:00000001

;Disable the Lock Screen
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
;"NoLockScreen"=dword:00000001 

; Disable Charms Bar and the Apps Switcher
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUI]
"DisableCharmsHint"=dword:00000001
"DisableTRcorner"=dword:00000001
"DisableTLcorner"=dword:00000001

; Go to the Desktop instead of Start when I Sign in
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
"OpenAtLogon"=dword:00000000  

; Apply Thin Windows Borders
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"BorderWidth"="1"
"PaddedBorderWidth"="1"

;(SHOW)Hide Protected Operating System files.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
;"DefaultValue"=dword:00000001
"CheckedValue"=dword:00000000

;** HIDE OR ENABLE DESKTOP ICONS **
; 0 = SHOW
; 1 = HIDE
; Computer = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
; Internet Explorer ="{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000
; Library ="{031E4825-7B94-4DC3-B131-E946B44C8DD5}"=dword:00000000
; Network = "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
; USER PROFILE = "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000
; Control Panel = "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000
; Recycle = "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000000

; Show This Pc, Documents Folder on Desktop 8.1
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
"{871C5380-42A0-1069-A2EA-08002B30309D}.default"=dword:00000000
"{9343812e-1c37-4a49-a12e-4b2d810d956b}"=dword:00000001
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000



descriptionNew reg tweaks EmptyRe: New reg tweaks

more_horiz
Nice collections of tweaks, I will see in the future to improve the tweaks part with a dedicated part. Thank you !
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum