Project

General

Profile

Proposition Scénario #13993

Particularités de configuration de Windows 10 avec scribe

Added by CHASSON Charles over 7 years ago. Updated about 6 years ago.

Status:
À formaliser
Priority:
Normal
Assigned To:
Category:
-
Target version:
-
% Done:

0%


Description

Les profils itinérants Windows 10 présentent plusieurs points à tester. Un nombre important de nouvelles fonctionnalités peuvent être dévalidées (ou pas), Esu pourrait-il prendre en compte la nouvelle version de signature de l'OS ? Dans les fonctionnalités qui peuvent géner on peut noter
  • Cortana
  • La recherche sur le Web
  • Le "Attendez quelques instants pendant la création de votre profil"
  • Les Appx par défaut.

Il existe une quantité de tips à coup de clé de base de registre que je peux fournir et/ou intégrer à Esu si on peut passer au-delà de la limitiation d'Esu actuelle (Vista !!!)
Cortana et la recherche web "devraient" (pourraient???) être désactivé:

menu_perso.PNG View - Exemple de menu style tablette apparu avec Windows 10 et personnalisable (213 KB) CHASSON Charles, 12/07/2015 07:57 PM

pinned.cmd (476 Bytes) David PAILLER, 05/03/2017 02:01 PM

pinned.cmd - maj du precedent fichier (568 Bytes) David PAILLER, 05/11/2017 09:45 AM

History

#1 Updated by Scrum Master over 7 years ago

  • Assigned To set to Klaas TJEBBES

#2 Updated by Scrum Master over 7 years ago

  • Assigned To changed from Klaas TJEBBES to Gilles Grandgérard

#3 Updated by Klaas TJEBBES over 7 years ago

  • Tracker changed from Demande to Tâche
  • Parent task set to #14167

#4 Updated by CHASSON Charles over 7 years ago

Pour activer l'utilisation du menu (tablette)personnalisé:

<OU classeobjet="Categorie" nom="Gestion menu tablette">
<Regle classeobjet="REGISTRE" type="BOOLEEN">
<OS>254</OS>
<Intitule>Validation utilisation Menu Tablette personnalisé</Intitule>
<Chemin>REG://HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer</Chemin>
<Variable nom="LockedStartLayout" type="DWORD">
<ValueOn>1</ValueOn>
<ValueOff>0</ValueOff>
</Variable>
<Commentaire>Pas de commentaires pour cette règle !</Commentaire>
</Regle>
</OU>

Chemin vers le xml du menu personnalisé du côté utilisateur:

<Regle classeobjet="REGISTRE" type="EDITION">
<OS>254</OS>
<Intitule>Raccourci Menu Tablette Windows 10</Intitule>
<Chemin>REG://HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer</Chemin>
<Variable nom="StartLayoutFile" type="STRING">
<ValueOn>R:\grp_eole\professeurs\StartLayout\Start.xml</ValueOn>
<ValueOff></ValueOff>
</Variable>
<Commentaire>Pas de commentaires pour cette règle !</Commentaire>
</Regle>

Exporté le menu personnalisé en powershell avec la commande
Export-StartLayout -Path R:\Grp_eole\Professeyrs\StartLayout\Start.xml.

Problème actuel: Erreur remote_logon au premier démarrage, premier utilisateur, après cela marche pour tous utilisateurs, même ceux dont le profil a déjà été créé. Exemple de menu en fichier-joint

#5 Updated by CHASSON Charles over 7 years ago

Règle pour désactiver onedrive dans l'explorateur de fichier, également dans la barre des taches à gauche:

<Regle classeobjet="REGISTRE" type="BOOLEEN">
<OS>254</OS>
<Intitule>Onedrive désactivé</Intitule>
<Chemin>REG://HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\OneDrive</Chemin>
<Variable nom="DisableFileSyncNGSC" type="DWORD">
<ValueOn>1</ValueOn>
<ValueOff>0</ValueOff>
</Variable>
<Commentaire>Pas de commentaires pour cette règle !</Commentaire>
</Regle>

#6 Updated by CHASSON Charles over 7 years ago

Règle pour désactiver les recherches web sur bing dans cortana:

<Regle classeobjet="REGISTRE" type="BOOLEEN">
<OS>254</OS>
<Intitule>Recherches Web par Bing désactivées</Intitule>
<Chemin>REG://HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search</Chemin>
<Variable nom="BingSearchEnabled" type="DWORD">
<ValueOn>0</ValueOn>
<ValueOff>1</ValueOff>
</Variable>
<Commentaire>Pas de commentaires pour cette règle !</Commentaire>
</Regle>

#7 Updated by CHASSON Charles over 7 years ago

Désactivation de la Télémétrie ("mouchard") Windows 10

<Regle classeobjet="REGISTRE" type="BOOLEEN">
<OS>254</OS>
<Intitule>Telemetry désactivée</Intitule>
<Chemin>REG://HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection</Chemin>
<Variable nom="AllowTelemetry" type="DWORD">
<ValueOn>0</ValueOn>
<ValueOff>1</ValueOff>
</Variable>
<Commentaire>Pas de commentaires pour cette règle !</Commentaire>
</Regle>

#8 Updated by Scrum Master over 7 years ago

  • Status changed from Nouveau to En cours

#9 Updated by Joël Cuissinat over 7 years ago

  • Assigned To deleted (Gilles Grandgérard)
  • Start date changed from 11/10/2015 to 12/28/2015
  • Parent task deleted (#14167)

Cette demande doit être découpée car sinon elle continuera d'être reportée de sprint en sprint !

#10 Updated by Joël Cuissinat over 7 years ago

  • Tracker changed from Tâche to Demande
  • Target version deleted (Sprint 2015 49-51 - Équipe MENESR)
  • Start date deleted (12/28/2015)

#11 Updated by Joël Cuissinat over 7 years ago

  • Status changed from En cours to En attente d'informations

#12 Updated by Joël Cuissinat over 7 years ago

  • Status changed from En attente d'informations to Nouveau

#13 Updated by Scrum Master over 7 years ago

  • Assigned To set to Klaas TJEBBES

#14 Updated by Klaas TJEBBES over 7 years ago

  • Tracker changed from Demande to Proposition Scénario

#15 Updated by Joël Cuissinat over 7 years ago

  • Status changed from Nouveau to À formaliser

#16 Updated by David PAILLER about 6 years ago

Pour attacher à la barre de tache vlc , firefox et l'explorateur de fichiers pour tous les utilisateurs authentifiés:
Cela est testé et fonctionne ous w10 pro 64 bit et w7 pro 32b et 64b
Méthode:
Sur un compte qui a accès à regedit : exemple admin:
1) on détache de la barre de taches tout ce qu'il y a (sauf edge) --> clic droit puis "Détacher de la barre de tâches"
2) dans le dossier : U:\config_eole\Application Data\Microsoft\Internet Explorer\Quick Launch\User Pinned
supprimer tous les sous dossiers et les fichiers de ImplicitAppShortcuts; StartMenu et TaskBar qui sont les trois seuls dossiers qui doivent être dans "User Pinned"
3)Faire un clic droit et choisir "Epingler à la barre de tache" pour:
C:\Windows\explorer ;
C:\Program Files\Mozilla\firefox.exe et
C:\Program Files\videolan\vlc.exe

Attention pour ces deux derniers cela implique que la version 64 soit installée sur les postes 64 et la 32 sur les 32 sinon il faudra faire le même travail sur un poste 32 bit et différencier le batch et le reg selon l'architecture .

Les trois raccourcis sont maintenant dans :
U:\config_eole\Application Data\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

4) Copier U:\config_eole\Application Data\Microsoft\Internet Explorer\Quick Launch\User Pinned dans \\scribe\commun\logiciels\pinned

5)Exporter en pinned.reg :[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
et coller le dans \\scribe\netlogon\scripts
Enfin :

6)Collez le fichier de commande pinned.cmd joint dans \\scribe\netlogon\scripts
7) Rajouter la ligne suivante dans \\scribe\netlogon\scripts\groups\DomainUsers.txt
cmd,\\10.175.56.5\netlogon\scripts\pinned.cmd,HIDDEN

#17 Updated by David PAILLER about 6 years ago

7) Rajouter la ligne suivante dans \\scribe\netlogon\scripts\groups\DomainUsers.txt:
il faut rajouter l'option NOWAIT
cmd,\\10.175.56.5\netlogon\scripts\pinned.cmd,NOWAIT,HIDDEN

Also available in: Atom PDF