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

descriptionRegistry Tweaks EmptyRegistry Tweaks

more_horiz
hi winterstorm2050 i thought if you could add some RegTweaks i was searching on the internet and thought some ppl would use them


Code:

Windows Registry Editor Version 5.00
;Add creation of Batch cmd to kontextmenue ...> new
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cmd\ShellNew]
"NullFile"=""

Code:


Windows Registry Editor Version 5.00
;Delete items from kontextmenue ---> new

;delete .bmp
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]

;delete .lnk
[-HKEY_CLASSES_ROOT\.lnk\ShellNew]

;delete .Briefcase
[-HKEY_CLASSES_ROOT\Briefcase\ShellNew]

;delete .rar
[-HKEY_CLASSES_ROOT\.rar\ShellNew]

;delete .zip
[-HKEY_CLASSES_ROOT\.zip\ShellNew]

this regtweaks above here should be seperate

Code:

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

Code:

Windows Registry Editor Version 5.00

; give your self permission to modify and all.

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp]
@=hex(2):41,00,64,00,76,00,61,00,6e,00,63,00,65,00,64,00,20,00,53,00,79,00,73,\
  00,74,00,65,00,6d,00,20,00,50,00,72,00,6f,00,70,00,65,00,72,00,74,00,69,00,\
  65,00,73,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp\command]
@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,20,00,73,00,79,00,73,00,64,\
  00,6d,00,2e,00,63,00,70,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices]
@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\
00,65,00,72,00,00,00
"SuppressionPolicy"=dword:4000003c

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\
65,00,20,00,2f,00,73,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\
32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,\
00,20,00,2f,00,73,00,00,00

Code:

Windows Registry Editor Version 5.00

;Stop caching negative responses

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

Code:

Windows Registry Editor Version 5.00

; Increase the Taskbar Thumbnail Preview Size


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
"MaxThumbSizePx"=dword:00000200
"MinThumbSizePx"=dword:00000200
"ThumbSpacingXPx"=dword:00000000
"ThumbSpacingYPx"=dword:00000000
"TopMarginPx"=dword:00000000
"BottomMarginPx"=dword:00000000
"LeftMarginPx"=dword:00000000
"RightMarginPx"=dword:00000000


 MinThumbSizePx is the importend one here




Code:

Windows Registry Editor Version 5.00

;Make the text white in command windows

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000F

Code:

Windows Registry Editor Version 5.00


; Make the Windows registration with Microsoft unnecessary

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"RegDone"="1"

Code:

Windows Registry Editor Version 5.00
;Mouse hover time 20
[HKEY_CURRENT_USER\Control Panel\Mouse]

"MouseHoverTime"="20"

Code:

Windows Registry Editor Version 5.00
;Remove Switch User
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"HideFastUserSwitching"=dword:00000001

Code:

Windows Registry Editor Version 5.00

; Remove warning about showing hidden system folders

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"WarningIfNotDefault"=-

Code:

Windows Registry Editor Version 5.00
;Scandisk change to 5 seconds
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
"AutoChkTimeOut"=dword:00000005

Code:

;Add Take Ownership to right-click options
[HKEY_CLASSES_ROOT\*\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=”"
“NoWorkingDirectory”=”"

[HKEY_CLASSES_ROOT\*\shell\takeownership\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\exefile\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=”"
“NoWorkingDirectory”=”"

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\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\takeownership]
@=”Take ownership”
“HasLUAShield”=”"
“NoWorkingDirectory”=”"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\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”

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=”"
“NoWorkingDirectory”=”"

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”

but i remeber that tweak didnt work for me (german language) in windows 7 i dont know why, i needed another tweak


Winterstorm,

i will delete the tweaks you already inserted in WinReducer when i get back home.

you can also delete regtweaks from my post when you inserted them if you want

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
KrX, wonderful reg tweaks list ! Some of them are already integrated and I'm really interested by many of them ... So I will integrate them for v0.99.4 or v0.99.5 ...  Very Happy 

Thank you very much ! You are the registry tweaks king :  king

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
so i hope i deleted all tweaks that are already in WinReducer

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
I've added in v0.99.5 : all "CTRL+ALT+DEL Screen" and "Taskbar grouping"

Thank You KrX !

 Very Happy

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
More

Remove Links from My Computer

Code:


Windows Registry Editor Version 5.00

; 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}]

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
hello, i have 2 pc, one is on win8.1 and other is on win7, on the win7 i done this tweaks

Registry Tweaks DfCmpkP

 have begin to do a win8.1 iso, and a question, if i export those tweaks how can i add to my win8.1 iso?
and how to add a folder named Icons with icons in my future win8.1 Windows folder?

descriptionRegistry Tweaks EmptyRe: Registry Tweaks

more_horiz
i removed hopefully all tweaks from the first post that are already integrated
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum