-
Posts
2,377 -
Joined
-
Last visited
-
Days Won
153
Content Type
Profiles
Forums
Events
Everything posted by mooms
-
Oui, 7 me semble de plus en plus lent et buggé, ce qui n'était pas le cas avant...j'ai constaté de visu des bugs introduits par certaines KB et jamais corrigés. Je soupçonne MS de l'avoir fait sciemment, histoire de pousser les nombreux réfractaires à 10 à revoir leur position... Après comme tu le dis 7 a fait son temps, 10 ans l'année prochaine tout de même, et 10 me semble relativement mature...reste à espérer en effet que les mise à jour majeures ne nous foirent pas tout ça, c'est inconvénient d'avoir un OS en perpétuelle évolution.
-
J'avais d'ailleurs oublié de mettre des ^ à certains endroits ce qui faisait que les lignes reg delete n'étaient pas ajoutées au fichier de config. J'ai aussi ajouté un waitall devant la commande d'installation pour être certain que le module attend la fin de l’installation pour exécuter les autres commandes, et j'ai aussi revu l'ordre d’exécution de celles-ci, rien à faire, je pense donc que c’est un problème de droit (exécution depuis temp) puisque ça fonctionne parfaitement si je lance moi-même le reg situé dans le dossier ccsetup. CCleaner_maker_3.8b2.7z
-
Justement, c'est exactement ce que fait le fichier .cfg créé par le maker, le fichier reg est fusionné après l'installation, mais ça ne fonctionne pas... Une fois le sfx créé, tu peux le lancer avec cet argument: -sfxconfig config.cfg ce qui permet de voir la config plus facilement: ;!@Install@!UTF-8! GUIMode="2" MiscFlags="4" RunProgram="hidcon:cmd /c \"FOR /f \"tokens=2*\" %G IN ('reg query \"hklm\\system\\controlset001\\control\\nls\\language\" /v Installlanguage 2^>NUL ^| FIND \"REG_SZ\"') DO SET /a \"_lcid=0x%H\" & CALL ccsetup.exe /S /L=%_lcid%\" >NUL 2>&1" Delete="%CommonDesktop%\\CCleaner.lnk" RunProgram="\"regedit\" /S ccleaner.reg" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"UpdateCheck\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"Monitoring\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"SystemMonitoring\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"SystemMonitoringRunningNotification\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"CheckTrialOffer\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"PrefsPrivacyShareData3rdParty\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"HelpImproveCCleaner\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"UpdateNotify\" /t REG_SZ /d \"0\"" RunProgram="hidcon:reg add \"HKCU\\Software\\Piriform\\CCleaner\" /f /v \"UpdateAuto\" /t REG_SZ /d \"0\"" RunProgram="hidcon:cmd /c schtasks /delete /tn \"CCleaner Update\" /f" RunProgram="hidcon:reg add \"HKCU\\Software\\Sysinternals\\Movefile\" /f /v \"EulaAccepted\" /t REG_DWORD /d 1" RunProgram="x64:hidcon:hidcon:cmd /c movefile \"%ProgramW6432%\\CCleaner\\CCUpdate.exe\" \"\"" RunProgram="x86:hidcon:hidcon:cmd /c movefile \"%ProgramFiles%\\CCleaner\\CCUpdate.exe\" \"\"" ;!@InstallEnd@!
-
Version 19.10.06 UninstallView v1.33 CrystalDiskInfo 8.3.0 HWMonitor 1.41 Process Explorer v16.30 TaskSchedulerView v1.52 Rufus 3.8 GPU-Z v2.25 Don't Sleep 5.66 AppCompatibilityView v1.02 HWiNFO v6.12 DNSDataView v1.60
-
Hello, Je vais te répondre en français, ça sera plus simple. Pour ne rien arranger, ces deux "strings" sont traduite (avec une belle faute d'encodage sur la version 5.62.7538) J'ai essayé de rajouter ces clés au maker, sans succès, je n'arrive d'ailleurs pas à les supprimer avec un fichier bat/cmd, uniquement avec un reg. Je pense que c'est lié à l'encodage. J'ai créé une version 3.8 beta avec les clés ajoutées à la fois au fichier reg et au fichier cmd, mais ça ne fonctionne pas... Voici la 3.8 beta1 si tu veux tester: https://www.mediafire.com/file/1jb72t5wziczrqf/CCleaner_maker_3.8b1.7z/file J'ai aussi entièrement passé la création du fichier de config via le script, ça n'a pas été une mince affaire ^^
-
Tiens, moi aussi j'ai enfin fait le saut sur 10, et je ne le regrette pas. J'ai profité de la réinstallation pour passer sur un SSD NVMe, et c'est clairement un cran au-dessus d'un SSD SATA, Firefox et Thunderbird s'ouvrent quasi instantanément, il y a moins d'une demie-seconde de délai entre le clic sur l'icône et le l'apparition effective de la fenêtre. Le système en lui-même me semble plus réactif que Windows 7, mais l'OS n'étant pas le même difficile de dire si c'est le passage à 10, le NVMe, ou tout simplement l'installation fraiche.
-
Then the problem is in the original installer itself, not the maker or the command.
-
https://www.ccleaner.com/docs/ccleaner/advanced-usage/command-line-parameters CCleaner needs to be installed with the correct locale ID value (1036 for French), the command line used in the maker works even at T-13 on Windows XP, so I have no idea why it is not working on Windows 10. A quick fix that should works: Open the file ccleaner.cfg in the bin folder, and replace the line RunProgram="hidcon:cmd /c \"FOR /f \"tokens=2*\" %G IN ('reg query \"hklm\\system\\controlset001\\control\\nls\\language\" /v Installlanguage 2^>NUL ^| FIND \"REG_SZ\"') DO SET /a \"_lcid=0x%H\" & CALL ccsetup.exe /S /L=%_lcid%\" >NUL 2>&1" With RunProgram="ccsetup.exe /S /L=1036" If you've already tried this command line, then the problem lies with the CCleaner setup itself, and you should ask Piriform: https://forum.piriform.com/ For the Recycle bin, I don't think it is possible.
-
Do you have tried to install the modified setup ? You can use VirtualBox, it's free for personal use.
-
Can I Post Customized Stripped down OS'es in this Forum
mooms replied to mackyreddy's topic in Microsoft Windows 7
No you can't, but robertcollier4 answer seems a good idea. -
Salut icare, Testé DNF4.8 sur Win7 x64 installé par-dessus la version précédente: tout est OK, comme d'habitude, merci !
-
Version 19.08.31 TaskSchedulerView v1.51 GPU-Z v2.24 CrystalDiskInfo 8.2.4 RegScanner v2.40 Don't Sleep 5.61 CPU-Z 1.90
-
WinToolkit from 1.7.0.1 to 1.7.0.8 to antivirus quarantine
mooms replied to mcluskyism's topic in WinToolkit Bugs
The dev is not made here anymore. -
You're welcome.
-
That's how Windows 10 setup works, that's not an issue.
-
Windows 7 SP1 64bit August 2018 ISO Size
mooms replied to TearsInTheRain's topic in Windows ISO Downloader
If you have a "big" USB key, you can use Easy2boot: once the key prepared, you can copy iso files directly on it, and you can put as many iso as you want: Windows, Linux, etc... http://www.easy2boot.com/download/ -
Windows 7 SP1 64bit August 2018 ISO Size
mooms replied to TearsInTheRain's topic in Windows ISO Downloader
Most of the contemporary PCs and laptops did not have any optical drive, Windows & Office have been offered as digital download since a long time, when you buy Office in a physical store, you just buy a key, and you need to download the setup. Optical media is the past. -
Windows 7 SP1 64bit August 2018 ISO Size
mooms replied to TearsInTheRain's topic in Windows ISO Downloader
Who burn DVD in 2019 anyways ? -
Version 19.08.02 GPU-Z 2.22 UninstallView v1.31 Don't Sleep 5.55 Rufus 3.6 ScreenToGif 2.18 SIV v5.40 AppNetworkCounter v1.25 PingInfoView v1.86 HWiNFO 6.10
-
Thanks. Any changelog ?