cmd fix update

Windows + Ctrl + Maj + B
Ton écran va devenir tout noir,
Ce raccourci clavier sert à relancer le pilote graphique.
https://answers.microsoft.com/en-us/win … 5304726596

nettoyage update

net stop wuauserv
net stop bits
del /q C:\Windows\SoftwareDistribution\Download\*
net start wuauserv

attrib -s -h C:\Windows\SoftwareDistribution\Download\* del /q C:\Windows\SoftwareDistribution\Download\*

reset update
(pb update: essayer avant sfc et dism scanhealth et restorehealth)

manually reset the Windows Updates Components once again and then reinitiate the Windows Update process.

Resetting Windows Update Components will fix corrupt Windows Update Components and help you to install the Windows Updates quickly.

Please follow the below steps to reset the Windows Updates Components:

1. Press Windows Key + X on the keyboard and then select “Command Prompt (Admin)” from the menu.

2. Stop the BITS, Cryptographic, MSI Installer and the Windows Update Services. To do this, type the following commands at a command prompt. Press the “ENTER” key after you type each command.

                           net stop wuauserv

                           net stop cryptSvc

                           net stop bits

                           net stop msiserver

3. Now rename the SoftwareDistribution and Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the “ENTER” key after you type each command.

                          ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

                          ren C:\Windows\System32\catroot2 Catroot2.old

4. Now, let’s restart the BITS, Cryptographic, MSI Installer and the Windows Update Services. Type the following commands in the Command Prompt for this. Press the ENTER key after you type each command.

                        net start wuauserv

                        net start cryptSvc

                        net start bits

                        net start msiserver

5. Type Exit in the Command Prompt to close it and then restart the computer.

6.After restarting the computer, now retry to install Windows Updates.

update 10 avril version 1803

KB4103721

Le KB4103721 est uniquement pour W10 1803 mais les mêmes corrections existent sous les références KB4103727, KB4103731, KB4103723 et KB4093109, respectivement pour Windows 10 version 1709, 1703, 1607 et 1511.

https://www.windows8facile.fr/ecran-noir-kb4103721-windows-10-1803/

installation de redstone 4 manuel

verifier la compatibilite de update avec constructeur

  1. Un checkdisk (chkdsk) de la partition C et vérifier la santé de votre disque dur
  2. Désinstaller votre antivirus et tout autre programme de sécurité du type ZoneAlarm ou Comodo.
  3. Désinstaller les programmes inutiles (Glary Utilities, IOBit, etc) : Liste des programmes inutiles
  4. Effectuer une réparation DISM

utiliser assistant de mise a jour de windows
ou media creation tools
https://www.malekal.com/telecharger-et-installer-mise-a-jour-windows-10-1803/

mises a jour des pilotes graphiques  nvidia ..et ssd intel, bios

update your SSD firmware through Intel’s SSD Toolbox ( https://downloadcenter.intel.com/download/27656/Intel-Solid-State-Drive-Toolbox )

This method fixed the frequent BSOD of my laptop while on battery.

12 Things You Should Do Before Installing Windows 10 April Update (Version 1803)

https://www.groovypost.com/howto/prepare-computer-windows-10-creators-update-version-1703/

 

problemes rencontrés : sons, carte wifi
https://www.malekal.com/bugs-probleme-mise-a-jour-windows-10-1803/

Mode sans echec Demarrage windows 10

pour activer la touche F8 au démarrage

bcdedit  /set {default} bootmenupolicy legacy

pour désactiver la touche F8, il faudra saisir la commande suivante :

bcdedit  /set {default} bootmenupolicy standard

Forcer le prochain démarrage de windows 10 en mode sans échec :

bcdedit /set {default} safeboot network

desactiver le safe boot

bcdedit /deletevalue {default} safeboot network

Ajout Safe boot dans menu et boot manuel en selectif

Hit Win+x and select Command Prompt (Admin),

then type bcdedit /copy {current} /d « Windows 10 Safe Mode » and hit Enter.

From the Start Menu type msconfig, run System Configuration in the results, and navigate to the Boot tab. Highlight the Windows 10 Safe Mode option you just created, tick Safe boot and select Minimal under Boot options and – if necessary – reduce the Timeout value so you won’t be inconvenienced – the minimum is three seconds. Tick Make all boot settings permanent (in fact you can simply return here to delete the Safe Mode entry) and click OK.

DISM

clean-up winSxS components
https://win10.guru/dism-analyzecomponentstore-and-startcomponentcleanup/

reparation d’integrite systeme

DISM.exe /Online /Cleanup-image /Scanhealth 
DISM.exe /Online /Cleanup-image /Restorehealth

si update corrompu, a faire a partir des sources dvd ou iso

DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess

Note: Replace the C:\RepairSource\Windows placeholder with the location of your repair source. For more information about using the DISM tool to repair Windows, reference Repair a Windows Image.

sfc /scannow
%WinDir%\Logs\CBS\CBS.log

findstr /c: »[SR] » %windir%\Logs\CBS\CBS.log> »%userprofile%\Desktop\sfcdetails.txt »

verifier dll a remplacer ou manquant
(takeown, icacls, copy)
https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system

 

data source

How to Grant « Allow log on locally » Permissions to Domain User Accounts

If you use stored credentials to connect to an external data source, the Windows domain user account must have permission to log on locally. This permission allows the report server to impersonate the user on the report server and send the request to the external data source as that impersonated user.

To grant this permission, do the following:

  1. On the report server computer, in Administrative Tools, open Local Security Policy.
  2. Under Security Settings, expand Local Policies, and then click User Rights Assignment.
  3. In the details pane, right-click Allow log on locally and then right-click Properties.
  4. Click Add User or Group.
  5. Click Locations, specify a domain or other location that you want to search, and then click OK.
  6. Enter the Windows account for which you want to allow interactive login, and then click OK.
  7. In the Allow log on locally Properties dialog box, click OK.
  8. Verify that the account you selected does not also have deny permissions:
    1. Right-click Deny log on locally and then right-click Properties.
    2. If the account is listed, select it and then click Remove.

https://docs.microsoft.com/en-us/sql/reporting-services/report-data/specify-credential-and-connection-information-for-report-data-sources?view=sql-server-2017

My Block Note