hi winterstorm2050 i thought if you could add some RegTweaks i was searching on the internet and thought some ppl would use themCode:
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 seperateCode:
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:00000001Code:
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,00Code:
Windows Registry Editor Version 5.00
;Stop caching negative responses
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxNegativeCacheTtl "=dword:00000000Code:
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 hereCode:
Windows Registry Editor Version 5.00
;Make the text white in command windows
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"DefaultColor"=dword:0000000FCode:
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:00000001Code:
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:00000005Code:
;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