Diferencia entre revisiones de «PowerShell»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
([feat] Add information Powershell)
Línea 10: Línea 10:
* Repositorio oficial: [https://github.com/PowerShell EN]
* Repositorio oficial: [https://github.com/PowerShell EN]


= Comandos útiles =
= General =


== Borrar carpetas ==
* [[Comandos en PowerShell]]
 
Remove-item C:\WINDOWS\SoftwareDistribution\Download\ded315c029def3c01633eae049abd689 -Recurse -Force
 
=== Observaciones ===
 
* Ser administrador al usar PowerShell.

Revisión del 08:57 17 feb 2024

Descripción

Última versión

La última versión es la 7.4.1 que fue lanzada el 12 de enero del 2024.

Recursos

  • Documentación oficial: ES
  • Repositorio oficial: EN

General