Horje
Habilitar la ejecución de scripts para Powershell Code Example
Habilitar la ejecución de scripts para Powershell
'Abrimos el Windows PowerShell como administrador y ejecutamos:'
Get-ExecutionPolicy
'Nos tendría que devolver «restricted». (Restringido)'
'Para cambiar esta configuración basta con ejecutar:'
Set-ExecutionPolicy Unrestricted




Shell

Related
git add filename too long Code Example git add filename too long Code Example
allow ssh root Code Example allow ssh root Code Example
ubuntu unzip file Code Example ubuntu unzip file Code Example
upgrade version of node in windows Code Example upgrade version of node in windows Code Example
Failed to restart apache2.service: Unit not found. Code Example Failed to restart apache2.service: Unit not found. Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13