Hi! You all know, that bots are really popular now. They allow to do a lot of different things: check your delivery, send money, buy tickets etc. It’s more interesting way than native mobile app – they are crossplatform (you can use bot on mobile, desktop, web in your messenger), human-friendly, easy. But the main […]
.net
Check .Net Framework version using Powershell

Hi again! In my tasks, I often face up with problem to determine latest version of the .Net Framework, which is installed on the machine. This problem could be resolved very easily using Powershell. The main idea is to check Windows Registry – .Net Framework writes own info to the special folder there. Knowing where located […]