System

Usine provides modules for interacting with the operating system: query hardware status, access the clipboard, detect the platform, execute shell commands and PowerShell scripts, read/write the Windows registry, and control power state.

Categories

Category Modules Description
System Info 4 CPU load, battery level, OS language, and platform detection
Clipboard & Registry 2 Read/write OS clipboard and Windows registry
Scripting & Commands 2 Execute shell commands and PowerShell scripts
Power Control 1 Quit Usine, shutdown, or reboot the computer

System Info

Query hardware and OS information.

Module Description
System CPU Load Get the overall CPU load reported by the OS
System Battery Level Get the laptop battery charge level
System OS Language ID Get the OS language code (en, fr, de, etc.)
System Platform Get the current platform (WININT64, OSXINT64, LININT64, WINARM64, OSXARM64, LINARM64)

Clipboard & Registry

Access the system clipboard and Windows registry.

Module Description
System Clipboard Get or set the OS clipboard content
System Registry Read or write Windows registry values (Windows only)

Scripting & Commands

Execute external commands and scripts.

Module Description
System Shell Command Execute a shell command (Windows or macOS)
System PowerShell Script Execute a PowerShell script and get the result string (Windows only)

Power Control

Control Usine and computer power state.

Module Description
System Shutdown Reboot Quit Quit Usine, shutdown, or reboot the computer (Windows only)

See also

version 7.0.250121

Edit All Pages