Aller au contenu
Site Communauté

[TUTO] Comment ajouter l'accès aux paramètres via le menu contextuel du Bureau


Yves B.

Messages recommandés

Bonjour à tous !

Voici une astuce qui vous permettra d'accéder aux différentes options de l'interface des paramètres.

Vous devez creer un point de Restauration avant de faire la manipulation !!!

Comme vous le savez tous, Microsoft est en train de concentrer l'accès aux paramètres vers son interface « Paramètres Windows ». Vous devez cliquer sur « Démarrer (logo Windows) », ensuite la roue dentée, et une fois dans les paramètres, vous choisissez le “ bloc ” désiré.

Voici un script que vous pouvez taper ou copier/coller dans le « Bloc-notes », qui va ajouter un accès aux différents blocs de paramètres en utilisant le clic-droit sur le « Bureau ».

Si vous êtes sous la version 1703 c'est celui-ci :

Fichier Zippé pour la 1703, le fichier .ps1 est déjà créé.

fichier 1703

vous pouvez passez directement à l'étape « Exécuter avec Powershell »

 

Et si vous êtes sous la version 1709, c'est celui-ci :

Fichier Zippé pour la 1709, le fichier .ps1 est déjà créé.

fichier 1709    ( corrigé et fonctionnel )

vous pouvez passez directement à l'étape « Exécuter avec Powershell »

 

Une fois que vous avez tapé ou copié/collé ce code dans le « Bloc-notes », vous sélectionnez « Enregistrer sous » :

XoRl9.png

Ensuite vous lui donnez le nom que vous désirez, et très important, vous lui donnez l'extention de fichier .ps1 comme ci-dessous :

019x9.png

Vous avez sur le « Bureau » un fichier comme ceux-ci (selon votre version)        x7Ary.png

Vous effectuez un clic-droit sur votre fichier pour sélectionner « Exécuter avec Powershell », si il y a une demande d'autorisation, vous tapez « o », et validez.

                                                                                         Zm5ld.png

Une fois exécuté, voici votre menu contextuelle du Bureau (en effectuant un clic-droit) :

                                                     4GwOb.png

Si vous désirez revenir à votre menu d'origine, vous ouvrez le « Registre » 5Gdp7.png

Et vous allez à « Ordinateur\HKEY_CURRENT_USER\Software\Classes\DesktopBackground » et vous supprimez la clé « DesktopBackground », et c'est tout !

j2OqP.png

Si vous avez effectué la manipulation, via un clic-droit sur le « Bureau », vous aurez un accès plus direct vers le bloc de votre choix. :c_satisfied:

Si par exemple vous cliquez sur « Applications », vous êtes directement dans la section en question.

Cette astuces est la création de Regedit32 qui est membre du Forum suivant : https://www.windows10forums.com/

Ma contribution fût l'adaptation en Français du code, les captures d'écran, et de la procédure à suivre.

J'espères que vous apprécierez cette astuces.

Et voilà !

A+:c_wink:

Modifié par Delta
modification pour plus de clarté a la demande de Yves
  • J'aime 2
  • J'adore 2
Lien vers le commentaire

yop là @Yves B. super cool ce petit tuto et bien expliquer ...

mais heuuu question : cela sert a quoi :P d'avoir ces onglet la faisant un clique droit dans le bureau :P

si je me trompe pas, cela n'existai déjà pas a l'origine de W7 et 8.1 :P

j'ai toujours eu comme habitude de faire clique droit sur le drapeau Windows et la je pense que l'ont retrouve ces mêmes onglet ou presque et ou en allant vers panneau de configuration :)

 

merci d’éclairer ma lanterne mon chère Yves

:chuck-norris:

++

Modifié par Delta
Lien vers le commentaire

Salut ! 

Merci pour vos commentaires très positifs.

Salut @Delta, cela donne un accès plus direct aux paramètres parce que Microsoft veut faire disparaître le « Panneau de configuration » de Windows 10. Dans l'image de mon menu (clic-droit sur le Bureau), c'est moi qui avait créé les liens pour le Bloc-notes, Calculatrice et le Panneau de configuration. Depuis la 1703, le « Panneau de configuration » n'est plus dans le « menu lien rapide », et si tu crée le fameux « Godmode », là aussi, il y a moins d'accès aux paramètres qu'avant la 1703.

De plus, tu n'es pas sans savoir qu'à plusieurs reprises, qu'il y a des problèmes avec le « Menu démarrer » qui ne s'ouvre plus avec certains ordinateurs sous Windows 10. Avec ce lien, c'est la possibilité d'accéder aux options de récupération via « Mise à jour et sécurité ». Et de possiblement résoudre son problème ???

Salut @Le Crabe,

Je ne comprends vraiment pas ce qui a pu se passer avec le « code » parce que toutes les lignes étaient bien alignées vers la gauche avant de “ posté ” ce sujet ??? :c_surprised:

Est-ce que tu pourrais effectué la correction s.v.p. ?

Merci

A+:c_wink:

  • J'aime 1
Lien vers le commentaire

Salut @calisto06,

Est-ce que tu as essayé en tant qu'Administrateur avec Powershell, et d'une session Administrateur ?

De mon côté j'ai fait exactement comme je l'ai décrit, et pour preuve, toutes les captures d'écran sont de mon ordinateur.

Est-ce que tu as copié/collé le script pour créer ton propre fichier .ps1 ?

Tiens nous au courant

A+:c_wink:

Lien vers le commentaire
à l’instant, Yves B. a dit :

salut @Delta,

Merci pour le coup de pouce ! :D

Es-tu en mesure de comprimer un peu la longueur des messages ?

Merci ! :c_happy:

A+ :c_wink:

je peut déjà placer les deux fichier script ici sur le  topic, tu les télécharge si cela te semble ok ont peut voir pour une compresse ou une édition :P

Lien vers le commentaire

Toujours pas : j'ai un fichier de déboguage long comme le bras dans lequel grosso modo il me dit qu'il existe deja une clé et après impossible trouver le chemin d'acces bla bla bla.

Révélation
PS C:\Users\Christine-PC\Desktop> C:\Users\Christine-PC\Desktop\Parametres1709.ps1
New-Item : Il existe déjà une clé à cet emplacement.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:2 : 1
+ New-Item -Name "DesktopBackground" -Path 'HKCU:\SOFTWARE\Classes\' -I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceExists: (Microsoft.Power...RegistryWrapper:RegistryWrapper) [New-Item], IOException
    + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : Il existe déjà une clé à cet emplacement.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:3 : 1
+ New-Item -Name "Shell" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgroun ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceExists: (Microsoft.Power...RegistryWrapper:RegistryWrapper) [New-Item], IOException
    + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : Il existe déjà une clé à cet emplacement.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:4 : 1
+ New-Item -Name "Settings" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceExists: (Microsoft.Power...RegistryWrapper:RegistryWrapper) [New-Item], IOException
    + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:5 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:6 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:7 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:10 : 1
+ New-Item -Name "Shell" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgroun ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...hell\Paramètres:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:11 : 1
+ New-Item -Name "01SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:12 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\01SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:13 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\01SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:14 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\01SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:15 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...1SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:18 : 1
+ New-Item -Name "02SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:19 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\02SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:20 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\02SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:21 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\02SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:22 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...2SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:25 : 1
+ New-Item -Name "03SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:26 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\03SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\03SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:27 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\03SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\03SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:28 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...3SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:31 : 1
+ New-Item -Name "04SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:32 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\04SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\04SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:33 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\04SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\04SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:34 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...4SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:37 : 1
+ New-Item -Name "05SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:38 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\05SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\05SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:39 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\05SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\05SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:40 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...5SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:43 : 1
+ New-Item -Name "06SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:44 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\06SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\06SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:45 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\06SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\06SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:46 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...6SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:49 : 1
+ New-Item -Name "07SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:50 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\07SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\07SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:51 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\07SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\07SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:52 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...7SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:55 : 1
+ New-Item -Name "08SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:56 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\08SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\08SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:57 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\08SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\08SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:58 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...8SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:61 : 1
+ New-Item -Name "09SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:62 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\09SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\09SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:63 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\09SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\09SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:64 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...9SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:67 : 1
+ New-Item -Name "10SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:68 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\10SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\10SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:69 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\10SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\10SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:70 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...0SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:73 : 1
+ New-Item -Name "11SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:74 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\11SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\11SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:75 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\11SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\11SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:76 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...1SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:78 : 1
+ New-Item -Name "12SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:79 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\12SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\12SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:80 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\12SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\12SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:81 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...2SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:84 : 1
+ New-Item -Name "13SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:85 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\13SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\13SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:86 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\13SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\13SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:87 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...3SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:90 : 1
+ New-Item -Name "14SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:91 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\14SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\14SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:92 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\14SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\14SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:93 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...4SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
PS C:\Users\Christine-PC\Desktop> Get-Help '#' -ShowWindow
Name                              Category  Module                    Synopsis                                                            
----                              --------  ------                    --------                                                            
about_Mocking                     HelpFile                            Pester provides a set of Mocking functions making it easy to fake ...
about_should                      HelpFile                            Provides assertion convenience methods for comparing objects and t...
 
PS C:\Users\Christine-PC\Desktop>

 

Lien vers le commentaire

Salut @calisto06,

Est-ce que tu as supprimé la clé « DesktopBackground » avant de réessayer ?

Car il faut supprimer la clé que tu as créé précédemment.

J'ai revérifié le script, et je n'ai rien trouvé ! :c_sad:

Lorsque je l'ai exécuté, j'ai eu « Powershell » qui m'a demandé de confirmer l'exécution .....Et tout va vraiment bien !?!???

Tiens nous au courant ! :c_happy:

A+:c_wink:

Lien vers le commentaire

Pas mieux sans la clé le message du débogueur a changé puisque j'ai supprimé la clé mais j'arrive toujours à rien avec power shell pourtant le mode développeur est activé. >:(Je n'ai même pas de message d'autorisation.

Révélation
Settings                                                                                                                                  
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:5 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:6 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres», car il n'existe
pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:7 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...hell\Paramètres:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:10 : 1
+ New-Item -Name "Shell" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgroun ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...hell\Paramètres:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:11 : 1
+ New-Item -Name "01SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:12 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\01SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:13 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\01SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:14 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\01SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\01SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:15 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...1SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:18 : 1
+ New-Item -Name "02SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:19 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\02SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:20 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\02SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:21 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\02SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\02SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:22 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...2SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:25 : 1
+ New-Item -Name "03SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:26 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\03SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\03SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:27 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\03SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\03SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:28 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...3SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:31 : 1
+ New-Item -Name "04SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:32 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\04SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\04SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:33 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\04SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\04SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:34 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...4SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:37 : 1
+ New-Item -Name "05SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:38 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\05SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\05SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:39 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\05SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\05SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:40 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...5SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:43 : 1
+ New-Item -Name "06SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:44 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\06SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\06SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:45 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\06SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\06SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:46 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...6SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:49 : 1
+ New-Item -Name "07SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:50 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\07SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\07SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:51 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\07SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\07SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:52 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...7SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:55 : 1
+ New-Item -Name "08SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:56 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\08SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\08SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:57 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\08SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\08SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:58 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...8SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:61 : 1
+ New-Item -Name "09SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:62 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\09SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\09SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:63 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\09SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\09SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:64 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...9SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:67 : 1
+ New-Item -Name "10SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:68 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\10SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\10SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:69 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\10SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\10SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:70 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...0SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:73 : 1
+ New-Item -Name "11SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:74 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\11SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\11SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:75 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\11SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\11SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:76 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...1SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:78 : 1
+ New-Item -Name "12SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:79 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\12SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\12SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:80 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\12SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\12SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:81 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...2SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:84 : 1
+ New-Item -Name "13SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:85 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\13SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\13SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:86 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\13SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\13SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:87 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...3SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:90 : 1
+ New-Item -Name "14SubCmd" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...aramètres\Shell:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-Item : La clé de Registre n'existe pas à l'emplacement spécifié.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:91 : 1
+ New-Item -Name "Command" -Path 'HKCU:\SOFTWARE\Classes\DesktopBackgro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument : (HKEY_CURRENT_US...\Shell\14SubCmd:String) [New-Item], ArgumentException
    + FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.NewItemCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\14SubCmd», car
il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:92 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\Shell\14SubCmd:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
New-ItemProperty : Impossible de trouver le chemin d'accès «
HKCU:\SOFTWARE\Classes\DesktopBackground\Shell\Paramètres\Shell\14SubCmd\Command», car il n'existe pas.
Au caractère C:\Users\Christine-PC\Desktop\Parametres1709.ps1:93 : 1
+ New-ItemProperty -Path 'HKCU:\SOFTWARE\Classes\DesktopBackground\Shel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...4SubCmd\Command:String) [New-ItemProperty], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
 
 
PS C:\Users\Christine-PC\Desktop>

 

Lien vers le commentaire

Salut @calisto06,

Je crois avoir trouvé l'erreur, il faut remplacer “ settings ” par Paramètres à l'endroit ci-dessous :

3nmdj.png

J'ai comparé la 1703 avec la 1709 et c'est là qu'est l'erreur ! :c_angry:

Voici ci-joint le nouveau fichier

Je vais demander @Deltade supprimer le fichier 1709 pour le remplacer.

Je suis vraiment désolé :c_embarrassed:

Tiens nous informé

A+:c_wink:

1709.ps1

  • J'aime 1
Lien vers le commentaire
Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...