Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. ricktendo replied to Javo's post in a topic in Questions and Help
    Necesitas el programa Installshield y lo que eliminas son los Features en Setup Design o en Features ejemplo:
  2. ricktendo replied to NIM's post in a topic in Announcements
    Luv it Front page and forum are finally one!
  3. Nay, if you dl the sidebar from this site its a false pos
  4. Instead of right clicking the .au3 and compiling the .exe, use the shortcut for compile to EXE in the start menu to get this GUI window
  5. A filename will help, I dont think there is a stand alone help file
  6. If I recall you will find the program that digitally signs files in the Windows SDK...but if you think you can us it to sign files so that MS does not worry you are mistaken, I think you have to pay allot of money to become a trusted member
  7. Antes de ejecutar el instalador desatendido de svcpack instale estos runtimes
  8. ricktendo replied to ricktendo's post in a topic in Windows 7
    Not my packs, they are ALL SoLoR's work...I just posted the link from MDL for WinCert members
  9. No, I use InfDefaultInstall.exe (in system32) to launch mi INF with regtweaks during 1st login using Autounattend.xml and FirstLogonCommands <SynchronousCommand wcm:action="add"> <CommandLine>infdefaultinstall %WINDIR%\inf\tweaks.inf</CommandLine> <Description>Registry Tweaks</Description> <Order>8</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand>
  10. OMG this sucks so bad, I have had this happen to me its like someone died
  11. O my gad, que buen trabajo Deberias mostrarselo a luis
  12. To change the icons you need the original sidebar.exe from Vista sp2, you change the icon and/or skin, then you make sure sidebar.exe.mui is in a en-US folder, then you right click your modded sidebar.exe and you "Patch and run Vista executable" using Alky
  13. A OK, parece no ser posible hacerlo igual al calc de windows 7
  14. w7 calc: http://www.mediafire.com/?1n0oomzemkw Fíjate en la tercer imagen, el color amarillo es el efecto del hover
  15. You have to compile the script to .exe in order for it to run without autoit installed BTW check out this silent switch addon making vid it may help some
  16. Por defecto es de color purpura, pero yo lo pongo de vista clásica Si buscas dentro de sp3udpck.inf cambie esto [CalcPlus.AddReg] ; Standard HKCU,"Software\Microsoft\CalcPlus","Layout",0x10001,1 ; Classic View HKCU,"Software\Microsoft\CalcPlus","UsePlain",0x10001,1 A esto [CalcPlus.AddReg] ; Standard HKCU,"Software\Microsoft\CalcPlus","Layout",0x10001,2 ; Classic View HKCU,"Software\Microsoft\CalcPlus","UsePlain",0x10001,0 P.D. Ahora que lo pienso talvez sea posible editar esos recursos bitmap dentro de calc.exe y lograr modificar a la calculadora para verse mas o menos igual al de Windows 7...pero tendría que ser un experto en gráficas porque se ver un poco difícil
  17. I think the main one is in SYSSETUP.INF (editing this file may cause problems for you if you dont know how to do it properly) [Strings] ... systemtools = "Accesorios\Herramientas del sistema"
  18. Otra cosa que deberias agregar es el fix para regedit y taskmgr de Dubby (icono de 32 bits)
  19. LMAO they should have their bike taken from them Wanna see another funny clip, I saw this on Diggnation the other day:
  20. ricktendo posted a post in a topic in Windows 7
    Source: My Digital Life Forums
  21. A OK, entonces para traducir el de ingles solo tienes que cambiar los <Strings> por los que tiene el de XP ESN <Strings> <String ID="1" Refs="2">Ra
  22. No ya probé, yo estaba equivocado...no se pero creo que el icono lo tienes que cambiar en alguna otra parte, no el .msc y no se exactamente donde, ni cual .dll Como hiciste para cambiar el icono en tu captura?