Created
March 14, 2026 16:54
-
-
Save santiagosony/ba308fdbeb32b65bc0c1c1fa363f4f3a to your computer and use it in GitHub Desktop.
Windows Cheatsheet
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
| cmd | |
| ------------------------ | |
| netstat -a | |
| Atajos | |
| ------------------------ | |
| Win logo + X | |
| PowerShell | |
| ------------------------- | |
| Probar puerto: Test-NetConnection | |
| <comando con output tabla> | Out-GridView | |
| Instalar AD: Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools | |
| Instalar Hyper-V: Enable-WindowsOptionalFeature -Online -FeatureName "Microsoft-Hyper-V-Management-PowerShell" -All | |
| Convert VHDX - VHD: Convert-VHD -Path c:\test\child1vhdx.vhdx -DestinationPath c:\test\child1vhd.vhd -VHDType Differencing -ParentPath c:\test\parentvhd.vhd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment