Last active
May 15, 2026 00:06
-
-
Save codigoconjuan/781f48569d9766e69180d110b5835bbe to your computer and use it in GitHub Desktop.
Instalar Ambiente de Desarrollo Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Expand-Archive -Path "$env:USERPROFILE\Downloads\archivo.zip" -DestinationPath "C:\php" | |
| [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\php", "User") | |
| Copy-Item C:\php\php.ini-development C:\php\php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment