Skip to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mooms

Global Mods
  • Joined

  • Last visited

Everything posted by mooms

  1. 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.
  2. 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.
  3. 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
  4. IE11 should be added in the updates tab, as well as its updates.
  5. 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
  6. 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
  7. 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).
  8. Do you have followed the instructions on the first post ? Also check that the installers are not corrupted.
  9. 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.
  10. Sorry, not designed for CCleaner Pro, you have to modify yourself the maker as I don't have a pro version.
  11. 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
  12. 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.
  13. 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).
  14. Not possible with the stock installer. Can be done with a reg file launched by the SFX.
  15. MRT protège vraiment très (très) peu, je recommande par contre EMET.
  16. mooms replied to Ak69's topic in Introduction
    Hello AK69, and welcome here ! You will find a French section here.
  17. It's normal, I don't have updated the "fake" MRT and windows defender updates are always showing.
  18. No problem to download here. Thanks rick.
  19. Je t'ai envoyé le contenu en MP.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.