How to use PowerShell in UiPath and How to Change input language of your keyboard

Hello UiPath Community!!

I want to share some knowledge with you!
In your professional career as a RPA Developer you will need to handle difficult situations where applications will need specific settings to be set.
Some of these settings will be of your virtual machine.

Examples:
-Input language settings.
-Regional settings - date format, decimal notation, Thousand Separator, list separator and more.

Applications like Excel, SAP and other system will want specific settings and they can use your system settings.
Being able to read/write these settings without using any UI is advantage.

PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
PowerShell runs on Windows, Linux, and macOS.

Using It will make the bot more stable with better performance.