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

description[PENDING] Add registry tweaks Empty[PENDING] Add registry tweaks

more_horiz
hi winter,

could you add these tweaks? (for win 7,8.1 and 10 ?)

Code:

Windows Registry Editor Version 5.00

;Disable Search Online on Unknown File Extensions
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001

ALREADY AVAILABLE IN "Tweaks - System - Improve Windows Shell Response" !

Code:

Windows Registry Editor Version 5.00

; Disable Low disk space checks
; Windows constantly checks to see whether there's enough free space on your hard drive. If there isn't, it displays a low disk space warning. The problem is, all this disk space checking uses a number of system resources, and you probably know if your disk space is low, anyway.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

ALREADY AVAILABLE IN "Tweaks - System - Improve Windows Shell Response" !

Code:

Windows Registry Editor Version 5.00

;Disable Dr Watson
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting]
"Disabled"=dword:00000001

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Disable Bandwidth Limit
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEfforLimit"=dword:00000000

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Disable Autorun for All Drives

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000ff

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Disable Automatic Restart on BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Disable Admin Shares
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Block Negative DNS Entries

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache\Parameters]
"MaxNegativeCacheTtl "=dword:00000000

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Sort All Programs menu by name
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_SortByName"=dword:00000001

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Search other files and libraries
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_SearchFiles"=dword:00000002

;Don't search 0
;Search without public folders 1
;Search with public folders 2

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7) --> ;Don't search 0

Code:

Windows Registry Editor Version 5.00
;Remove 'Add to WMP list' from Audio context-menu

[-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]

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Enable notepad to open nfo files

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]
"Application"="notepad.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="notepad.exe"
"MRUList"="a"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfoFile"=hex(0):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice]
"Progid"="Applications\\notepad.exe"

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Increase Icon Cache to 4MB
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="4096"

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

Code:

Windows Registry Editor Version 5.00

;Force Aero
[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"UseMachineCheck"=dword:00000000
"Blur"=dword:00000000
"Animations"=dword:00000000

IMPLEMENTED in WinReducer 7.0 - v3.00 (RC7)

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
Hey KrX,

Huge list ... and I'm starting implementing them all ... Smile

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
OK, everything has been added except those 2 :

Code:

Windows Registry Editor Version 5.00

;Add 'Open Elevated CMD here' to Folder context-menu
[-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""


Code:

Windows Registry Editor Version 5.00

; Specifies the time, following user input, during which the system keeps apps from moving into the foreground.
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundLockTimeout"=dword:00000000


I will add them later and also add WinReducer 8.1 and 10 support !

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
hey i got some more here:

Windows Registry Editor Version 5.00
;Remove Send Feedback

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FeedbackToolEnabled"=dword:00000000
; original value:
;"FeedbackToolEnabled"=dword:00000003


Windows Registry Editor Version 5.00
;restore previous folders on startup

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"PersistBrowsers"=dword:00000001


Windows Registry Editor Version 5.00

; Do not save encrypted pages to disk

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"DisableCachingOfSSLPages"=dword:00000001


Windows Registry Editor Version 5.00

;Increase Network Throughput

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"MaxCmds"=dword:00000064
"MaxThreads"=dword:00000064
"MaxCollectionCount"=dword:00000064

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters]
"BufferMultiplier"=dword:00000400


Code:

Windows Registry Editor Version 5.00

; Do not allow Windows to turn off Network Adapters

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0024]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0025]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0026]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0027]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0028]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0029]
"PnPCapabilities"=dword:00000018

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0030]
"PnPCapabilities"=dword:00000018




Windows Registry Editor Version 5.00

; Show detailed Device settings in device manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"


Windows Registry Editor Version 5.00

;disable usb message This device can perform faster

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Usb]
"LegacyCheckingEnabled"=dword:00000000
"ErrorCheckingEnabled"=dword:00000001


Windows Registry Editor Version 5.00

; turn off start menu baloon tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMBalloonTip"=dword:00000001


Windows Registry Editor Version 5.00

; Disable UAC notify

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UacDisableNotify"=dword:00000001


Windows Registry Editor Version 5.00

;If an Administrator attempts a protected action - Silently Succeed

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz

Code:

Windows Registry Editor Version 5.00

;Don’t allow Windows to turn off devices
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\USB]
"DisableSelectiveSuspend"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\services\USB]
"DisableSelectiveSuspend"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USB]
"DisableSelectiveSuspend"=dword:00000001


Code:

Windows Registry Editor Version 5.00

;Disable Mapped Drive Checking on Startup
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\NetworkProvider]
"RestoreConnection"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\NetworkProvider]
"RestoreConnection"="0"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"="0"


Code:

Windows Registry Editor Version 5.00

;Disable Group Policy Synchronise
[HKEY_LOCAL_MACHINE\SYSTEM\Microsoft\Windows\CurrentVersion\Policies\System]
"SynchronousMachineGroupPolicy"=dword:00000000
"SynchronousUserGroupPolicy"=dword:00000000


Code:

Windows Registry Editor Version 5.00

;Remove Print from context-menu
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\cmdfile\shell\print]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\regfile\shell\print]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\image\shell\print]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\textfile\shell\print]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\textfile\shell\printto]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\Print]


Code:

Windows Registry Editor Version 5.00

;Enable MSI Service in Safe Mode
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\SafeBoot\Minimal\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\SafeBoot\Minimal\MSIServer]
@="Service"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer]
@="Service"


Code:

Windows Registry Editor Version 5.00

;Disable NTFS Encryption
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\FileSystem]
"NtfsDisableEncryption"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\FileSystem]
"NtfsDisableEncryption"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableEncryption"=dword:00000001

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
hey winter i got again 2 new registry tweaks, they are used for notebooks when pushing the power button and closing the lid

Windows Registry Editor Version 5.00

;Power option - Notebook -> Close Lid

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Power\PowerSettings\5CA83367-6E45-459F-A27B-476B1D01C936]
;Pluged in Cable
"ACSettingIndex"=dword:00000000

;Pluged iff Cable
"DCSettingIndex"=dword:00000000

;0 = do nothing
;1 = Standby
;2 = Hiberinate
;3 = Shut down


Windows Registry Editor Version 5.00

;Power option - Notebook - Push power button  - Kopie

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Power\PowerSettings\7648EFA3-DD9C-4E3E-B566-50F929386280]
;Pluged in Cable
"ACSettingIndex"=dword:00000001

;Pluged iff Cable
"DCSettingIndex"=dword:00000001

;0 = do nothing
;1 = Standby
;2 = Hiberinate
;3 = Shut down


i think for this registry tweaks the user should be able to chose what he wants (0, 1, 2, 3)

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
Hey guys!

I would also like to add some usefull tweaks:

- Add AHCI Link Power Management HIPM-DIPM

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\0b2d69d7-a2a1-449c-9680-f91c70521c60]
"Attributes"=dword:00000002

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\0012ee47-9041-4b5d-9b77-535fba8b1442\dab60367-53fe-4fbc-825e-521d069d2456]
"Attributes"=dword:00000002


- Disable IPv6 in Windows 7

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters]
"DisabledComponents"=dword:ffffffff


- Show All Folders in Navigation Pane

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NavPaneShowAllFolders"=dword:00000001

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
Caution! My 'Disable IPv6' tweak from above leads to some Microsoft isatap errors in the device manager - this is not bad as such, but for some it might be irritating that it now will show some network devices with error code (yellow triangle with exclamation mark). But everything is still working under IPv4.

All the best,
Markus

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
Hello,

Thank you for this information.

Have a good day !

description[PENDING] Add registry tweaks EmptyRe: [PENDING] Add registry tweaks

more_horiz
I need registry or batch file to show ''all the folders as Tiles'' or other option, icons etc.

After installing Windows this can be done from folder option: apply to all, but I want to set this setting through Windows installation.
Thanks....
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum