Jump to content

Legolash2o

Contributors
  • Posts

    5,661
  • Joined

  • Last visited

  • Days Won

    243

Everything posted by Legolash2o

  1. 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.
  2. 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\Mouse MouseHoverTime="20",String //Double Mouse Speed HKEY_CURRENT_USER\Control Panel\Mouse MouseSpeed="2",String //Enable Large System Cache HKLM\System\CurrentControlSet\Control\Session Manager\Memory LargeSystemCache=0,DWORD If 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 Superfetch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters EnableSuperfetch=-,DWORD //Disable Prefetch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\PrefetchParameters EnablePrefectcher=0,DWORD //Increase Icon Cache HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer Max Cached Icons= 2048,DWORD //Disable Paging of Kernel HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management DisablePagingExecutive=1,dword Disable Paging Executive This 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 Entries HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters MaxNegativeCacheTtlValue=0,Dword To force Windows 7 NOT to cache negative entries //Keep Positive DNS Entries (4 Hours) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters MaxCacheTtl=14400,dword To force Windows 7 to keep positive entries in DNS Cache for only 4 hours instead of the default 24 hours //Show System Files HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced ShowSuperHidden=1,dword //Always Unload DLL HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer AlwaysUnloadDLL=1,dword Explorer 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 Defrag HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction Enable=Y, string //Disable Last File Access Timestamp HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem NtfsDisableLastAccessUpdate=1,dword //Disable 8.3 Name Creation [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000001 Short 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 Effects HKEY_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"
  3. W7T did have logging but did not add them when I converted it to C# I will add them again some day soon.
  4. All done. You can now integrate... *Addons *Updates *Language Packs *Drivers *Theme Packs *Gadgets *Tweaks These will be available on build 16 which has not been released yet EDIT: Now released
  5. On the AIO Integrator, there is Addons, Updates, Drivers, Tweaks, Options tabs... no there is also 'Theme Packs' tab. In other words, you can now integrate theme packs, going to work on gadgets now
  6. No but i will add support for it if you want?
  7. Click the appropriate link. Asia Europe and Africa North America South America EDIT: Found out that this DVD just contains the SP1 files, so it's not the full Windows.
  8. Build15 released with 25 more tweaks in AIO Integrator.
  9. Anymore requests ChiefZeke? I've done some research using the link provided and i will be adding...
  10. Again SP1 integration is very messy, it leaves you with a much bigger WIM, ISO and install as it keeps the original RTM packages and Component Removal won't remove the old ones without removing the new versions. You end up having two versions of Windows Media Player, IIS, basically everything which is normal displayed in 'Component Removal'. A fresh Windows 7 SP1 just has the SP1 version and means it's a smaller WIM file and less buggy. If you want i can provide a torrent link via PM to a Windows 7 SP1 AIO I made, but it's a 30 day trial. If you have your own serial key then you can use that but if you don't you have to purchase Windows within 30 days.
  11. Sorry for not replying sooner, been busy fixing bugs I will have a look at these, i will have to look into how to take ownership of registry keys using C#. Also, personally i prefer to hide library folders than to permanently delete them. It's upto you?
  12. you can redownload v14, i removed those messages.
  13. oops forgot to remove those redownload v14
  14. I like the new UI, its a lot cleaner and simpler much better for beginners.
  15. its in an infinite loop. try the new version
  16. Hmm normally it does change default background quicker... I'll have a look into that It's basically just a copy and paste... EDIT: Fixed it, seems like a bug. Going to release new version as soon as i've finished checking for similar bugs EDIT: Released.
  17. Build 13 released fixing a few big bugs with Addon Integration.
  18. build 11 released. *Fixed a important bugs. *Few important code changes to increase stability. *Language Pack integration support
  19. build 10 released, it now automatically integrates IDE, SCSI and SATA drivers into the boot.wim as well as the image. (anything listed as 'HDC' or 'SCSIAdapater' in drivers list) Working on language pack integration next. EDIT: next build will also integrate video drivers which did not integrate before, mostly nVidia!
  20. build 9 released. *Create AIO Image now has a simple auto rename feature when you click 'Create'. It will just add either x86 or x64 to the end of the name if a name already exists. *Driver Integrator should display all driver types. Net, System, Display, Monitor, etc.... *Driver Integrator does not add x64 drivers to the integration list if you have selected an x86 image and visa-versa. This should help alot!
  21. I was already going to do that
  22. build 8 released, some improvements to driver integration.
  23. Don't worry about it, i will be releasing build 8 soon
  24. Thanks but W7T already has all of those
  25. There are not many tweaks in the W7T, so if you have the registry tweak you want adding, then post it in here please
×
×
  • Create New...