ZileXa Posted October 8, 2005 Posted October 8, 2005 (edited) 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 October 8, 2005 by ZileXa
glent Posted October 10, 2005 Author Posted October 10, 2005 Reg tweaks updated on first page 10/10/05
NemoNada Posted October 10, 2005 Posted October 10, 2005 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 tweaksAddReg = Install.MSWinCVExpAdvFolderAddReg = Install.MSWinCVExpVE ;;; this section will [Install.MSWinCVExpAdv];;; I. Desktop Appearance Items - Tools - Folder Options - View;;; A. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedHKCU,"%MSWinCVExpAdv%","CascadeControlPanel",0x00000000,"NO" ;;; Start menu expand control panel = YESHKCU,"%MSWinCVExpAdv%","CascadeMyDocuments",0x00000000,"NO" ;;; Start menu expand my documents = YESHKCU,"%MSWinCVExpAdv%","CascadeMyPictures",0x00000000,"NO" ;;; Start menu expand my pictures = YESHKCU,"%MSWinCVExpAdv%","CascadeNetworkConnections",0x00000000,"NO" ;;; Start menu expand network connections = YESHKCU,"%MSWinCVExpAdv%","CascadePrinters",0x00000000,"NO" ;;; Start menu expand printers = YESHKCU,"%MSWinCVExpAdv%","ClassicViewState",0x00010001,0x00000000 ;;; remember each folder's view settings 0 = rememberHKCU,"%MSWinCVExpAdv%","DisableThumbnailCache",0x00010001,0x00000001 ;;; Thumbnail cache (0=Cache Thumbnails, 1=Do Not Cache Thumbnails)HKCU,"%MSWinCVExpAdv%","DontPrettyPath",0x00010001,0x00000000 ;;; shows names as initial capsHKCU,"%MSWinCVExpAdv%","EnableBalloonTips",0x00010001,0x00000000 ;;; Balloon Tips (0=Disable, 1=Enable)HKCU,"%MSWinCVExpAdv%","Filter",0x00010001,0x00000000 ;;; not sure, all samples + actual show 0HKCU,"%MSWinCVExpAdv%","FolderContentsInfoTip",0x00010001,0x00000000 ;;; Show files size info in folder tips (O=Disabled, 1=Enabled)HKCU,"%MSWinCVExpAdv%","FriendlyTree",0x00010001,0x00000000 ;;; show simple view in explorerHKCU,"%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,0x00000000HKCU,"%MSWinCVExpAdv%","IntelliMenus",0x00010001,0x00000000 ;;; intellimenus = personalized menus = 1HKCU,"%MSWinCVExpAdv%","ListviewAlphaSelect",0x00010001,0x00000001 ;;; show translucent selection rectangleHKCU,"%MSWinCVExpAdv%","ListviewShadow",0x00010001,0x00000000 ;;; use Drop Shadows for icon labels on the DesktopHKCU,"%MSWinCVExpAdv%","ListviewWatermark",0x00010001,0x00000000HKCU,"%MSWinCVExpAdv%","MapNetDrvBtn",0x00010001,0x00000000HKCU,"%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 processHKCU,"%MSWinCVExpAdv%","ServerAdminUI",0x00010001,0x00000000HKCU,"%MSWinCVExpAdv%","ShowCompColor",0x00010001,0x00000001 ;;; Show Encrypted or Compressed NTFS files in ColorHKCU,"%MSWinCVExpAdv%","ShowInfoTip",0x00010001,0x00000000 ;;; Show info tips on mouse hoverHKCU,"%MSWinCVExpAdv%","ShowSuperHidden",0x00010001,0x00000001 ;;; Hide Protected system Files (0=Hide Files, 1=Show Files)HKCU,"%MSWinCVExpAdv%","Start_AdminToolsRoot",0x00010001,0x00000002HKCU,"%MSWinCVExpAdv%","Start_LargeIcons",0x00010001,0x00000001 ;;; Start menu show small icons = 0HKCU,"%MSWinCVExpAdv%","Start_ShowHelp",0x00010001,0x00000000HKCU,"%MSWinCVExpAdv%","Start_ShowMyMusic",0x00010001,0x00000000HKCU,"%MSWinCVExpAdv%","Start_ShowMyPics",0x00010001,0x00000000HKCU,"%MSWinCVExpAdv%","StartButtonBalloonTip",0x00010001,0x00000000 ;;; Show "Click here to begin" (0=Disabled, 1=Enabled)HKCU,"%MSWinCVExpAdv%","StartMenuAdminTools",0x00000000,"YES" ;;; Start menu display admin tools = YESHKCU,"%MSWinCVExpAdv%","StartMenuChange",0x00010001,0x00000001 ;;; Start menu enable dragging & dropping = 1HKCU,"%MSWinCVExpAdv%","StartMenuFavorites",0x00010001,0x00000000 ;;; Show Favorites on Start Menu (0=Do Not Show, 1=Show Favorites)HKCU,"%MSWinCVExpAdv%","StartMenuInit",0x00010001,0x00000002HKCU,"%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 = 1HKCU,"%MSWinCVExpAdv%","StartMenuScrollPrograms",0x00000000,"NO" ;;; Start menu scroll programs = YESHKCU,"%MSWinCVExpAdv%","SuperHidden",0x00010001,0x00000001HKCU,"%MSWinCVExpAdv%","TaskbarAnimations",0x00010001,0x00000001HKCU,"%MSWinCVExpAdv%","TaskbarGlomming",0x00010001,0x00000000 ;;; grouping of similar taskbar buttonsHKCU,"%MSWinCVExpAdv%","TaskbarSizeMove",0x00010001,0x00000001 ;;; change size of taskbarHKCU,"%MSWinCVExpAdv%","WebView",0x00010001,0x00000000 ;;; 0 = use windows classic foldersHKCU,"%MSWinCVExpAdv%","WebViewBarricade",0x00010001,0x00000001 ;;; display contents of system folders 0 = no, 1 = yes[Install.MSWinCVExpAdvFolder];;; B. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\FolderHKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","CheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","UncheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ClassicViewState","DefaultValue",0x00010001,0x00000000 ;;; remember each folder's view settings 0 = rememberHKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","CheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","UncheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ControlPanelInMyComputer","DefaultValue",0x00010001,0x00000001 ;;; show control panel in my computerHKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\DesktopProcess","DefaultValue",0x00010001,0x00000000 ;;; launch folder windows in separate process (SeparateProcess in HKCU)HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\DisableThumbCache","DefaultValue",0x00010001,0x00000001 ;;; Thumbnail cache (0=Cache Thumbnails, 1=Do Not Cache Thumbnails)HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\FolderSizeTip","DefaultValue",0x00010001,0x00000000 ;;; Show files size info in folder tips (O=Disabled, 1=Enabled)HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\FriendlyTree","DefaultValue",0x00010001,0x00000000 ;;; show simple view in explorerHKLM,"%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,0x00000001HKLM,"%MSWinCVExpAdvFolder%\HideFileExt","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\HideFileExt","DefaultValue",0x00010001,0x00000000 ;;; Hide Extensions (0=Show Extensions, 1=Hide Extensions)HKLM,"%MSWinCVExpAdvFolder%\NetCrawler","CheckedValue",0x00010001,0x00000000HKLM,"%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 valueHKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\PersistBrowsers","DefaultValue",0x00010001,0x00000001 ;;; Restore Folder Windows at Startup (0=Disabled, 1=Enabled)HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ShowCompColor","DefaultValue",0x00010001,0x00000001 ;;; Show Encrypted or Compressed NTFS files in ColorHKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ShowFullPath","DefaultValue",0x00010001,0x00000001 ;;; Show full path in both address & title barsHKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ShowFullPathAddress","DefaultValue",0x00010001,0x00000001 ;;; Show full path in both address & title barsHKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\ShowInfoTip","DefaultValue",0x00010001,0x00000000 ;;; Show info tips on mouse hoverHKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","CheckedValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","UncheckedValue",0x00010001,0x00000000 ;;; Use simple file sharing 0 = no, uncheckedHKLM,"%MSWinCVExpAdvFolder%\SimpleSharing","DefaultValue",0x00010001,0x00000000 ;;; matching value is in HKLM\SYS\CCS\Control\LSAHKLM,"%MSWinCVExpAdvFolder%\SuperHidden","CheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\SuperHidden","UncheckedValue",0x00010001,0x00000001HKLM,"%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 fileHKLM,"%MSWinCVExpAdvFolder%\Thickets\NOHIDE","CheckedValue",0x00010001,0x00000002 HKLM,"%MSWinCVExpAdvFolder%\Thickets\NOHIDE","DefaultValue",0x00010001,0x00000002 ;;; Show both parts but manage as a single fileHKLM,"%MSWinCVExpAdvFolder%\Thickets\NONE","CheckedValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpAdvFolder%\Thickets\NONE","DefaultValue",0x00010001,0x00000000 ;;; Show both parts and manage them individuallyHKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpAdvFolder%\WebViewBarricade","DefaultValue",0x00010001,0x00000001 ;;; display contents of system folders 0 = no, 1 = yes[Install.MSWinCVExpVE];;; C. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Visual EffectsHKCU,"%MSWinCVExpVE%","VisualFXSetting",0x00010001,0x00000003HKCU,"%MSWinCVExpVE%\AnimateMinMax","DefaultApplied",0x00010001,0x00000001 HKCU,"%MSWinCVExpVE%\ComboBoxAnimation","DefaultApplied",0x00010001,0x00000001 ;;; slide open combo boxes, see line 191 for detailsHKCU,"%MSWinCVExpVE%\CursorShadow","DefaultApplied",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\DragFullWindows","DefaultApplied",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\DropShadow","DefaultValue",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\DropShadow","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\FontSmoothing","DefaultValue",0x00010001,0x00000002HKCU,"%MSWinCVExpVE%\FontSmoothing","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\ListBoxSmoothScrolling","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultValue",0x00010001,0x00000001 HKCU,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\ListviewShadow","DefaultValue",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\ListviewShadow","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\ListviewWatermark","DefaultValue",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\ListviewWatermark","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\MenuAnimation","DefaultValue",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\MenuAnimation","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\SelectionFade","DefaultValue",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\SelectionFade","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\TaskbarAnimations","DefaultValue",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\TaskbarAnimations","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\TooltipAnimation","DefaultValue",0x00010001,0x00000000HKCU,"%MSWinCVExpVE%\TooltipAnimation","DefaultApplied",0x00010001,0x00000001HKCU,"%MSWinCVExpVE%\WebView","DefaultApplied",0x00010001,0x00000001;;; D. HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Visual EffectsHKLM,"%MSWinCVExpVE%\AnimateMinMax","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\AnimateMinMax","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\AnimateMinMax","DefaultValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpVE%\ComboBoxAnimation","CheckedValue",0x00010001,0x00000001 ;;; slide open combo boxes, must be set hereHKLM,"%MSWinCVExpVE%\ComboBoxAnimation","UncheckedValue",0x00010001,0x00000000 ;;; and in 1st octet in user preferences mask -04hex to turn offHKLM,"%MSWinCVExpVE%\ComboBoxAnimation","DefaultValue",0x00010001,0x00000001 ;;; 1 = on, 0 = offHKLM,"%MSWinCVExpVE%\CursorShadow","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\CursorShadow","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\CursorShadow","DefaultValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\DragFullWindows","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\DragFullWindows","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\DragFullWindows","DefaultValue",0x00010001,0x00000000 HKLM,"%MSWinCVExpVE%\DropShadow","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\DropShadow","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\DropShadow","DefaultValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListBoxSmoothScrolling","DefaultValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListviewAlphaSelect","DefaultValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpVE%\ListviewShadow","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\ListviewShadow","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListviewShadow","DefaultValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListviewWatermark","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\ListviewWatermark","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\ListviewWatermark","DefaultValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\MenuAnimation","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\MenuAnimation","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\MenuAnimation","DefaultValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpVE%\SelectionFade","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\SelectionFade","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\SelectionFade","DefaultValue",0x00010001,0x00000000 HKLM,"%MSWinCVExpVE%\TaskbarAnimations","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\TaskbarAnimations","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\TaskbarAnimations","DefaultValue",0x00010001,0x00000001 HKLM,"%MSWinCVExpVE%\Themes","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\Themes","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\Themes","DefaultValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\TooltipAnimation","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\TooltipAnimation","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\TooltipAnimation","DefaultValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\WebView","CheckedValue",0x00010001,0x00000001HKLM,"%MSWinCVExpVE%\WebView","UncheckedValue",0x00010001,0x00000000HKLM,"%MSWinCVExpVE%\WebView","DefaultValue",0x00010001,0x00000000Almost for the [strings] section:[Strings] ;;; should be the same on all INFsIEMain = "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.
war59312 Posted October 11, 2005 Posted October 11, 2005 Um ZileXa, me and you seem to be getting different results.
war59312 Posted October 11, 2005 Posted October 11, 2005 (edited) 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. 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. Just picking. Edited October 11, 2005 by war59312
NemoNada Posted October 11, 2005 Posted October 11, 2005 Um ZileXa, me and you seem to be getting different resultsI'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. 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,0x00000001HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SuperHidden",0x00010001,0x00000001HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","CheckedValue",0x00010001,0x00000000HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","UncheckedValue",0x00010001,0x00000001HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","DefaultValue",0x00010001,0x00000001
glent Posted October 11, 2005 Author Posted October 11, 2005 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. 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. Just picking. Ok in the next update
Express Posted October 11, 2005 Posted October 11, 2005 NemoNada,Thanks so much for the information you have provided, and taking the time to do so. I will try it and let you know.Thanks,Express
ringfinger Posted October 11, 2005 Posted October 11, 2005 Reg tweaks updated on first page 10/10/05To all that have contributed... thanks for this comprehensive tweak, this is great!!
war59312 Posted October 12, 2005 Posted October 12, 2005 (edited) Um ZileXa, me and you seem to be getting different resultsI'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. 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,0x00000001HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","SuperHidden",0x00010001,0x00000001HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","CheckedValue",0x00010001,0x00000000HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","UncheckedValue",0x00010001,0x00000001HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden","DefaultValue",0x00010001,0x00000001That'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 October 12, 2005 by war59312
Kapo Posted October 12, 2005 Posted October 12, 2005 i've a problem, i'm importing a REG_NONE type with a REGcommand.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): /Fthe value in the registry is not the same (no binary value).Why?
gilesw Posted October 14, 2005 Posted October 14, 2005 (edited) 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 runi've found some more duplicates!moved 8.3 dos filename to power.sorted cmd enhancementschanged recommended notepad replacement to scite, same core really17/10/05PRtwks.txtRegTwks.txt Edited October 17, 2005 by gilesw
Kapo Posted October 14, 2005 Posted October 14, 2005 have you the solution to my problem on the previous post?
Synapse Posted October 15, 2005 Posted October 15, 2005 gilesw, as a precaution to other members, could you take those down rename them from .reg to .txt so no one on accident downloads and runs it and screws up their registry.
didadocom Posted October 17, 2005 Posted October 17, 2005 Anybody:This doesn't work in regtweaks, it is always 12% !!! ---- Set System Restore Space Allotment at 5% (not default 12%) ----[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]"DiskPercent"=dword:00000005
Recommended Posts