Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Power Toys

microsoft.public.fr.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 07-04-2007
Oriane
 

Posts: n/a
Power Toys
Bonjour,

y a-t-il moyen d'avoir un "Open cmd here" fournit pour XP par Powertoys ???
Et la même chose avec une fenêtre de commande PowerShell ?

Merci d'avance

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-04-2007
Oriane
 

Posts: n/a
Re: Power Toys
J'ai vu la réponse: c'ets de base dans Vista: clic droit avec la touche
shift enfoncée...
"Oriane" <oriane@guermantes.fr> a écrit dans le message de
news:A51C36BB-E0FB-44BE-BB6B-ED6A77B1B6B7@microsoft.com...
> Bonjour,
>
> y a-t-il moyen d'avoir un "Open cmd here" fournit pour XP par Powertoys
> ???
> Et la même chose avec une fenêtre de commande PowerShell ?
>
> Merci d'avance


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-05-2007
Jean-Claude BELLAMY
 

Posts: n/a
Re: Power Toys
"Oriane" <oriane@guermantes.fr> a écrit dans le message de
news:A51C36BB-E0FB-44BE-BB6B-ED6A77B1B6B7@microsoft.com...
> Bonjour,
>
> y a-t-il moyen d'avoir un "Open cmd here" fournit pour XP par Powertoys
> ???
> Et la même chose avec une fenêtre de commande PowerShell ?


pas besoin de Powertoys, çà se crée tout seul dans la BDR!

Créer la clef :
HKEY_CLASSES_ROOT\Directory\shell\CmdHere
valeur par défaut :
Fenêtre de commandes ici (ou n'importe quel autre libellé à ta guise)

Créer la clef :
HKEY_CLASSES_ROOT\Directory\shell\CmdHere\command
valeur par défaut :
C:\WINDOWS\system32\cmd.exe /k cd /D "%1"

idem pour :
HKEY_CLASSES_ROOT\Drive\shell\CmdHere
HKEY_CLASSES_ROOT\Drive\shell\CmdHere\command




Et pour Powershell :
Créer la clef :
HKEY_CLASSES_ROOT\Directory\shell\PowerShell
valeur par défaut :
Fenêtre PowerShell (ou n'importe quel autre libellé à ta guise)
Créer la clef :
HKEY_CLASSES_ROOT\Directory\shell\PowerShell\comma nd
valeur par défaut :
cmd /c start "PowerShell"
C:\windows\system32\WindowsPowerShell\v1.0\powersh ell.exe -noexit
set-location "%1"


NB : les chemins respectifs sont à adapter à ta config
J'ai écrit "cmd /c start "PowerShell" ..." (au lieu de "cmd /c ...")
uniquement pour faire apparaitre le titre "Powershell" (ou autre chose) dans
la fenêtre.


--
May the Force be with You!
La Connaissance s'accroît quand on la partage
----------------------------------------------------------
Jean-Claude BELLAMY [MVP] - http://www.bellamyjc.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-05-2007
Nina Popravka
 

Posts: n/a
Re: Power Toys
On Thu, 5 Jul 2007 12:33:10 +0200, "Jean-Claude BELLAMY"
<Jean-Claude.Bellamy@wanadoo.fr> wrote:

>Créer la clef :
>HKEY_CLASSES_ROOT\Directory\shell\CmdHere\comma nd
>valeur par défaut :
> C:\WINDOWS\system32\cmd.exe /k cd /D "%1"


T'aurais pas la tactique pour qu'elle s'ouvre en tant
qu'administrateur, l'invite de commande ?
--
Nina
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-05-2007
Jean-Claude BELLAMY
 

Posts: n/a
Re: Power Toys
"Nina Popravka" <Nina@nospam.invalid> a écrit dans le message de
news:auip83147fb0697g58igsdap3emp4vl2rl@4ax.com...
> On Thu, 5 Jul 2007 12:33:10 +0200, "Jean-Claude BELLAMY"
> <Jean-Claude.Bellamy@wanadoo.fr> wrote:
>
>>Créer la clef :
>>HKEY_CLASSES_ROOT\Directory\shell\CmdHere\comman d
>>valeur par défaut :
>> C:\WINDOWS\system32\cmd.exe /k cd /D "%1"

>
> T'aurais pas la tactique pour qu'elle s'ouvre en tant
> qu'administrateur, l'invite de commande ?



Là, tout de suite, je n'ai pas la réponse ...
Mais j'y pense sérieusement ... ;-)
(j'ai quelques idées, il faut que j'expérimente)


--
May the Force be with You!
La Connaissance s'accroît quand on la partage
----------------------------------------------------------
Jean-Claude BELLAMY [MVP] - http://www.bellamyjc.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-05-2007
Jean-Claude BELLAMY
 

Posts: n/a
Re: Power Toys (correctif)
"Jean-Claude BELLAMY" <Jean-Claude.Bellamy@wanadoo.fr> a écrit dans le
message de news:B49AB6F3-D31F-4EEA-B8FF-A727CB4ED093@microsoft.com...
> [...]
> Et pour Powershell :
> Créer la clef :
> HKEY_CLASSES_ROOT\Directory\shell\PowerShell
> valeur par défaut :
> Fenêtre PowerShell (ou n'importe quel autre libellé à ta guise)
> Créer la clef :
> HKEY_CLASSES_ROOT\Directory\shell\PowerShell\comma nd
> valeur par défaut :
> cmd /c start "PowerShell"
> C:\windows\system32\WindowsPowerShell\v1.0\powersh ell.exe -noexit
> set-location "%1"



RECTIFICATIF :
La commande doit être :
cmd /c start "PowerShell"
C:\windows\system32\WindowsPowerShell\v1.0\powersh ell.exe -noexit
set-location '%1'

En effet, les guillemets (autour du paramètre %1) sont mal interprétés par
Powershell dans le cas où le répertoire sélectionné contient des espaces !
par contre si on encadre ce nom par des simples quotes (apostrophe), cela
fonctionne.

--
May the Force be with You!
La Connaissance s'accroît quand on la partage
----------------------------------------------------------
Jean-Claude BELLAMY [MVP] - http://www.bellamyjc.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-05-2007
Nina Popravka
 

Posts: n/a
Re: Power Toys
On Thu, 5 Jul 2007 13:18:52 +0200, "Jean-Claude BELLAMY"
<Jean-Claude.Bellamy@wanadoo.fr> wrote:

>Mais j'y pense sérieusement ... ;-)

Chouette :-)
--
Nina
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-06-2007
Oriane
 

Posts: n/a
Re: Power Toys (correctif)
Merci !!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Power Toys microsoft.public.it.windows.vista 3 07-03-2007 11:46
XP Power Toys & Vista CaptainToy microsoft.public.windows.vista.installation setup 12 06-13-2007 02:03
Article: What would you like to see in Vista Power Toys? kirk jim microsoft.public.windows.vista.general 0 03-19-2007 19:18
Power Toys Gerry Cornell microsoft.public.windows.vista.general 21 03-01-2007 15:43
Power tools/toys? bob b microsoft.public.windows.vista.general 11 03-01-2007 03:44




All times are GMT +1. The time now is 06:47.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119