- 🙍♂️ Software Development Manager at Emerson Automation Solutions
- 📚 Automatic Control Engineer by academic background
- 💻 Hobby open-source programmer
- 👨💻 Former indie game dev at Forgotten Hope
- 🦀 Rust
- #️⃣ C#
- 📈 Signal processing
- 🧐 Vibration analysis
A set of simple Powershell methods to work with MODBUS protocol over TCP transport
$path = "HKCU:\Software\Policies\Microsoft\Office\16.0\Outlook\DisabledShortcutKeysCheckBoxes"
New-Item $path -Force
New-ItemProperty -Path $path -Name "Alt+S" -Value "83,16" -PropertyType String