Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. ricktendo replied to ricktendo's post in a topic in OLD Threads
    Will you also be implementing pnputil driver uninstaller? When I update my drivers I always use this to remove the old one, right after I scan for the oem inf number with -e (-f is used to force uninstall in cases where the driver is in use/installed) pnputil -d [-f] oem#.inf
  2. ricktendo replied to Legolash2o's post in a topic in Win Toolkit
    Driver installer looks gr8
  3. Parece que tiene que ser el uno o el otro, porque no agregas tu seleccion de ultimate a tu autounattend.xml <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings>
  4. Waiting for more updates or patch Tuesday
  5. /qb /qn or nothing FYI you dont need to apply them to this installer they are integrated
  6. No lo recomiendo Active setup ejecuta cada vez que creas un usuario, termina de registrar cosas para el nuevo usuario...la razon que solo ejecuta una vez es porque crea entradas en HKCU\Software\Microsoft\Active Setup\Installed Components Si borras los guid de esta locacion y reinicias veras que active setup vuelve a ejecutar Si vas a HKLM\<Mismo_Lugar> veras los active setup que ejecutan, estos vuelven a ejecutar si la version en HKLM es mayor que la de HKCU http://www.etlengine...activesetup.txt http://www.appdeploy.com/articles/activesetup.asp
  7. Eso no es RunOnce, eso es Active Setup RunOnceEx Active Setup
  8. http://support.microsoft.com/kb/232509 http://www.msfn.org/board/topic/47470-runonceex-flags-not-working/
  9. nLite tambien puede integrar un thema que tienes en tu pc actual y ponerlo por defecto
  10. Add: 2600211 Rem: 983182, 2544514, 2605597, 2652319, 2656351 Upd: MST
  11. No para Vista pero si hay un paquete con todas las actualizaciones despues del lanzamiento de sp1 para Windows 7 http://forums.mydigitallife.info/threads/19461-Windows-Hotfix-repository/
  12. No, my "clean" slim msi's dont have anything done to them but slimming...you have to apply the WUFixClient.mst to both "core" installers (and of course the MSP updates,) also add the KB2468871 MSP stub to install with both core+extended installers
  13. You can 7zsplit it and repack it to your needs with langpack, without extended, etc
  14. Si hay fonts en la carpeta Fonts sin registrar ejecutando FontReg los registra...si tu copias los fonts usando la carpeta $oem$ al ejecutar FontReg estas serán registradas Otra forma de hacer addon de fonts es este método
  15. No, solo ejecuto el fontreg durante t-13, esto añade los fuentes (incluyendo las que copiaste) que no están registradas al registro de Windows
  16. I tried adding my serial using dism and it did not take, I thought it was because I was using dism.exe while on Windows 7 was the reason it did not work
  17. fontreg /? para ver como usarlo Si usas el UPL solo tienes que copiar tus fuentes a la carpeta Fonts, el upl tiene fontreg y lo ejecuto para reparar/registrar fuentes en la carpeta Fonts que no estan registrados
  18. That package does not have the latest WUFix MST, before I used a embedded VBS script to add the registry entries for KB2468871 in the old transforms.MST. Now I use a MSP I created (thanks to a tutorial by yumeyao) that has no files, all it does is add the registry entry I will upload my base vanilla slim files that you can apply my MST to (MsiTran.exe -a <transforms>.mst <installer>.msi) and you can also add the MSP to install with it also (the download link will be on the 1st page, keep an eye out) Edit: I decided not to upload my full slim package, but here are the MSI's from that package that have no MST applied to them. You can apply the MST and overwrite the files in SoLoR's package with these http://www.mediafire...a9fhi3r4lf5rv38 And YES its better if you use the installer, all the work is done already. But if you wish to learn how to make it yourself I provide all the tools
  19. ricktendo replied to ccl0's post in a topic in Software Field
    If its stable enough I may use it as my primary OS
  20. 2-29-2012 Add: 2645609, 2675049 Rem: 2588096, 2652531, 2654625
  21. ricktendo replied to player04's post in a topic in Introduction
    Hello who is unaproving all these posts? What is with this close crap, I did not writ this, is there a bug in the forum?
  22. No se quien desaprobó este topic pero la respuesta es si usas driverpacks active la opción de KTD
  23. ricktendo replied to miniterror's post in a topic in Win Toolkit
    If you disable your antivirus you could maybe speed up the process a bit