Jump to content

Registry Tweaks Pt 3


Recommended Posts

So I just reinstalled an old laptop with my uA disc, didn't had any RecycleBin tweaks.

Just used the tweak you gave:

;Add Empty Recycle Bin To My Computer Right Click Context Menu

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

Unfortunately, this adds "Empty recyclebin" to all folders and drives.

Just to test I also applied the deletekeys, but that didn't had any effect (ofcourse this was a 'clean' install so there was nothing to delete).

I will try to find a fix for this.

Same goes for the Unlocker thing:

[HKEY_CLASSES_ROOT\Folder\Shellex\ContextMenuHandlers\UnlockerShellExtension]

@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

This is not neccesary, Unlocker installer already installs UnlockerShellExtension to "ContextMenuHandlers". This does not place Unlocker to my computer... at least not with me.. Does install it to all other contextmenus (also Menu Starts context menu!)

but it should be in My pc context menu as well! the tweak above for Recycle Bin is excactly te same.. just a different shellcode... why does recyclebin appear in my pc context menu and Unlocker doesn't??

Very strange...

EDIT:

To add something to My Computer Contextmenu ONLY I thing this is perhaps the only way:

;add Control Panel to right-click My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel]
@="Start Control Panel"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

Will try to create same thing but then for Unlocker and Empty Recycle Bin.

F*ck I can't get things with a CODE to work...

Unlocker has the code: {DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}

Empty Recycle Bin: {645FF040-5081-101B-9F08-00AA002F954E}

Edited by ZileXa
Link to comment
Share on other sites


Thanks for the input for setting defaults for all users, I have done that before. I want to have it setup with the UA installation. I want to be able to apply the tweaks for any users that log on.

Express, I understand. It works fine to put your tweaks in through cmdlines.txt. If you had a problem w/that then you probably need to check the tweaks you're using and where you're putting them.

I use INF files for my UA. Here's the line I use in cmdlines.txt:

"RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 C:\Windows\Inf\<name-of-tweak-file.inf>"

Here's some of the stuff I set for all users through my <name-of-tweak-file.inf>:

[Version]
Signature = "$CHICAGO$"

[DefaultInstall]
AddReg = Install.MSWinCVExpAdv ;;; this section will install all appearance related tweaks
AddReg = Install.MSWinCVExpAdvFolder
AddReg = Install.MSWinCVExpVE ;;; this section will

[Install.MSWinCVExpAdv]
;;; I. Desktop Appearance Items - Tools - Folder Options - View
;;; A. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
HKCU,"%MSWinCVExpAdv%","CascadeControlPanel",0x00000000,"NO" ;;; Start menu expand control panel = YES
HKCU,"%MSWinCVExpAdv%","CascadeMyDocuments",0x00000000,"NO" ;;; Start menu expand my documents = YES
HKCU,"%MSWinCVExpAdv%","CascadeMyPictures",0x00000000,"NO" ;;; Start menu expand my pictures = YES
HKCU,"%MSWinCVExpAdv%","CascadeNetworkConnections",0x00000000,"NO" ;;; Start menu expand network connections = YES
HKCU,"%MSWinCVExpAdv%","CascadePrinters",0x00000000,"NO" ;;; Start menu expand printers = YES
HKCU,"%MSWinCVExpAdv%","ClassicViewState",0x00010001,0x00000000 ;;; remember each folder's view settings 0 = remember
HKCU,"%MSWinCVExpAdv%","DisableThumbnailCache",0x00010001,0x00000001 ;;; Thumbnail cache (0=Cache Thumbnails, 1=Do Not Cache Thumbnails)
HKCU,"%MSWinCVExpAdv%","DontPrettyPath",0x00010001,0x00000000 ;;; shows names as initial caps
HKCU,"%MSWinCVExpAdv%","EnableBalloonTips",0x00010001,0x00000000 ;;; Balloon Tips (0=Disable, 1=Enable)
HKCU,"%MSWinCVExpAdv%","Filter",0x00010001,0x00000000 ;;; not sure, all samples + actual show 0
HKCU,"%MSWinCVExpAdv%","FolderContentsInfoTip",0x00010001,0x00000000 ;;; Show files size info in folder tips (O=Disabled, 1=Enabled)
HKCU,"%MSWinCVExpAdv%","FriendlyTree",0x00010001,0x00000000 ;;; show simple view in explorer
HKCU,"%MSWinCVExpAdv%","Hidden",0x00010001,0x00000001 ;;; Show Hidden Files and Folders (2=Hide Files, 1=Show Files)
HKCU,"%MSWinCVExpAdv%","HideFileExt",0x00010001,0x00000000 ;;; Hide Extensions (0=Show Extensions, 1=Hide Extensions)
HKCU,"%MSWinCVExpAdv%","HideIcons",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","IntelliMenus",0x00010001,0x00000000 ;;; intellimenus = personalized menus = 1
HKCU,"%MSWinCVExpAdv%","ListviewAlphaSelect",0x00010001,0x00000001 ;;; show translucent selection rectangle
HKCU,"%MSWinCVExpAdv%","ListviewShadow",0x00010001,0x00000000 ;;; use Drop Shadows for icon labels on the Desktop
HKCU,"%MSWinCVExpAdv%","ListviewWatermark",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","MapNetDrvBtn",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","NoNetCrawling",0x00010001,0x00000001 ;;; Auto Search net folders & printers (0=Enabled, 1=Disabled)
HKCU,"%MSWinCVExpAdv%","PersistBrowsers",0x00010001,0x00000001 ;;; Restore Folder Windows at Startup (0=Disabled, 1=Enabled)
HKCU,"%MSWinCVExpAdv%","SeparateProcess",0x00010001,0x00000000 ;;; launch folder windows in separate process
HKCU,"%MSWinCVExpAdv%","ServerAdminUI",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","ShowCompColor",0x00010001,0x00000001 ;;; Show Encrypted or Compressed NTFS files in Color
HKCU,"%MSWinCVExpAdv%","ShowInfoTip",0x00010001,0x00000000 ;;; Show info tips on mouse hover
HKCU,"%MSWinCVExpAdv%","ShowSuperHidden",0x00010001,0x00000001 ;;; Hide Protected system Files (0=Hide Files, 1=Show Files)
HKCU,"%MSWinCVExpAdv%","Start_AdminToolsRoot",0x00010001,0x00000002
HKCU,"%MSWinCVExpAdv%","Start_LargeIcons",0x00010001,0x00000001 ;;; Start menu show small icons = 0
HKCU,"%MSWinCVExpAdv%","Start_ShowHelp",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","Start_ShowMyMusic",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","Start_ShowMyPics",0x00010001,0x00000000
HKCU,"%MSWinCVExpAdv%","StartButtonBalloonTip",0x00010001,0x00000000 ;;; Show "Click here to begin" (0=Disabled, 1=Enabled)
HKCU,"%MSWinCVExpAdv%","StartMenuAdminTools",0x00000000,"YES" ;;; Start menu display admin tools = YES
HKCU,"%MSWinCVExpAdv%","StartMenuChange",0x00010001,0x00000001 ;;; Start menu enable dragging & dropping = 1
HKCU,"%MSWinCVExpAdv%","StartMenuFavorites",0x00010001,0x00000000 ;;; Show Favorites on Start Menu (0=Do Not Show, 1=Show Favorites)
HKCU,"%MSWinCVExpAdv%","StartMenuInit",0x00010001,0x00000002
HKCU,"%MSWinCVExpAdv%","StartMenuLogoff",0x00010001,0x00000001 ;;; Show Logoff on Start (0=Do Not Show Logoff, 1=Show Logoff)
HKCU,"%MSWinCVExpAdv%","StartMenuRun",0x00010001,0x00000001 ;;; show run on start menu = 1
HKCU,"%MSWinCVExpAdv%","StartMenuScrollPrograms",0x00000000,"NO" ;;; Start menu scroll programs = YES
HKCU,"%MSWinCVExpAdv%","SuperHidden",0x00010001,0x00000001
HKCU,"%MSWinCVExpAdv%","TaskbarAnimations",0x00010001,0x00000001
HKCU,"%MSWinCVExpAdv%","TaskbarGlomming",0x00010001,0x00000000 ;;; grouping of similar taskbar buttons
HKCU,"%MSWinCVExpAdv%","TaskbarSizeMove",0x00010001,0x00000001 ;;; change size of taskbar
HKCU,"%MSWinCVExpAdv%","WebView",0x00010001,0x00000000 ;;; 0 = use windows classic folders
HKCU,"%MSWinCVExpAdv%","WebViewBarricade",0x00010001,0x00000001 ;;; display contents of system folders 0 = no, 1 = yes

[Install.MSWinCVExpAdvFolder]
;;; B. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder
HKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","CheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","UncheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","DefaultValue",0x00010001,0x00000000 ;;; remember each folder's view settings 0 = remember
HKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","CheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","UncheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","DefaultValue",0x00010001,0x00000001 ;;; show control panel in my computer
HKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","DefaultValue",0x00010001,0x00000000 ;;; launch folder windows in separate process (SeparateProcess in HKCU)
HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","DefaultValue",0x00010001,0x00000001 ;;; Thumbnail cache (0=Cache Thumbnails, 1=Do Not Cache Thumbnails)
HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","DefaultValue",0x00010001,0x00000000 ;;; Show files size info in folder tips (O=Disabled, 1=Enabled)
HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","DefaultValue",0x00010001,0x00000000 ;;; show simple view in explorer
HKLM,"%MSWinCVExpAdvFolder%\Hidden\NOHIDDEN","CheckedValue",0x00010001,0x00000002
HKLM,"%MSWinCVExpAdvFolder%\Hidden\NOHIDDEN","DefaultValue",0x00010001,0x00000001 ;;; Show Hidden Files and Folders (2=Hide Files, 1=Show Files)
HKLM,"%MSWinCVExpAdvFolder%\Hidden\SHOWALL","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\Hidden\SHOWALL","DefaultValue",0x00010001,0x00000001 ;;; Show Hidden Files and Folders (2=Hide Files, 1=Show Files)
HKLM,"%MSWinCVExpAdvFolder%\HideFileExt","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\HideFileExt","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\HideFileExt","DefaultValue",0x00010001,0x00000000 ;;; Hide Extensions (0=Show Extensions, 1=Hide Extensions)
HKLM,"%MSWinCVExpAdvFolder%\NetCrawler","CheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\NetCrawler","UncheckedValue",0x00010001,0x00000001 ;;; Auto Search net folders & printers (0=Enabled, 1=Disabled)
HKLM,"%MSWinCVExpAdvFolder%\NetCrawler","DefaultValue",0x00010001,0x00000001 ;;; Note: this value is setup opposite from the HKCU value
HKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","DefaultValue",0x00010001,0x00000001 ;;; Restore Folder Windows at Startup (0=Disabled, 1=Enabled)
HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","DefaultValue",0x00010001,0x00000001 ;;; Show Encrypted or Compressed NTFS files in Color
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","DefaultValue",0x00010001,0x00000001 ;;; Show full path in both address & title bars
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","DefaultValue",0x00010001,0x00000001 ;;; Show full path in both address & title bars
HKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","DefaultValue",0x00010001,0x00000000 ;;; Show info tips on mouse hover
HKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","UncheckedValue",0x00010001,0x00000000 ;;; Use simple file sharing 0 = no, unchecked
HKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","DefaultValue",0x00010001,0x00000000 ;;; matching value is in HKLM\SYS\CCS\Control\LSA
HKLM,"%MSWinCVExpAdvFolder%\SuperHidden","CheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\SuperHidden","UncheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\SuperHidden","DefaultValue",0x00010001,0x00000001 ;;; Hide Protected system Files (0=Hide Files, 1=Show Files)
HKLM,"%MSWinCVExpAdvFolder%\Thickets\AUTO","CheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\Thickets\AUTO","DefaultValue",0x00010001,0x00000000 ;;; Show and manage the pair as a single file
HKLM,"%MSWinCVExpAdvFolder%\Thickets\NOHIDE","CheckedValue",0x00010001,0x00000002
HKLM,"%MSWinCVExpAdvFolder%\Thickets\NOHIDE","DefaultValue",0x00010001,0x00000002 ;;; Show both parts but manage as a single file
HKLM,"%MSWinCVExpAdvFolder%\Thickets\NONE","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\Thickets\NONE","DefaultValue",0x00010001,0x00000000 ;;; Show both parts and manage them individually
HKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","DefaultValue",0x00010001,0x00000001 ;;; display contents of system folders 0 = no, 1 = yes

[Install.MSWinCVExpVE]
;;; C. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Visual Effects
HKCU,"%MSWinCVExpVE%","VisualFXSetting",0x00010001,0x00000003
HKCU,"%MSWinCVExpVE%\AnimateMinMax","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ComboBoxAnimation","DefaultApplied",0x00010001,0x00000001 ;;; slide open combo boxes, see line 191 for details
HKCU,"%MSWinCVExpVE%\CursorShadow","DefaultApplied",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\DragFullWindows","DefaultApplied",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\DropShadow","DefaultValue",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\DropShadow","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\FontSmoothing","DefaultValue",0x00010001,0x00000002
HKCU,"%MSWinCVExpVE%\FontSmoothing","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ListBoxSmoothScrolling","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultValue",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ListviewShadow","DefaultValue",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\ListviewShadow","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\ListviewWatermark","DefaultValue",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\ListviewWatermark","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\MenuAnimation","DefaultValue",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\MenuAnimation","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\SelectionFade","DefaultValue",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\SelectionFade","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\TaskbarAnimations","DefaultValue",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\TaskbarAnimations","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\TooltipAnimation","DefaultValue",0x00010001,0x00000000
HKCU,"%MSWinCVExpVE%\TooltipAnimation","DefaultApplied",0x00010001,0x00000001
HKCU,"%MSWinCVExpVE%\WebView","DefaultApplied",0x00010001,0x00000001

;;; D. HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Visual Effects
HKLM,"%MSWinCVExpVE%\AnimateMinMax","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\AnimateMinMax","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\AnimateMinMax","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ComboBoxAnimation","CheckedValue",0x00010001,0x00000001 ;;; slide open combo boxes, must be set here
HKLM,"%MSWinCVExpVE%\ComboBoxAnimation","UncheckedValue",0x00010001,0x00000000 ;;; and in 1st octet in user preferences mask -04hex to turn off
HKLM,"%MSWinCVExpVE%\ComboBoxAnimation","DefaultValue",0x00010001,0x00000001 ;;; 1 = on, 0 = off
HKLM,"%MSWinCVExpVE%\CursorShadow","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\CursorShadow","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\CursorShadow","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\DragFullWindows","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\DragFullWindows","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\DragFullWindows","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\DropShadow","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\DropShadow","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\DropShadow","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListviewShadow","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListviewShadow","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListviewShadow","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListviewWatermark","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\ListviewWatermark","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\ListviewWatermark","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\MenuAnimation","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\MenuAnimation","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\MenuAnimation","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\SelectionFade","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\SelectionFade","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\SelectionFade","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\TaskbarAnimations","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\TaskbarAnimations","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\TaskbarAnimations","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\Themes","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\Themes","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\Themes","DefaultValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\TooltipAnimation","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\TooltipAnimation","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\TooltipAnimation","DefaultValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\WebView","CheckedValue",0x00010001,0x00000001
HKLM,"%MSWinCVExpVE%\WebView","UncheckedValue",0x00010001,0x00000000
HKLM,"%MSWinCVExpVE%\WebView","DefaultValue",0x00010001,0x00000000

Almost for the [strings] section:

[Strings]				;;;  should be the same on all INFs
IEMain = "SOFTWARE\Microsoft\Internet Explorer\Main"
MSWin = "SOFTWARE\Microsoft"
MSWMPPref = "Software\Microsoft\MediaPlayer\Preferences"
MSWMPPlayExt = "SOFTWARE\Microsoft\MediaPlayer\Player\Extensions"
MSWinCV = "SOFTWARE\Microsoft\Windows\CurrentVersion"
MSWinCVExp = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer"
MSWinCVExpCS = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CabinetState"
MSWinCVExpAdv = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
MSWinCVExpAdvFolder = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder"
MSWinCVExpStrms = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams"
MSWinCVExpVE = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects"
Policies = "SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system"
RealPlayRealNetRMSDK = "Software\RealNetworks\RealMediaSDK"
RunOnceEx = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
RunOnceSetup = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\Setup"
Desktop = "Control Panel\Desktop"
CCSControl = "SYSTEM\CurrentControlSet\Control"
CCSControl001 = "SYSTEM\ControlSet001\Control"
CCSServices = "SYSTEM\CurrentControlSet\Services"
CCSServices001 = "SYSTEM\ControlSet001\Services"
Classes = "SOFTWARE\Classes"

All the above works fine for me. Either change the values you want or delete the lines you don't like. Should work. I didn't include all the comments explaining what each tweak is, I'm assuming you know most of them.

Some of the settings have to be applied to HKLM as well as HKCU.

Hope this helps you.

Link to comment
Share on other sites

Reg tweaks updated on first page.

Very nice!

Though for future reference I highly recommand Registry_Tweaks_October_10th_2005 instead of Registry_Tweaks_10_10_05 since not every Country uses the same date format. :P That is to say someone might think the current files is October 5th 2010 . ;)

And I think font:@Arial Unicode MS;size:10 looks best. :D

Just picking. :w00t:

Edited by war59312
Link to comment
Share on other sites

Um ZileXa, me and you seem to be getting different results
I'm not sure how we can get different results if we do the same thing...

You put the exact same entries in as I listed, via cmdlines.txt and it did something different? I'd really like to see the file you used and how you applied it.

Getting different results for the same thing doesn't make sense. :wacko:

When working w/the registry, entries have to be very specific and very often 2 or more keys have to be set together to get the desired result. As an example the following keys look similar appear to do the same thing but if any one is left out or changed, the results will be totally different.

HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects","ShowSuperHidden",0x00010001,0x00000001
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SuperHidden",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","CheckedValue",0x00010001,0x00000000
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","UncheckedValue",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","DefaultValue",0x00010001,0x00000001

Link to comment
Share on other sites

Reg tweaks updated on first page.

Very nice!

Though for future reference I highly recommand Registry_Tweaks_October_10th_2005 instead of Registry_Tweaks_10_10_05 since not every Country uses the same date format. :P That is to say someone might think the current files is October 5th 2010 . ;)

And I think font:@Arial Unicode MS;size:10 looks best. :D

Just picking. :w00t:

Ok in the next update

Link to comment
Share on other sites

Um ZileXa, me and you seem to be getting different results
I'm not sure how we can get different results if we do the same thing...

You put the exact same entries in as I listed, via cmdlines.txt and it did something different? I'd really like to see the file you used and how you applied it.

Getting different results for the same thing doesn't make sense. :wacko:

When working w/the registry, entries have to be very specific and very often 2 or more keys have to be set together to get the desired result. As an example the following keys look similar appear to do the same thing but if any one is left out or changed, the results will be totally different.

HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects","ShowSuperHidden",0x00010001,0x00000001
HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SuperHidden",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","CheckedValue",0x00010001,0x00000000
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","UncheckedValue",0x00010001,0x00000001
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","DefaultValue",0x00010001,0x00000001

That's just it, did not test it. Just is what I applied manually on my live computer. Must be some other settings in the registry that I had since applied.

Well hope you figure it out.

So I just reinstalled an old laptop with my uA disc, didn't had any RecycleBin tweaks.

Just used the tweak you gave:

;Add Empty Recycle Bin To My Computer Right Click Context Menu

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Empty Recycle Bin]

@="{645FF040-5081-101B-9F08-00AA002F954E}"

Unfortunately, this adds "Empty recyclebin" to all folders and drives.

Just to test I also applied the deletekeys, but that didn't had any effect (ofcourse this was a 'clean' install so there was nothing to delete).

I will try to find a fix for this.

Ok so something like this:

;Add Empty Recycle Bin To My Computer Right Click Context Menu
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Test]
@="Test"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Test\command]
@="{645FF040-5081-101B-9F08-00AA002F954E}"

Not working for some reason though and do not get why. But that how you add to just my computer context menu.

Edited by war59312
Link to comment
Share on other sites

i've a problem,

i'm importing a REG_NONE type with a REG

command.

The .reg entry says the value is "hex(0):"

but if i execute this line:

REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids" /V "MSInfo.Document" /T REG_NONE /D hex(0): /F

the value in the registry is not the same (no binary value).

Why?

Link to comment
Share on other sites

I've split the tweaks into 2 files. might be of use to someone, i've corrected a few things too added all to the changelog.

tested both files. safever and powerver.

just rename the files to .reg and run

i've found some more duplicates!

moved 8.3 dos filename to power.

sorted cmd enhancements

changed recommended notepad replacement to scite, same core really

17/10/05

PRtwks.txt

RegTwks.txt

Edited by gilesw
Link to comment
Share on other sites

Anybody:

This doesn't work in regtweaks, it is always 12% !!! :realmad:

---- Set System Restore Space Allotment at 5% (not default 12%) ----

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]

"DiskPercent"=dword:00000005

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...