Hvad skrives ved kørsel af:
Sfc /scannow?
--
5950X|Crosshair VIII Formula|64GB RAM
ASUS3090STRIX-OC|PG279Q
980 PRO 2TB|970 EVO+ 2TB|Samsung 860 PRO 2TB
2xSamsung860 QVO 2TB|Corsair AX1600i
Den er kørt et par gange, men finder ingen ting:
Windows Resource Protection did not find any integrity violations.
--
Mvh
Fc Junkies
Kører du med 3. part AV?
--
5950X|Crosshair VIII Formula|64GB RAM
ASUS3090STRIX-OC|PG279Q
980 PRO 2TB|970 EVO+ 2TB|Samsung 860 PRO 2TB
2xSamsung860 QVO 2TB|Corsair AX1600i
Nopes, det slettede jeg da jeg startede computeren første gang, så bare Microsofts eget. Har også prøvet at deaktivere dette samt firewall for at se om det hjalp - også råd fra Google...
--
Mvh
Fc Junkies
Ved ikke om de virker i Windåse 11, men jeg har haft rimeligt held i Win10 med at "nulstillle" windows update således:
Fix broken Windows update (refuses to install updates):
Open Command Prompt as (Admin).
Type the following command, and then press Enter:
DISM.exe /Online /Cleanup-image /Restorehealth
Note: It might take several minutes for the command operation to be completed.
System might hang on 100% or any other % for several minutes.
Then type the following command and press Enter:
sfc /scannow
Note: It might take several minutes for the command operation to be completed.
When complete, close the command prompt, reboot, and then run Windows Update again.
----
nogle få PC'er har jeg også måttet gå lidt til yderligheder med en .bat fil som køres som admin - og det er vigtigt.:
@ECHO OFF
echo This script will reset Windows Update.
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2\*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Windows Update should now work properly. Thanks Microsoft. Please reboot.
echo.
PAUSE
-> men så har de også virket for mig.
--
@echo off
"Bad command or file name" - go stand in that corner!
#5 Jeg fik lige tanken om at jeg havde glemt at køre tidligere .bat fil som administrator, men det hjalp desværre ikke :-(
Har aldrig haft lignende problem før WIN 11...
--
Mvh
Fc Junkies
Win11 er vist generelt et problem. Du har min dybeste sympati.
--
@echo off
"Bad command or file name" - go stand in that corner!
Æv, det var det min bærbar kom med…
--
Mvh
Fc Junkies
--
Sidst redigeret 27-06-2022 19:43
Har du malwarebytes installeret?
--
Nej, kun Microsoft AV og firewall
--
Mvh
Fc Junkies