add indexes of CMD and powershell commands

This commit is contained in:
Morgan 2017-07-11 13:09:15 +02:00 committed by GitHub
parent 09513e06be
commit d52c17250f

View File

@ -1571,6 +1571,8 @@ Raw
* [Rackspace](https://support.rackspace.com/how-to/nslookup-checking-dns-records-on-windows/) - Check DNS records on Windows with nslookup
* [Microsoft Docs](https://support.microsoft.com/en-gb/help/2696547/how-to-enable-and-disable-smbv1-smbv2-and-smbv3-in-windows-and-windows) - How to enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server
* [Just Install](https://github.com/just-install/just-install) - The simple package installer for Windows. I didn't tried yet, but it seems a good alternative to Chocolatey, following KISS principle
* [CMD commands](https://ss64.com/nt/) - A-Z of windows terminal commands
* [PowerShell commands](https://ss64.com/ps/) - A-Z of windows powershell commands
[Dillinger]: <http://dillinger.io>
[bats]: <https://github.com/sstephenson/bats>