This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
salle_203 [2019/08/23 07:48] patrick created |
salle_203 [2024/04/04 10:19] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Salle 203 | + | ====== |
25 Priminfo Core2duo 4Go RAM | 25 Priminfo Core2duo 4Go RAM | ||
- | Opérations : | ||
- | S' | ||
- | Installer la version teacher sur le poste prof | ||
- | Créer le msi avec comme machine prof isti203-prof et mot-de-passe service et groupe 203 | ||
- | Installer la version teacher sur la machine prof | ||
- | Essayer de déployer le msi sur 2 ou 3 machines et voir quoi. | ||
- | Sur la machine prof il propose un canal de broadcast desktop, j'ai choisi 123 | + | ==== DISM pour réparer Windows 10 ==== |
+ | |||
+ | . | ||
+ | |||
+ | si l'image est endommagée mais réparable, vous pouvez utiliser | ||
+ | |||
+ | . Dism /Online / | ||
+ | |||
+ | . | ||
+ | |||
+ | |||
+ | ===== FIX shfolder.dll error ===== | ||
- | Liste des machines (FOG) : | ||
- | Utlisateur local : adminlocal: | + | The SHFOLDER.DLL error likely occurs due to corrupted or missing Windows registry. As an initial troubleshooting SHFOLDER.DLL needs to be registered on your system. To do this, we recommend that you follow these steps: |
+ | Click Start, type command, right-click on it, then select Run as administrator. | ||
+ | Type these commands one after another: | ||
+ | regsvr32 /u SHFOLDER.DLL, | ||
+ | regsvr32 /i SHFOLDER.DLL, | ||
+ | Once done, close the Command Prompt. | ||
+ | Restart the program that you are trying to run. |