-
Posts
8,715 -
Joined
-
Last visited
-
Days Won
444
Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
ty, added for next sidebar addon update
-
[AddOn] Windows Sidebar v6.0.6002.18005
ricktendo replied to ricktendo's topic in OS Transformation Packs
-
Windows Sidebar AddOn Translations Request
ricktendo replied to ricktendo's topic in Addon Discussion
The final name of the polish Windows Sidebar will be Pasek boczny systemu Windows because that is what is in the sidebar.exe.mui, so in order to for the dialogs to match I need you to fix your translation to use the same name as the sidebar.exe.mui Also if you want Polish SlideShow Gadget fixed for XP you can provide this info -
Windows Sidebar AddOn Translations Request
ricktendo replied to ricktendo's topic in Addon Discussion
Can you redo the translation and you use "Pasek boczny systemu Windows" where "Windows Sidebar" goes instead? Its what is listed in sidebar.exe.mui as the official polish name for the sidebar -
[Video] Windows 7 AIK/OPK deployment 101 (Updated)
ricktendo replied to ricktendo's topic in Microsoft Windows 7
Its nothing special, I just add a "FirstLogonCommands" to run when I first log in with the following infdefaultinstall %WINDIR%\inf\tweaks.inf Here is what it looks like in the Autounattend.xml <SynchronousCommand wcm:action="add"> <CommandLine>infdefaultinstall %WINDIR%\inf\tweaks.inf</CommandLine> <Description>Registry Tweaks</Description> <Order>8</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> InfDefaultInstall.exe comes with Windows 7 in the system32 folder, its what I use to launch my INF instead of rundll32 -
Keep trying to unmount the folder, also keep rebooting and running /Cleanup-Wim switch
-
Try dism /Cleanup-Wim No need to point to a /MountDir or /Image just /Cleanup-Wim
-
Multiples escritorios remotos con Windows XP
ricktendo replied to Bandid's topic in Questions and Help
El UPL tiene al RDP v7.0, creo que este ya apoya múltiples conexiones porque habla del icono en la barra de tareas para cerrar y cambiar entre ventanas (pero no tengo como probarlo, solo hay un otro PC donde me puedo conectar en mi casa) http://www.ervik.as/index.php/microsoft-mainmenu/terminal-server/2019-remoteapp-and-desktop-connection-system-tray-icon No estoy seguro si es lo mismo en XP -
El bailar
-
[FGCBA] WinRAR 3.7+ Auto Addon Maker
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
HKCU,"Software\WinRAR\Setup","CascadedMenu",0x10001,01,00,00,00 -
[Trick] How To Reach UAP (avatars) window in commandline
ricktendo replied to Ken@fri's topic in INF Discussion
AWESOME trick to finding cmd lines -
[SVCPACK] .NET Framework 4/5EU v2.3.7 (Español)
ricktendo replied to ricktendo's topic in Addons & Silent Installers
Correg -
Maxii solo es necesario si tuviste problemas con alguno de sus instaladores MSI con versiones anteriores del upl, KB972397-v2 sigue siendo el mismo que las versiones anteriores y MSI Fix sigue siendo compatible con esta versión del upl. No te0z, el updatepack para 2k3 de ingles no es compatible con Server 2k3 español
-
[AddOn] Windows Sidebar v6.0.6002.18005
ricktendo replied to ricktendo's topic in OS Transformation Packs
You can do this yourself mate, just: - Rename the %ProgramFiles%\Windows Sidebar\xx-XX folder to en-US (make sure sidebar.exe.mui is in there) - Take a original sidebar.exe from vista sp2 and add your icon/skin or whatever then copy it to your Windows Sidebar dir - Right click on it and choose patch vista executable and you have sidebar.exe with the icon/skin of your choice -
LOL hello kunty, your name sounds dirty
-
Ingles aqu
-
[AddOn] SpywareBlaster 5.0 (10/10/2013)
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
Dun -
(Finished) I need helping building a PC on a budget
ricktendo replied to LUZR4LIFE's topic in Hardware Field
Looks top notch -
[RunOnceEx] Windows SteadyState v2.5 (Espa
ricktendo replied to ricktendo's topic in Addons & Silent Installers
Hecho -
No se puede instalar en un systema ya formateado, solo se puede integrar dentro de sus archivos de instalacion (CD)
-
If you take a file like ocgen.dll, rename it to wlmoc.dll and create a bmp and add it to that you can maybe do that, that is what onepiece does Or you can use the one that old Windows Messenger uses IconIndex = *, msgrocm.dll, 2
-
OK let me explain the icon thingy, you can specify a icon (but its really a BMP not a ICO) by using a number, this number points to one of the bitmaps in 1201.bmp in setupapi.dll You start to count from zero: 0,1,2,3,4,5,6,7,8,9,etc and you will get your icon number This is how you would point to a icon in setupapi.dll You can also specify other BMP icons that are in other DLL's, this one points to plusoc.dll BMP number 114 that is in "C:\WINDOWS\system32\Setup" If your DLL is in system32 you do this ..\ and it will go up one level and into system32, example ieaccess.inf IconIndex = *, ..\xpsp1res.dll, 200
-
You dont need to add any reg entries for your addon to show in Optional Components, just unhide it and add Uninstall=name.Uninstall to your [VideoLAN] section
-
[FINAL] Away mode (KB902437) MCE Addon
ricktendo replied to ricktendo's topic in WPI, nLite and RVM Addons
You integrate it into your XP with nLite