Agregar PowerShell como menú contextual de administrador en Windows 10
PowerShell es una forma avanzada de símbolo del sistema. Se amplía con un gran conjunto de cmdlets listos para usar y viene con la capacidad de usar .NET framework / C # en varios escenarios. En este artículo, veremos cómo agregar "Abrir PowerShell aquí como administrador" al menú contextual en Windows 10.
Agregar este comando al menú contextual le permitirá abrir rápidamente una nueva instancia elevada de PowerShell en el directorio actual en el que hizo clic derecho o está navegando con el Explorador de archivos.
Para agregar "Abrir PowerShell aquí como administrador" al menú contextual en Windows 10, Haz lo siguiente.
Aplique el ajuste de Registro que se enumera a continuación. Pegue su contenido dentro del Bloc de notas y guárdelo como un archivo * .reg.
Editor del registro de Windows, versión 5.00 [HKEY_CLASSES_ROOT \ Directory \ shell \ OpenElevatedPS] @ = "Abra PowerShell aquí como administrador" "Icono" = "powershell.exe" "HasLUAShield" = "" [HKEY_CLASSES_ROOT \ Directory \ shell \ OpenElevatedPS \ command] @ = "PowerShell -windowstyle hidden -Command \" Start-Process cmd.exe -ArgumentList '/ s, / c, pushd% V && powershell' -Verb RunAs \ "" [HKEY_CLASSES_ROOT \ Directory \ Background \ shell \ OpenElevatedPS] @ = "Abra PowerShell aquí como administrador" "Icono" = "powershell.exe" "HasLUAShield" = "" [HKEY_CLASSES_ROOT \ Directory \ Background \ shell \ OpenElevatedPS \ command] @ = "PowerShell -windowstyle hidden -Command \" Start-Process cmd.exe -ArgumentList '/ s, / c, pushd% V && powershell' -Verb RunAs \ "" [HKEY_CLASSES_ROOT \ Drive \ shell \ OpenElevatedPS] @ = "Abra PowerShell aquí como administrador" "Icono" = "powershell.exe" "HasLUAShield" = "" [HKEY_CLASSES_ROOT \ Drive \ shell \ OpenElevatedPS \ command] @ = "PowerShell -windowstyle hidden -Command \" Start-Process cmd.exe -ArgumentList '/ s, / c, pushd% V && powershell' -Verb RunAs \ "" [HKEY_CLASSES_ROOT \ LibraryFolder \ background \ shell \ OpenElevatedPS] @ = "Abra PowerShell aquí como administrador" "Icono" = "powershell.exe" "HasLUAShield" = "" [HKEY_CLASSES_ROOT \ LibraryFolder \ background \ shell \ OpenElevatedPS \ command] @ = "PowerShell -windowstyle hidden -Command \" Start-Process cmd.exe -ArgumentList '/ s, / c, pushd% V && powershell' -Verb RunAs \ ""
En el Bloc de notas, presione Ctrl + S o ejecute el elemento Archivo - Guardar del menú Archivo. Esto abrirá el cuadro de diálogo Guardar. Allí, escriba o copie y pegue el nombre "ps.reg", incluidas las comillas.
Las comillas dobles son importantes para garantizar que el archivo obtenga la extensión "* .reg" y no * .reg.txt. Puede guardar el archivo en cualquier ubicación deseada, por ejemplo, puede ponerlo en su carpeta de Escritorio.
Haga doble clic en el archivo que creó, confirme la operación de importación y listo.
Ahora haga clic derecho en cualquier carpeta.
Puede habilitar este menú contextual rápidamente con Winaero Tweaker. Viene con la siguiente opción:
Puedes descargar la aplicación desde aquí:
Descarga Winaero Tweaker
Para ahorrar tiempo, creé archivos de registro listos para usar. Puedes descargarlos aquí:
Descargar archivos de registro
El ajuste de deshacer está incluido.