Page 3211 sur 3333

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 10:53
par biour
Ryu_wm a écrit : mer. 1 janv. 2020 18:21
Ryu_wm a écrit : mar. 31 déc. 2019 11:47 pong, merci pour ta réponse mais comme je le disais je ne pense pas rentrer dans une catégorie qui empeche les MAJ :

- matériel pas compatible : heu core i de 8è gèn cpa si vieux
- pas les derniers pilotes : mis à jour quand nécessaire mais à jour
- espace de stockage : 1SSD système reste 200Go et sinon 3To en mécanique
- si il a dépassé la période ... ok peut être là avec ma licence OEM acheté sur le net pour activer W10 à moindre frais ...
pong

quoi qu'il en soit, échec du passage vers v1903 :/
échec sur "l'ajout de fonctionnalités"

je suis désolé monsieur, on ne peut pas ajouter une cinquième roue sur votre véhicule, nous allons donc cesser toute maintenance dessus et le déclarer obsolète ...
esssaye en placant cela dans un *.bat et lance le en admin

Code : Tout sélectionner

DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
pause
et sinon artillerie lourde: Reset_Reregister_Windows_Update_Components.bat

Code : Tout sélectionner

@echo off

:: Created by: Shawn Brink
:: Created on: October 1st 2015
:: Updated on: February 12th 2018
:: Tutorial: https://www.tenforums.com/tutorials/24742-reset-windows-update-windows-10-a.html


:: Checking and Stopping the Windows Update services
set b=0

:bits
set /a b=%b%+1
if %b% equ 3 (
   goto end1
) 
net stop bits
echo Checking the bits service status.
sc query bits | findstr /I /C:"STOPPED" 
if not %errorlevel%==0 ( 
    goto bits 
) 
goto loop2

:end1
cls
echo.
echo Cannot reset Windows Update since "Background Intelligent Transfer Service" (bits) service failed to stop.
echo.
pause
goto Start


:loop2
set w=0

:wuauserv
set /a w=%w%+1
if %w% equ 3 (
   goto end2
) 
net stop wuauserv
echo Checking the wuauserv service status.
sc query wuauserv | findstr /I /C:"STOPPED" 
if not %errorlevel%==0 ( 
    goto wuauserv 
) 
goto loop3

:end2
cls
echo.
echo Cannot reset Windows Update since "Windows Update" (wuauserv) service failed to stop.
echo.
pause
goto Start



:loop3
set app=0

:appidsvc
set /a app=%app%+1
if %app% equ 3 (
   goto end3
) 
net stop appidsvc
echo Checking the appidsvc service status.
sc query appidsvc | findstr /I /C:"STOPPED" 
if not %errorlevel%==0 ( 
    goto appidsvc 
) 
goto loop4

:end3
cls
echo.
echo Cannot reset Windows Update since "Application Identity" (appidsvc) service failed to stop.
echo.
pause
goto Start


:loop4
set c=0

:cryptsvc
set /a c=%c%+1
if %c% equ 3 (
   goto end4
) 
net stop cryptsvc
echo Checking the cryptsvc service status.
sc query cryptsvc | findstr /I /C:"STOPPED" 
if not %errorlevel%==0 ( 
    goto cryptsvc 
) 
goto Reset

:end4
cls
echo.
echo Cannot reset Windows Update since "Cryptographic Services" (cryptsvc) service failed to stop.
echo.
pause
goto Start


:Reset
Ipconfig /flushdns
del /s /q /f "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat" 
del /s /q /f "%ALLUSERSPROFILE%\Microsoft\Network\Downloader\qmgr*.dat"
del /s /q /f "%SYSTEMROOT%\Logs\WindowsUpdate\*"


if exist "%SYSTEMROOT%\winsxs\pending.xml.bak" del /s /q /f "%SYSTEMROOT%\winsxs\pending.xml.bak" 
if exist "%SYSTEMROOT%\winsxs\pending.xml" ( 
    takeown /f "%SYSTEMROOT%\winsxs\pending.xml" 
    attrib -r -s -h /s /d "%SYSTEMROOT%\winsxs\pending.xml" 
    ren "%SYSTEMROOT%\winsxs\pending.xml" pending.xml.bak 
) 
  
if exist "%SYSTEMROOT%\SoftwareDistribution.bak" rmdir /s /q "%SYSTEMROOT%\SoftwareDistribution.bak"
if exist "%SYSTEMROOT%\SoftwareDistribution" ( 
    attrib -r -s -h /s /d "%SYSTEMROOT%\SoftwareDistribution" 
    ren "%SYSTEMROOT%\SoftwareDistribution" SoftwareDistribution.bak 
) 
 
if exist "%SYSTEMROOT%\system32\Catroot2.bak" rmdir /s /q "%SYSTEMROOT%\system32\Catroot2.bak" 
if exist "%SYSTEMROOT%\system32\Catroot2" ( 
    attrib -r -s -h /s /d "%SYSTEMROOT%\system32\Catroot2" 
    ren "%SYSTEMROOT%\system32\Catroot2" Catroot2.bak 
) 
  

:: Reset Windows Update policies
reg delete "HKCU\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f
reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate" /f
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate" /f
gpupdate /force


:: Reset the BITS service and the Windows Update service to the default security descriptor
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

:: Reregister the BITS files and the Windows Update files
cd /d %windir%\system32
regsvr32.exe /s atl.dll 
regsvr32.exe /s urlmon.dll 
regsvr32.exe /s mshtml.dll 
regsvr32.exe /s shdocvw.dll 
regsvr32.exe /s browseui.dll 
regsvr32.exe /s jscript.dll 
regsvr32.exe /s vbscript.dll 
regsvr32.exe /s scrrun.dll 
regsvr32.exe /s msxml.dll 
regsvr32.exe /s msxml3.dll 
regsvr32.exe /s msxml6.dll 
regsvr32.exe /s actxprxy.dll 
regsvr32.exe /s softpub.dll 
regsvr32.exe /s wintrust.dll 
regsvr32.exe /s dssenh.dll 
regsvr32.exe /s rsaenh.dll 
regsvr32.exe /s gpkcsp.dll 
regsvr32.exe /s sccbase.dll 
regsvr32.exe /s slbcsp.dll 
regsvr32.exe /s cryptdlg.dll 
regsvr32.exe /s oleaut32.dll 
regsvr32.exe /s ole32.dll 
regsvr32.exe /s shell32.dll 
regsvr32.exe /s initpki.dll 
regsvr32.exe /s wuapi.dll 
regsvr32.exe /s wuaueng.dll 
regsvr32.exe /s wuaueng1.dll 
regsvr32.exe /s wucltui.dll 
regsvr32.exe /s wups.dll 
regsvr32.exe /s wups2.dll 
regsvr32.exe /s wuweb.dll 
regsvr32.exe /s qmgr.dll 
regsvr32.exe /s qmgrprxy.dll 
regsvr32.exe /s wucltux.dll 
regsvr32.exe /s muweb.dll 
regsvr32.exe /s wuwebv.dll
regsvr32.exe /s wudriver.dll
netsh winsock reset
netsh winsock reset proxy

:: Set the startup type as automatic
sc config wuauserv start= auto
sc config bits start= auto 
sc config DcomLaunch start= auto 

:Start
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 14:37
par yullito
La pong bonne année à vous tous mes petits lapins !!

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 14:50
par Zedoune
ping

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 17:30
par FrCo
Une pong année a tous ;)

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 19:27
par caplam1
je vous ping une bonne année à tous

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 20:50
par Ryu_wm
pong @Biour : Merci pour ton aide, mais tu n'as malheureusement pas lu que le problème s'était résolu :jap:

Re: ριиg σr ρσиg ? Côté obscur

Publié : jeu. 2 janv. 2020 20:58
par biour
Ryu_wm a écrit : jeu. 2 janv. 2020 20:50 pong @Biour : Merci pour ton aide, mais tu n'as malheureusement pas lu que le problème s'était résolu :jap:
PArdon, en effet encore dans les vapeurs :D

ce soit dit en passant, garde les deux *.bat sous le coude!
le premiers "répare" windows
le deuxième Windows update

Re: ριиg σr ρσиg ? Côté obscur

Publié : ven. 3 janv. 2020 07:47
par kalistyan
Ping

Il existe un script PowerShell pour réinitialiser Windows Update.

https://gallery.technet.microsoft.com/R ... t-d824badc

Re: ριиg σr ρσиg ? Côté obscur

Publié : ven. 3 janv. 2020 09:05
par Ryu_wm
pong, super, je vous remercie.

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 06:11
par merlin2000fr
ping

bon début de semaine a tous

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 07:49
par biour
Pareil!!!

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 09:55
par gizmo78
Petite question :
avec un compte @outlook.com, y a moyen que le truc se verrouille pas tout les 4 matins? j'ai un script qui tourne pour se connecter à cette adresse pour checker si un mail est reçu et genre ça tourne une nuit et celle d'après le compte est verrouillé.....

merci

ping

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 10:00
par biour
?? Verrouillé ?

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 10:01
par gizmo78
ouais, dès que j'ai 2 ip qui se connectent je reçois un mail activité suspecte et voila, compte verrouillé....

ping

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 10:13
par kalistyan
Pong

Bonne reprise à tous.

:hello:

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 16:00
par Ryu_wm
ping

@Gizmo, je n'ai pas de outlook.com, mais c'est le même pool que live.xxx, hotmail.xxx il me semble et perso j'ai du hotmail.com et je n'ai jamais réussi à le verrouiller et ce quelle que soit l'ip qui s'y connecte ?

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 16:08
par gizmo78
bas la, j'ai 2 IP, une FR et une DE, et régulièrement ça lock et c'est pénible.

a voir ce que ça donne dans le temps

pong

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 19:28
par Zedoune
ping

vient de passer trop de temps à l'hopital, mon copain s'est fait une fracture qui nécessitait une chirurgie pour mettre une plaque, on nous a demandé de venir hier matin mais finalement, après 2h sur place c'était annulé, aujourd'hui c'est bon... fatiguée

Re: ριиg σr ρσиg ? Côté obscur

Publié : lun. 6 janv. 2020 19:38
par merlin2000fr
pong

arff, pas glop, il commence bien l'année, courage a vous deux

Re: ριиg σr ρσиg ? Côté obscur

Publié : mar. 7 janv. 2020 06:16
par merlin2000fr
ping du matin

bonne journée à tout le monde

Re: ριиg σr ρσиg ? Côté obscur

Publié : mar. 7 janv. 2020 08:31
par Ryu_wm
gizmo78 a écrit : lun. 6 janv. 2020 16:08 bas la, j'ai 2 IP, une FR et une DE, et régulièrement ça lock et c'est pénible.

a voir ce que ça donne dans le temps

pong
pong

ha ok, là deux pays différents, peut être est-ce très différents de 2 IP différentes mais d'un même pays, bien que je ne vois pas l'utilité de vérifier ce point en particulier.

Pas d'erreur possible dans le script qui vérifie la présence du courriel particulier ?

@Z : fracture, plaque, la vache ... mais qu'a-t-il fait pour être dans cet état ?
bref, courage à lui déjà, en dans une moindre mesure ... à toi.

Re: ριиg σr ρσиg ? Côté obscur

Publié : mar. 7 janv. 2020 09:34
par Dodo29
ping

vous connaissez un serveur DNS open source avec une interface web pour la conf ?
J'ai envie de déléguer une zone "lab" d'un de mes domaines pour pouvoir jouer comme je veux avec :)

Re: ριиg σr ρσиg ? Côté obscur

Publié : mar. 7 janv. 2020 09:36
par gizmo78
pas cool Z :/

Ryu : nop le script fonctionne bien, la pas de blocage cette nuit, on verra dans le temps ^^

pong

Re: ριиg σr ρσиg ? Côté obscur

Publié : mar. 7 janv. 2020 12:01
par kalistyan
@Dodo29 Il existe différents projets pour PowerDNS.

https://github.com/ngoduykhanh/PowerDNS-Admin
https://github.com/loewexy/pdnsmanager/

Ping

@Z Courage

Edit : Problème chez Free ?

Lieu : Lyon
Type : ADSL

J'obtiens bien une IP, mais impossible de sortir...

Re: ριиg σr ρσиg ? Côté obscur

Publié : mer. 8 janv. 2020 08:56
par speedermenn
kalistyan a écrit : mar. 7 janv. 2020 12:01 @Dodo29 Il existe différents projets pour PowerDNS.

https://github.com/ngoduykhanh/PowerDNS-Admin
https://github.com/loewexy/pdnsmanager/

Ping

@Z Courage

Edit : Problème chez Free ?

Lieu : Lyon
Type : ADSL

J'obtiens bien une IP, mais impossible de sortir...
Pong

Bonjour à tous.

Même problème pour nous hier avec internet chez Orange Fibre. Le DNS est en rade