[Résolu] Bloquer popup windows 7 win update cpu kaby lake / ryzen

Répondre
Partager Rechercher
Normalement le message n'apparais que quand t'essaye de mettre a jour il me semble.
C'est donc juste que windows en fond essaye de s'update et s'auto coince comme un débile?
T'aurais donc juste a désactivé les MaJ auto sous W7?

(Ou passer sous W10 creator update.)
Il y a juste une mise à jour à désinstaller et à masquer, vu que son seul but c'est de bloquer Windows Update pour te forcer la main à passer sur Windows 10


Citation :
Publié par Sky-Dexter
(Ou passer sous W10 creator update.)
Kesako ?
Citation :
Publié par K-Lagan
Kesako ?
#2nd degré
La derniere mise a jour de Windows 10. ouaip.

Tu sais, Windows 10, le seul OS microsoft ou plusieurs des malwares/exploits de la NSA qui ont leak marchent pas & ne peuvent pas prendre le controle de ta machine.
http://www.windowscentral.com/everyt...owbrokers-dump
https://theintercept.com/2017/04/14/...und-the-world/

Dernière modification par Sky-Dexter ; 15/04/2017 à 10h04.
Ah OK, je pensais que c'était un nouveau logiciel le "creator Update", je savais pas que c'était une mise à jour.

Je reste sur seven pour ma part, comme si un processeur allait empêcher de faire une mise à jour .... N'importe quoi
Citation :
Publié par K-Lagan
Il y a juste une mise à jour à désinstaller et à masquer
Une de plus.
Citation :
Publié par Waifuist
Tu connais le nom de cette maj histoire de s'en débarrasser?
Tiens :

KB4012218 => http://www.comptoir-hardware.com/act...s-7-et-81.html
KB3150513 mise a jour processeur x64

Et du coup, j'ai masqué les correctif cumulatif a partir de mars, vu que c'est eux qui foutent la merde.

Capture.PNG
TU copie ce code, tu crée un fichier texte sur ton bureau.
Tu l'ouvre et tu colle le code dedans.
Tu sauvegarde.
Tu renome le fichier "Nouveau document texte.txt" en "Désinstaller MAJ tracking.cmd", OUI tu change l’extension.
Tu exécute en administrateur ce fichier, ca devrait te virer la plupart des MAJ de tracking.
Ca peut êtres un peut long, c'est pour ça que à la fin j'ai mis un message "DONE !"
Code:
@Echo off	
ECHO Uninstalling KB0971033  (license validation)
start /w wusa.exe /uninstall /kb:971033 /quiet /norestart

ECHO Uninstalling KB2902907 (description not available)
start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart

ECHO Uninstalling KB2952664 (Get Windows 10 assistant)
start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart

ECHO Uninstalling KB2976987 (description not available)
start /w wusa.exe /uninstall /kb:2976987 /quiet /norestart

ECHO Uninstalling KB2990214 (Get Windows 10 for Win7)
start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart

ECHO Uninstalling KB3021917 (telemetry for Win7)
start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart

ECHO Uninstalling KB3022345 (telemetry)
start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart

ECHO Uninstalling KB3035583 (Get Windows 10 for Win7sp1/8.1)
start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart

ECHO Uninstalling KB3044374 (Get Windows 10 for Win8.1)
start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart

ECHO Uninstalling KB3050265 (update for "Windows Update" on Win7)
start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart

ECHO Uninstalling KB3065987 (update for "Windows Update" on Win7/Server 2008R2)
start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart

ECHO Uninstalling KB3068708 (telemetry)
start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart

ECHO Uninstalling KB3075249 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart

ECHO Uninstalling KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2)
start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart

ECHO Uninstalling KB3080149 (telemetry for Win7/8.1)
start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart

ECHO Uninstalling KB3081954 (Telemetry Update for Windows 7)
start /w wusa.exe /uninstall /kb:3081954 /quiet /norestart

ECHO Uninstalling KB3102810 (update for "Windows Update")
start /w wusa.exe /uninstall /kb:3102810 /quiet /norestart

ECHO Uninstalling KB3112343 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3112343 /quiet /norestart

ECHO Uninstalling KB3123862 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3123862 /quiet /norestart

ECHO Uninstalling KB3135445 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3135445 /quiet /norestart

ECHO Uninstalling KB3138612 (Windows Update Client for Windows 7)
start /w wusa.exe /uninstall /kb:3138612 /quiet /norestart

ECHO Uninstalling KB3138615 (Windows Update Client for Windows 8.1)
start /w wusa.exe /uninstall /kb:3138615 /quiet /norestart

ECHO Uninstalling KB3139929 (Get Windows 10 update for MSIE)
start /w wusa.exe /uninstall /kb:3139929 /quiet /norestart

ECHO ╔══════════════════╗
ECHO ║                  ║
ECHO ║   Done ! ! ! !   ║
ECHO ║                  ║
ECHO ╚══════════════════╝
pause
C'est pas plutôt .bat?
Merci en tout cas
C'est en cours! j'ai juste viré les écho ^^

Faudrait que je reboot pour voir ce que ça donne (dans 4h +/- j'ai une tache en cours) car j'ai toujours le message et j'avais pas trouvé KB4012218 + KB3150513 l'autre jour sur mon pc.

Dernière modification par Waifuist ; 22/04/2017 à 23h43.
C'est pas plutôt .bat? ^^ NON !

C'est en cours! j'ai juste viré les écho ^^ Pourquoi ?

Sinon, je n'exclue pas le faite que ton PC est infecter par une saloperie qui se fait passer pour Windows update. Mais pour ça il va falloir probablement qu'as un moment ou un autre, tu reboot, donc ça peut attendre.
J'aime bien voir les étapes défiler, c'est pour ça que j'ai passé l'echo sur on, sinon toujours présente l'alerte windows update et c'est pas une saloperie, la seul "saloperie" que j'ai sur mon pc s'appel Microsoft.
Vais archiver ce sujet pour garder vos tips, mais pour le moment, avec 3 mises a jour masqué, mon windows update fonctionne nickel.

Juste pensé a désactiver l'installation automatique pour choisir ses mises a jour, un peu chiant, mais pour le moment, je resterais sur W7
Répondre

Connectés sur ce fil

 
1 connecté (0 membre et 1 invité) Afficher la liste détaillée des connectés