How to find the UpgradeCode and ProductCode of an installed application in Windows 7

IMPORTANT: It’s been a while since this answer was originally posted, and smart people came up with wiser answers. Check How can I find the Upgrade Code for an installed MSI file? from @ Stein Åsmul if you need a solid and comprehensive approach. Here’s another way (you don’t need any tools): open system registry … Read more

Create networks automatically in Docker Compose

external is to use an existing network. If you want compose to make networks you simply do: networks: network1: network2: .. to instruct compose to make the networks. They will be named <compose-dir>-<network name> Verify the creation by using docker network ls. You can also override the default network or specify more properties. networks: default: … Read more

Upload file to SFTP using PowerShell

You didn’t tell us what particular problem do you have with the WinSCP, so I can really only repeat what’s in WinSCP documentation. Download WinSCP .NET assembly. The latest package as of now is WinSCP-5.21.8-Automation.zip; Extract the .zip archive along your script; Use a code like this (based on the official PowerShell upload example): # … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)