April 15, 201113 yr Author Personally I have no use for libraries so I've already removed them using the registry edit I referenced. I have no idea if you could make it an option to remove as opposed to hide; I guess you would have to ask others for what they would prefer - hide or removal.Anymore requests ChiefZeke?I've done some research using the link provided and i will be adding... //Removes 'Libraries' from left panel of explorer[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]//Removes 'HomeGroup' from left panel of explorer[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}]//Music on StartMenu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyMusic" = 0,dword//Videos on StartMenu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowVideos" = 0,dword//Pictures[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyPics" = 0,dword//Downloads[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowDownloads" = 0,dword//Documents[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyDocs" = 0,dword//Games[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowMyGames" = 0,dword//Control Panel[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowControlPanel" = 0,dword//Default Programs[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowSetProgramAccessAndDefaults" = 0,dword//Help and Support[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowHelp" = 0,dword//Devices and Printers[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowPrinters" = 0,dword//Favourites[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"StartMenuFavorites" = 1,dword//Show Run[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowRun" = 1,dword//Highlight newly installed programs[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_NotifyNewApps" = 0,dword//HomeGroup[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowHomegroup" = 1,dword//Recent Documents[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowRecentDocs" = 1,dword//Network[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_ShowNetPlaces" = 1,dword//Use Large Icons[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Start_LargeMFUIcons" = 0,dword//Combine taskbar when full[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"TaskbarGlomLevel" = 1,dword//Instant Taskbar Preview[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"ExtendedUIHoverTime" = 10,dword//Slower Taskbar Preview[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"ExtendedUIHoverTime" = 1000,dword//Disable Desktop Preview[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"DisablePreviewDesktop" = 1,dword//Disable Taskbar Preview[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"TaskbarNoThumbnail" = 1,dword//Disable Windows 7 built-in CD/DVD Burning[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoCDBurning" = 1,dword Edited April 15, 201113 yr by Legolash2o
April 15, 201113 yr Great list of items you posted - looks like quite a few are item I would use and probably many others.Sure looks like you have learned your programming lessons quite well. Good job.
April 16, 201113 yr Author These are the tweaks 14 21 next in line to be added, if you want anymore please say...//Mouse Hover Time HKEY_CURRENT_USER\Control Panel\MouseMouseHoverTime="20",String//Double Mouse Speed HKEY_CURRENT_USER\Control Panel\MouseMouseSpeed="2",String//Enable Large System CacheHKLM\System\CurrentControlSet\Control\Session Manager\MemoryLargeSystemCache=0,DWORDIf the Large Cache option is on, the manager marks all the free memory, which isn't being used by the system and/or applications, as freely available for disk caching. On the flip-side (with a small cache), the manager instead only sets aside 4MB of memory for disk caching in an attempt to accelerate the launch of applications. Or in a more technical approach, if enabled the system will favor system-cache working sets over process working sets (with a working set basically being the memory used by components of a process). //Disbale SuperfetchHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParametersEnableSuperfetch=-,DWORD//Disable PrefetchHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParametersEnablePrefectcher=0,DWORD//Increase Icon CacheHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ExplorerMax Cached Icons= 2048,DWORD//Disable Paging of KernelHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory ManagementDisablePagingExecutive=1,dwordDisable Paging ExecutiveThis will prevent pages sections from RAM going to the hard drive. If you have a large amount of RAM at least 256Mb (I suggest 512) you might want to keep the data in your RAM to improve your performance considerably due to reduced amount of hard drive swappage. //Block Negative DNS EntriesHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\ParametersMaxNegativeCacheTtlValue=0,DwordTo force Windows 7 NOT to cache negative entries//Keep Positive DNS Entries (4 Hours)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\ParametersMaxCacheTtl=14400,dwordTo force Windows 7 to keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours//Show System FilesHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedShowSuperHidden=1,dword//Always Unload DLLHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ExplorerAlwaysUnloadDLL=1,dwordExplorer does not unloadDLL files from memory right away. They always remain in the memory for a period of time that is often quite lengthy. To unload DLLs when you are done with them navigate to//Enable Boot DefragHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunctionEnable=Y, string//Disable Last File Access TimestampHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystemNtfsDisableLastAccessUpdate=1,dword//Disable 8.3 Name Creation[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]"NtfsDisable8dot3NameCreation"=dword:00000001Short names is something that is needed for DOS compatibility. Most of us will want to turn this off. The only time you'll want to leave this on is if you are supporting DOS or win 3x based clients.//Enabled Avalon EffectsHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer"MILDesktop"=dword:00000001"MILExplorer"=dword:00000001; Disable Tool Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"ShowInfoTip"=dword:00000000;get rid of the Windows Mail splash screen[HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]"NoSplash"=dword:00000001 Disable Windows Media Player AutoUpdates[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]"DisableAutoUpdate"=dword:00000001;faster browsing with IE [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters] "BufferMultiplier"=dword:00000400;Disable automatic restart in the event of a blue screen[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]"AutoReboot"=dword:00000000;Enable DVD in Media Player Value: Yes or No[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings]"EnableDVDUI"="Yes" Edited April 16, 201113 yr by Legolash2o
April 16, 201113 yr Author how about them services ? and gadgets if possible..Gadgets support has been added in the AIO Integrator.I will work on Services EDIT: It may take a while to add all services to the list, please list the ones you think are important to add and they will be added first.EDIT2: Services support added but not all services in the list and will be added over time, again if you want specific ones adding them please let me know. Edited April 16, 201113 yr by Legolash2o
April 16, 201113 yr Author Almost done adding all the the services to the list. I'm upto 'Superfetch'.Any more requests people?
April 16, 201113 yr Author Heello legolash2oHow about adding quick launch to options or tweaks.regards Ripmeoff :welcome:I'm going to try and do this, any info, links, etc.. Edited April 16, 201113 yr by Legolash2o
April 16, 201113 yr Serial tab key in unattended section ..Autostart Sidebar on startup <<< There is no Windows Sidebar in Windows 7, gadgets use the whole desktop.Can't cancel whilst integrating addons. Edited May 7, 201113 yr by Legolash2o The ones you missed :)
April 17, 201113 yr Hello legolash2oPlease add save wim image option after remove components. Sorry my english
April 17, 201113 yr Author Will do that now, to be honest i'm quite shocked i did not already add it EDIT 1: Found the issue, when i re-writing my W7T to C# i forget to write that bit of code. Silly me.EDIT 2: Sorted.EDIT 3: Build 18 released with your requested changes. Edited April 17, 201113 yr by Legolash2o
April 17, 201113 yr Turn off pagefili thik it's allready in the w7t if you reffer to clear paging file..
April 17, 201113 yr Author There is Clear pagefile at shutdown which is already avaiable, but you can permanently disable it. I'm not sure if it can be doing using a registry tweak.Disabling the pagefile is NOT recommended at all, even with 4GB RAM. Edited April 17, 201113 yr by Legolash2o
April 17, 201113 yr I'm going to try and do this, any info, links, etc..I used: http://hubpages.com/hub/Windows_7_-_Quick_Launch and I found these:http://technet.microsoft.com/en-us/library/ee681712(WS.10).aspx orhttp://support.microsoft.com/kb/975784The one I used seems to be the same as the two from Microsoft except is has pictures to help those that get lost.
April 17, 201113 yr Author Thanks for the links, i done it using that method but i dont think i can program is using W7T. i.e. Registry entries,etc... Edited April 17, 201113 yr by Legolash2o
April 17, 201113 yr Have you implemented progress bar in the windows 7 taskbar?I was just using your msu to cab extractor to extract the new solor updates today and thought it would be a nice feature to have in that and other tool/s
April 17, 201113 yr Author I've tried but it requires me to make W7T .NET 4.0 an most people don't have that installed W7T is currently set for .NET framework 2.0
April 18, 201113 yr Are you sure?I found thisWindows 7 Progress Bar is written in c# and works with all .NET languages (VB.NET, C#, etc.).http://wyday.com/windows-7-progress-bar/
April 18, 201113 yr Lego , in AIO , Tweaks menu.create a checkbox and a sub-menu for :control panel view : By category , Small Icons , Large Icons. if it can be done.
April 18, 201113 yr Back in December 2009 I donwnloaded Win Integrator Setup.msi from http://www.msfn.org/...win-integrator/ on the possible chance I could use it in the future.Today I went back to that forum and the program has died - no updates in over a year and no word from the person that created it.But there were features it incuded that I would like to see duplicated in the Win7 Toolkit; if possible.For example, when the Win Integrator is started and a source is selected the user is presented with a string of tabs. The Remove tab provides a list of items that can be checked and thereby removed from the installation image. Next to that tab is one called Features that also presents a list of Windows features that can be turned off or on as part of the installation routine. To me, two useful features that should be included in the Win7 Toolkit. Edited April 30, 201113 yr by Legolash2o
April 19, 201113 yr Author You can use component removal to remove features from the installation image. I will think about the features idea
April 19, 201113 yr Author Have you implemented progress bar in the windows 7 taskbar?I was just using your msu to cab extractor to extract the new solor updates today and thought it would be a nice feature to have in that and other tool/sI have managed to get it working, and should hopefully be done by the next version
April 20, 201113 yr Author I got to manually code it into all the tools, it's only 1 line of code for the each so won't take long
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.