Everything posted by mooms
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
De nouveaux packs, basés sur le travail de rhahgleuhargh plus mes quelques observations, sont disponibles. J'ai suivi son exemple et j'ai supprimé les maj concernant RDP (juste conservé KB2574819 qui s'intègre et qui est un pré-requis). Du coup il ne reste plus qu'une maj à installer en RunOnce pour x86 et deux pour x64. Conséquence, il n'y a plus de packs RunOnce, juste des liens directs pour les MAJ en première page. Ça permet aussi d'utiliser les SFX d'icare. Le leurre MRT est dans le dossier de partage des update packs. Les liens sont les mêmes que précédemment. Note: je ne compte pas maj les packs mensuellement, les UL de rhahgleuhargh sont très bien, j'ai juste profité du fait que j'ai refait des test d'intégration avec les maj de Juin pour partager le fruit de mon travail.
-
[14 janvier 2020] Update list GDR pour Windows 7 SP1 x86/x64 (Fr-En-De-Es-It)
Hello, je viens de tester l'UL x64, beau travail ! J'ai quelques remarques: -Pourquoi ne pas inclure KB2574819 dans la partie updates? Elle s'intègre sans soucis et était dans mes packs, et n'oblige pas à installer le bureau à distance, c'est simplement un pré-requis pour celui-ci (elle ajoute le support de DTLS), ce qui épargne une installation de plus pour ceux désirant l'installer. - Trois MAJ obsolètes (deux puisque tu en as déjà supprimé une entre-temps) peuvent êtres supprimées d'après l'outil de nettoyage de Windows Update: KB2743555 KB2757638 (déjà fait) KB2840149 edit: idem pour les MAJ x86.
-
Updating or removing addons or runonce installers
If you just want to update a silent installer, you can open the ISO with an ISO editor, replace the silent installer, then save the updated image notes: - The folder containing the silent installers is at the root of the ISO, it is named WinToolkit_Apps - The silent installer(s) must be the same name & location that the one you want to replace
-
maybe ie 11 silent installer bug
IE11 should be added in the updates tab, as well as its updates.
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
1) Take the first one. That's the one I always use. You don't have to rename it, but obviously the name should be the same that the one in the copy command. You can edit it with resource hacker to change the icon, and/or compress it with UPX to decrease its size. 2) Yes. 3) Yes, but there is a subtility here: as the module is a 32 bits executable, we must use the variable %%P (bitness variable, specific to the modified module), otherwise the file will be copied in SysWOW64 in 64 bits editions. There are numerous 7zip SFX guide here and on others forums like MSFN and RyanVM, and you can also read the help found on the site. I have uploaded all the necessary files in a 7z archive: MRT.7z
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
Use 7zip SFX modified module with this config: ;!@Install@!UTF-8!MiscFlags="4"GUIMode="2"RunProgram="%%P:hidcon:cmd /c copy MRT.exe \"%SystemRoot%\\System32\\\"";!@InstallEnd@!Command line: (7za.exe must be in the same folder). 7za a mrt.7z MRT.exe -mx=1copy /b mrt.sfx + mrt.txt + mrt.7z leurre_MRT_x86-x64.exedel mrt.7z
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
I don't have time anymore to make the packs, and mirrors are regularly deleted by order of MS, so update list is a more viable system. Links to steven4554's and rhahgleuhargh's UL are in the first post. rhahgleuhargh's UL are very similar to my packs (he added XP mode).
- Java Multi Maker
-
Java Multi Maker
If you add the -ai switch the SFX is ran silently. If you want it silent when double clicked or ran without any switches, you have to modify the script. You have to understand the syntax of a 7zip SFX. There is many topics explaining it here, or see the help file.
-
CCleaner SFX Maker 3.7.1
Sorry, not designed for CCleaner Pro, you have to modify yourself the maker as I don't have a pro version.
-
[14 Juin 2014] Updates Packs GDR Windows 7 SP1
You just have to create a dummy executable file with the correct file version of the month. I used Bat to exe converter (32bits) with this batch file (the content doesn't matter): @echo offtitle Leurre pour MRTecho +echo Outil de suppression des logiciels malveillants Microsoft Windowsecho +echo Version 5.10.10001.0 - Mars 2014echo +echo Ce fichier est un leurre pour KB890830-MRT (Malicious Removal Tool)echo +pauseDon't forget to populate "File version" in Bat to exe. Once, done, pack the dummy MRT.exe in a 7zip file and make an installer that puts it in the right folder, using 7zip SFX modified module. Use this config: ;!@Install@!UTF-8!MiscFlags="4"GUIMode="2"RunProgram="%%P:hidcon:cmd /c copy MRT.exe \"%SystemRoot%\\System32\\\"";!@InstallEnd@!Example command line (7za.exe must be in the same folder): 7za a mrt.7z MRT.exe -mx=1copy /b mrt.sfx + mrt.txt + mrt.7z leurre_MRT_x86-x64.exedel mrt.7z
-
SumatraPDF 3.5.2
- SumatraPDF 3.1.2 & 3.5.2
- WinRAR SFX Maker 3.4
Si tu n'a mis que la version x86 ce n'est pas un AiO... C'est juste qu'il n'est pas possible d'installer la version x86 de WinRAR sur un système x64 avec le maker. Il est toujours possible de modifier le fichier de config pour le permettre: ;!@Install@!UTF-8! GUIMode="2" MiscFlags="4" RunProgram="rar32.exe /S" RunProgram="hidcon:cmd /c copy rarreg.key \"%ProgramFiles%\\WinRAR\\\" /y" RunProgram="hidcon:cmd /c xcopy Themes \"%APPDATA%\\WinRAR\\Themes\" /s /i /y" ;!@InstallEnd@! Mais pourquoi ne pas installer la version x64 sur un système x64 ? -> rajoute winrar-x64-510b4fr.exe dans binary et tu obtiens un AiO qui fonctionne partout.- icare [10 Jan 2015] UpdatePack et Tweaks
J'ai aussi installé EMET 4.1 sur Win7 X64 et je n'ai eu aucun soucis. Tu peux configurer finement chacun des processus dans le GUI. J'ai ainsi exclu Winamp de certaines protection pour éviter une pop-up UAC au démarrage (c'était dû à un vieux plugin et non à Winamp lui-même).- SumatraPDF 3.1.2 & 3.5.2
Not possible with the stock installer. Can be done with a reg file launched by the SFX.- SumatraPDF 3.5.2
- .NET 4.0 et 4.6.x: ajouter le langpack Fr aux installateurs de ricktendo
MAJ de l'archive pour .Net 4.5.2- icare [10 Jan 2015] UpdatePack et Tweaks
MRT protège vraiment très (très) peu, je recommande par contre EMET.- New Fr user
Hello AK69, and welcome here ! You will find a French section here.- SumatraPDF 3.5.2
- SumatraPDF 3.1.2 & 3.5.2
- [14 Juin 2014] Updates Packs GDR Windows 7 SP1
It's normal, I don't have updated the "fake" MRT and windows defender updates are always showing.- [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)
No problem to download here. Thanks rick.- Flash et Shockwave sfx & addon maker
Je t'ai envoyé le contenu en MP. - SumatraPDF 3.1.2 & 3.5.2
Account
Navigation
Search
Configure browser push notifications
Chrome (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions → Notifications.
- Adjust your preference.
Chrome (Desktop)
- Click the padlock icon in the address bar.
- Select Site settings.
- Find Notifications and adjust your preference.
Safari (iOS 16.4+)
- Ensure the site is installed via Add to Home Screen.
- Open Settings App → Notifications.
- Find your app name and adjust your preference.
Safari (macOS)
- Go to Safari → Preferences.
- Click the Websites tab.
- Select Notifications in the sidebar.
- Find this website and adjust your preference.
Edge (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions.
- Find Notifications and adjust your preference.
Edge (Desktop)
- Click the padlock icon in the address bar.
- Click Permissions for this site.
- Find Notifications and adjust your preference.
Firefox (Android)
- Go to Settings → Site permissions.
- Tap Notifications.
- Find this site in the list and adjust your preference.
Firefox (Desktop)
- Open Firefox Settings.
- Search for Notifications.
- Find this site in the list and adjust your preference.