Jump to content

RicaNeaga

Members
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by RicaNeaga

  1. here is version 10 from compstuff. I'll confirm later if it's working or not. And yes, the current version 16 is a no-go, has a big bug regarding silent installs.
  2. compstuff, can you please upload version 10? Thanks. The ''new'' version 16 is the same one from 18th of april, so unfortunately is still not working regarding Runonce, as I've said in my previous post...
  3. For me, Runonce in build 16 (which is no longer live) is just skipped at first logon, and thus NONE of the 20 silent installers (including some msu's) isn't installed on a live system. Which was the working build (working Runonce) again?
  4. For build 15 (1.4.0.15), I have some further feedback. I'm using probably the best tweaking / system optimising tool out there for live systems - TuneUp Utilities 2012 12.0.3010.5 (latest version). I wanted to see if I can add some suplimentary tweaks to my build from the recommendations of this app. First, only a observation regarding a tweak - I think the current implementation in Win Toolkit is ok: * fyi, as you can see here, TuneUp Utilities still has a problem with apps beeing too quickly stopped at shut down. I said it was 5 seconds the first time, I made a mistake - it was 15 seconds. However, if you ask me, 15 seconds is too much, and I think the current implementation of 5 seconds is more than ok. Secondly, other recommendations from that app makes me request-frenzy 1. Not sure if a tweak is really working in Win Toolkit - the Internet Explorer Unlimited Simultaneous Downloads. More precisely, I get this screen, and I've also tried another tweak out there, with the same result... Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000014 "MaxConnectionsPer1_0Server"=dword:00000014 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000014 "MaxConnectionsPer1_0Server"=dword:00000014 So what's exacly the code for that tweak? Or maybe, the same as with 15 seconds vs. 5 seconds, TuneUp Utilities gets a little paranoid, and thinks that more than 8 simultaneous downloads are too much Added the 'HKEY_CURRENT_USER' section. 2. I get a screen like this to delete a scheduled task of Collection of usage data for Windows. I included in the dedicated tweaks thread. [Request] Not in Win Toolkit to fix 3. I get a screen like this for a starting unneeded program. I found out that only stopping the Windows Error Reporting service isn't enough, you also need to delete the scheduled task. I also included this in the tweaks section. [Request] Again, not in Win Toolkit but i will eventually add it to the tweaks section 4. As with the previous two request, please include the tweaks from this two posts (1 + 2) in Win Toolkit. And please at no. 11 to set the permissions for that tweak. It's somehow weird I add ~ 20 useful tweaks to the tweaks section, more than I check in the app [Request]
  5. How about a new category in the tweaks section from Win Toolkit AIO - Scheduled tasks? 11. Remove Scheduled Defragmentation Task - removes only the task, that is re-generated when the user opens Disk Defragmenter. Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{5C0AEEEA-C154-45BE-8499-BEA5F11BAFF6}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Defrag] 12. Remove Scheduled Collection of Usage Data for Windows - original and working Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Customer Experience Improvement Program] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{FDD56C73-F0D5-41B6-B767-6EFFD7966428}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{47536D45-EEEC-4BDC-8183-A4DC1F8DA9E4}] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{C016366B-7126-46CA-B36B-592A3D95A60B}] 13. Remove Scheduled Windows Error Reporting - original and working - needs to be run concurrently with disabling the Windows Error Reporting service Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\Windows Error Reporting] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tasks\{D0250F3F-6480-484F-B719-42F659AC64D5}] Also, other very useful tweaks, not found in Win Toolkit... 14. IE tweak - Do not notify when IE downloads complete Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "NotifyDownloadComplete"="no" 15. IE tweak - Disable Send information to the Internet IE prompt Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 16. IE tweak - Disable IE Cookie Privacy Icon prompt Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 17. Add new REG file to right click - New Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.reg\ShellNew] "NullFile"="" 18. Add new INI file to right click - New Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.ini\ShellNew] "NullFile"="" 19. Add new CMD file to right click - New Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.cmd\ShellNew] "NullFile"="" 20. Add MSCONFIG to the right click menu of Computer Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig] @="MSCONFIG" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command] @="msconfig.exe" 21. Add Advanced System Properties to the right click menu of computer Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\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_CLASSES_ROOT\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 22. Hide network location wizard - this is equivalent with setting all new networks to public ones aka no new Home Group networks. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\NetworkLocationWizard] "HideWizard"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Network\NetworkLocationWizard] "HideWizard"=dword:00000001
  6. Oh, so can I give you a non-school related long homework also? ~ joking, since my feedback on tweaks is going to be massive
  7. tsjippy, I don't have any problems with ricktendo's installer with the latest Win Toolkit 1.4.0.15. However, that installer must be made silent first with one of the swithces provided by ricktendo in his first post. Did you do that? I use the /ai with no problems, but I don't rely on Win Toolkit, I make it silent with this first. Lego, however please investigate the .msu's not installing with the latest Runonce in 1.4.0.15...
  8. I can say this time Runonce 4.5 (found in build 15) is ~ ok for me, as it doesn't stop or run multiple instances, however it doesn't install (silently) any of the .msu updates (for ex. the two x64 ones that can't be integrated through DISM from Solor's pack). What's weird is that they're conted at first logon (I have 19 silent installers, and for ex. .net 4 from ricktendo, which is no. 18, is really no. 18 during Runonce) - so they're not skipped during AIO integration, they're just not beeing installed properly during first logon (runonce). I'll come back later with further feedback regarding tweaks.
  9. WinLite. Was an app, no more. see here. or here. I also like spidernz's suggestions.
  10. http://sourceforge.n.../fedia-toolkit/ However.... http://sourceforge.n...-toolkit/files/ also... http://wintoolkit.com/, however... http://www.ip-adress.../wintoolkit.com Edit: So, if you want it to be more unique, then WindKit is the solution. I like it better then WinKit... windkit makes your windows faster than the wind... Edit2: http://livingonourow...om/wiki/Windkit Hell yeah! :guns:
  11. Or maybe Lego's Winkit? http://download.cnet.com/WinKIT-Lite/3000-2213_4-10747082.html
  12. sorry, I thought it was ontopic - talking about booting from usb 3.0 ports. alfreire, Gigabyte GA-890FXA-UD5 is my motherboard. We'll (please) continue via pm if you have other things to add.
  13. you're lucky then... or maybe Asus has done their homeworks better. On a Gigabyte with USB 3.0 by Renesas those ports aren't usable with bootable sticks.
  14. nope, your usb 3.0 ports are not native, you have an AsMedia usb 3.0 controller. You can check right now if your usb 3.0 ports are bootable - plug in a stick in one of those USB 3.0 ports. My bet is it won't be seen as a drive in BIOS.
  15. Yeah, however I'm not sure some BIOS-es will see those bootable usb sticks when inserted in the USB 3.0 capable ports, because they're beeing ''rerouted'' through third-party USB 3.0 controllers. So for some those interesting oportunities are very limited, for others (native USB 3.0 - Intel Z77/B75 chipsets or AMD A75 chipset) not so limited.
  16. USB 3.0 drivers in boot.wim... that would open some interesting oportunities.
  17. Windows Customizer Toolkit? Windows Customisation Toolkit? You have Tools inside you app that are beyond only offline image customization... also online / live system ones. Lego's Customizer? Customize Windows 7&8? Customizing Windows?
  18. It's for people very into xp. I really like some changes to the interface made in vista/7. I'll try it however, since you advertise it so intensely. btw, where's the Windows 8 Toolkit section? It had been deleted by mistake?
  19. About pnputil vs. dpinst, and how to make pnputil install only the needed drivers (present on the system), I hope ricktendo will give his enthusiast / educated opinion on this... About the unsigned drivers, apparently one option is through gpedit (not present in 7 starter/basic/premium versions) - see here. And maybe a better one is this. You'll know better
  20. Making sure that only one instance is run - just great! And please don''t forget about no. 3
  21. Actually the issues happened on a 64-bit ultimate windows. so it's very weird. I'm waiting for the new installer and I'll try again. And I'm sorry you're going over a tough period... but I'm sure ''better times'' will come
  22. Oh, sorry then I thought it would be easier for you also
  23. Maybe such a thread is needed, as it will help wincert members not to start a new thread each time they've found a bug / issue in the W7T app. I'll start with a very small description issue of the system tweak Don't allow windows to turn off devices - This makes sure that windows does not turn off devices to save enable - the last word should be power. Done.
  24. This is happening again with build 1.4.0.9 - version 4.2.2 of Windows 7 Toolkit Installer. The loop happened right after Windows 7 Toolkit Installer arrived at the seventh switchless installer - Kel's Runtimes, and it started another instance. Only after I stopped the second instance the install process continued with the first instance, and finished all 19 silent installers. So, please check: 1. Kel's installer - maybe this is the cause; 2. What exactly is the conflict - maybe other switchless installers are built the same as Kel's, so it may happen again; 3. Please check those Silent Installers options in AIO - W7T Installer background and logo - I can confirm at least the W7T Installer logo change option it's not working. Or (better) remove those ''cosmetical/whim" options in AIO.
×
×
  • Create New...