Tâche #23382
Scénario #23155: Étudier la possibilité d'activer le support de partage de fichiers SMB 1.0/CIFS via JoinEOLE
Créer un .bat pour Windoo 10-1709
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Associated revisions
Ajout de l'activation de SMB1 ref #23382
History
#1 Updated by Gérald Schwartzmann about 5 years ago
En powershell admin :
Activation : Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
Il ne coche pas les sous fonctionnalités
Il existe une option -NoRestart
Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -NoRestart
prowershell /?
Contenu à mettre dans Win10.bat
powershell.exe -Command Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -NoRestart
#2 Updated by Gérald Schwartzmann about 5 years ago
- File Win10_1709.bat added
- Subject changed from Créer un .bat pour Windoo 10 to Créer un .bat pour Windoo 10-1709
- % Done changed from 0 to 100
- Estimated time set to 1.50 h
- Remaining (hours) set to 1.5
#3 Updated by Gérald Schwartzmann about 5 years ago
- Status changed from Nouveau to Résolu
#4 Updated by Gérald Schwartzmann about 5 years ago
- Remaining (hours) changed from 1.5 to 3.0
#5 Updated by Gérald Schwartzmann about 5 years ago
- Status changed from Résolu to En cours
#6 Updated by Gérald Schwartzmann almost 5 years ago
Mettre à jour le changelog
#7 Updated by Gérald Schwartzmann almost 5 years ago
- Remaining (hours) changed from 3.0 to 0.5
#8 Updated by Gérald Schwartzmann almost 5 years ago
- Status changed from En cours to Résolu
#9 Updated by Joël Cuissinat almost 5 years ago
- Remaining (hours) changed from 0.5 to 0.0
Vu en 2.5.2 et 2.6.2
root@horus:~# CreoleGet eole_release && tail -n1 /home/esu/Console/Win10.bat 2.5.2 powershell.exe -Command "Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -NoRestart"
root@scribe:~# CreoleGet eole_release && tail -n1 /home/esu/Console/Win10.bat 2.6.2 powershell.exe -Command "Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol -NoRestart"
#10 Updated by Joël Cuissinat almost 5 years ago
- Status changed from Résolu to Fermé