Saltar al contenido

Agregar el comando Powershell al menú contextual tanto en una carpeta como dentro de ella

El paso a paso o código que verás en este post es la resolución más rápida y efectiva que hallamos a tu duda o dilema.

Solución:

Aquí está la solución:

Esto agrega powershell a la ventana de apertura (es decir, cuando se hace clic con el botón derecho en un archivo)

[HKEY_CLASSES_ROOTDirectoryshell]
    1. Create a key such as "powershell" or whatever you want without space
    2. Set the default value of the key as your desired text, e.g.:"PS here dear"
    3. Create a nested key inside the "powershell" key as "command"
    4. Edit the command value by this:
        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoExit -NoProfile -Command Set-Location -LiteralPath '%L'

Esto agrega powershell al menú contextual dentro de la carpeta

[HKEY_CLASSES_ROOTDirectoryBackgroundshell]
    1. Create a key such as "powershell" or whatever you want withuout space
    2. Set the default value of the key as your desired text e.g "PS here dear"
    3. Create a nested key inside the "powershell" key as "command"
    4. Edit the command value by this:
        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoExit -NoProfile -Command Set-Location -LiteralPath '%V'

Nota sobre las diferencias de %V y %L en el comando

Esta es la solución de SdidS como archivo regedit:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellpowershell_here]
@="PowerShell Here"

[HKEY_CLASSES_ROOTDirectoryBackgroundshellpowershell_herecommand]
@="C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -NoProfile -Command Set-Location -LiteralPath '%V'"

Comentarios y calificaciones

Eres capaz de confirmar nuestro ensayo escribiendo un comentario o puntuándolo te lo agradecemos.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *