-
Posts
2,347 -
Joined
-
Last visited
-
Days Won
144
Content Type
Profiles
Forums
Events
Everything posted by mooms
-
Win 7 and Office 2007/2010 currently unavailable
mooms replied to Jan Krohn's topic in Windows ISO Downloader
You can download W7 Ultimate here: https://tb.rg-adguard.net/public.php Then remove ei.cfg and your image will be universal (you will have the choice of the edition at install time) You can use ei.cfg Removal Utility from here: http://code.kliu.org/misc/winisoutils/ -
Thanks Thiresee, to you too. https://www.ginjfo.com/actualites/securite-informatique/windows-7-et-kb4100480-une-mise-jour-critique-de-securite-se-deploie-20180330 https://www.bleepingcomputer.com/news/microsoft/microsoft-issues-out-of-band-security-update-for-windows-7-and-windows-server-2008/ Ils corrigent une vulnérabilité introduite par leur patch Meltdown, ça concerne W7 et 2008 en 64 bits.
-
Version du 27-03-2018: màj de : Autoruns CrystalDiskInfo
-
Thanks for the info, I added the compatibility info in the first post.
-
Version du 21-03-2018: màj de : CPU-Z CurrPorts SIV ScreenToGif
-
Are there any new versions of Windows 7 after SP1?
mooms replied to Rick18's topic in Microsoft Windows 7
No, there is no new versions. If you want to integrate updates: -
Salut icare, merci pour la màj. J'ai installé DNF sur mon W7 64 bit par dessus la version précédente, RAS, tout s'est bien déroulé, et pas de màj concernant .Net 4 demandée sur MU.
-
What is the name of the tool that downloads windows updates hotfixes
mooms replied to MGadAllah's topic in Win Toolkit
There is several tools, one of the most used here is Windows Update Downloader (WUD): http://www.windowsupdatesdownloader.com/ProgramFiles.aspx Here you can find an update list (UL) for Windows 10: -
ccleaner.com now serves the download in HTTPS (at least the standard version though), so I switched to curl. Since I can't test curl with slim download yet, a version 3.4 is likely to be released in a week or two if slim setup can't be downloaded with v3.3. Version 3.3 is out: Replaced wget by curl.
-
Version 3.3 dispo, j'ai dû remplacer wget par curl car ccleaner.com a passé les téléchargements en HTTPS.
-
Salut HackedPwned, pas de soucis, j'espère que ça va mieux !
-
Version du 09-03-2018: màj de : Wiztree HWiNFO
-
https://www.wincert.net/forum/index.php?/files/file/5-win-toolkit/
-
Version du 05-03-2018: màj de : RegScanner DontSleep Afin de régler les problèmes de droits, les utilitaires sont dorénavant installés dans %HOMEDRIVE%\Utilitaires (soit C:\Utilitaires dans la majorité des cas).
-
Version 3.2 is out: The reg file was forgotten in v3.1
-
màj en version 3.2, le fichier reg avait été oublié sur la 3.1
-
Simplix Update Pack pour Windows 7 & Server 2008r2
mooms replied to mooms's topic in Windows Vista, Windows 7, et Windows 8.x
Version 18.2.18 disponible. Il est possible de renommer le pack pour automatiser certaines actions: Magnet = magnet:?xt=urn:btih:F372FE0AED334C710F88643A64427C6F99042C23 DDL: Not Available Yet Mirror: UpdatePack7R2-18.2.18.exe- 72 replies
-
- update pack
- windows 7
-
(and 1 more)
Tagged with:
-
J'ai màj le script vbs pour masquer les KB de télémétries avec KB2952664, et j'en ai profité pour ajouter les 16(!) KB Silverlight et celle de Skype (kbkb2876229) (oui ils ont mis deux fois "kb" dans le nom). Voici ce que ça donne: ' Maxpsoft May 30, 2013, 9:34:15 PM ' Edited by Rhahgleuhargh 2015, July 7 ' ' Original Mike.Moore Dec 17, 2012 on answers.microsoft but when ran it Hide everything so no good. ' Link to script: http://www.msfn.org/board/topic/163162-hide-bing-desktop-and-other-windows-updates/ ' You may freely use this script as long as you copy it complete and it remains the same except for adjusting hideupdates. ' If I need to change something then let me know so all may benefit. Dim WSHShell, StartTime, ElapsedTime, strUpdateName, strAllHidden Dim Checkagain 'Find more keep going otherwise Quit Dim hideupdates(22) 'TO ADD 1 EDIT THE (11) AND ADD another hideupdates(#) hideupdates(0) = "KB2952664" hideupdates(1) = "KB3021917" hideupdates(2) = "KB3068708" hideupdates(3) = "KB3080149" hideupdates(4) = "KB976932" hideupdates(5) = "KB2952664" hideupdates(6) = "KB2512827" hideupdates(7) = "KB2526954" hideupdates(8) = "KB2617986" hideupdates(9) = "KB2636927" hideupdates(10) = "KB2668562" hideupdates(11) = "KB2977218" hideupdates(12) = "KB3056819" hideupdates(13) = "KB3080333" hideupdates(14) = "KB3106614" hideupdates(15) = "KB3126036" hideupdates(16) = "KB3162593" hideupdates(17) = "KB3182373" hideupdates(18) = "KB3193713" hideupdates(19) = "KB4013867" hideupdates(20) = "KB4017094" hideupdates(21) = "KB4023307" hideupdates(22) = "kbkb2876229" Set WSHShell = CreateObject("WScript.Shell") StartTime = Timer 'Start the Timer Set updateSession = CreateObject("Microsoft.Update.Session") updateSession.ClientApplicationID = "MSDN Sample Script" Set updateSearcher = updateSession.CreateUpdateSearcher() Set searchResult = updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0") Checkagain = "True" For K = 0 To 22 'Bing Desktop has 4, Silverlight has 5 If Checkagain = "True" Then Checkagain = "False" CheckUpdates ParseUpdates End if Next ElapsedTime = Timer - StartTime strTitle = "Windows 10 Upgrade required Updates Hidden." strText = strAllHidden strText = strText & vbCrLf & "" strText = strText & vbCrLf & "Total Time " & ElapsedTime intType = vbOkOnly 'Silent just comment these 2 lines with a ' and it will run and quit 'Set objWshShell = WScript.CreateObject("WScript.Shell") 'intResult = objWshShell.Popup(strText, ,strTitle, intType) 'Open Windows Update after remove the comment ' 'WshShell.Run "%windir%\system32\control.exe /name Microsoft.WindowsUpdate" Set objWshShell = nothing Set WSHShell = Nothing WScript.Quit Function ParseUpdates 'cycle through updates For I = 0 To searchResult.Updates.Count-1 Set update = searchResult.Updates.Item(I) strUpdateName = update.Title 'WScript.Echo I + 1 & "> " & update.Title For j = 0 To UBound(hideupdates) if instr(1, strUpdateName, hideupdates(j), vbTextCompare) = 0 then Else strAllHidden = strAllHidden _ & vbcrlf & update.Title update.IsHidden = True' Checkagain = "True" end if Next Next End Function Function CheckUpdates 'check for new updates cause Bing Desktop has 3 Set updateSession = CreateObject("Microsoft.Update.Session") updateSession.ClientApplicationID = "MSDN Sample Script" Set updateSearcher = updateSession.CreateUpdateSearcher() Set searchResult = _ updateSearcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0") End Function Testé en MV, c'est un peu long mais ça fonctionne. Le script sous forme de SFX: Telemetry.exe
-
Version du 24-02-2018: màj de : WizTree GPU-Z
-
Version du 23-02-2018: màj de : CrystalDiskInfo ScreenToGIF SIV
-
Version du 20-02-2018: màj de Process Monitor