Hello, nouvelle question, histoire de pas polluer plusieurs thread je réutilise le même
En powershell, je souhaite lancer une app déjà stockée : C:\Program Files (x86)\Microsoft OneDrive\OneDriveSetup.exe
Cependant le x86 semble lui poser problème, vous auriez une idée svp ?
Merci !
Code :
- $Fichierinstall = "C:\Program Files (x86)\Microsoft OneDrive\OneDriveSetup.exe"
- Invoke-Expression $Fichierinstall
|
Voici le retour du coup
Code :
- x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
- included, verify that the path is correct and try again.
- At line:1 char:19
- + C:\Program Files (x86)\Microsoft OneDrive\OneDriveSetup.exe
- + ~~~
- + CategoryInfo : ObjectNotFound: (x86:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
|
Anciennes questions :
En Powershell, je souhaite voir si OneDrive est installé sur la machine du coup j'en suis à
Code :
- #Vérification de la présence de OneDrive sur la machine
- Set-Location HKCU:\Software\Microsoft
- Get-ChildItem | Where-Object {$_.name -cmatch "OneDrive"}
|
Du coup j'ai bien un objet quand j'ai le dossier OneDrive
Si je le nomme patate, rien ne remonte, ok
mais si je nommes le dossier OneDrive.old il remonte quand même, comment faire pour limiter strictement au dossier appelé "OneDrive" svp ?
Merci
Message édité par clads92 le 27-04-2017 à 10:01:27
---------------
NewGame+ (Podcast) ~ Chaine de review handheld ~ Acheter une handheld (Affilié + Promo 16%)