User Tools

Site Tools


Sidebar

en:objects:windows

windows

Working with the Windows shell.

here are methods that allow to get programmatically data about the current configuration of the computer and Windows installed on it. And get and manage the desktop resolution.All these commands can be called locally or remotely, this allows you to automate work with Windows of any version.



Getting information about Windows
working with time
Getting screen parameters
Setting screen parameters




Getting information about Windows

get_computer_name – get the computer name
get_user_name – get the username
get_windows_title – get the Windows name
get_windows_version – get the Windows version
get_windows_build – get the Windows build number
get_windows_sp_info – get information about the installed SP
get_windows_platform_id – get the Windows platform ID
get_cpu_name – get the processor name
get_disk_free_space – get free space on the specified disk



Working with time

get_system_date – get the current system date
set_system_date – set current system date
get_system_time – get current system time
set_system_time – set current system time
set_system_time_synchro_period – set the synchronization period for the system date and time



Getting screen parameters

get_screen_height – get the screen height
get_screen_width – get the screen width

start_video_record – start video recording of the desktop area
stop_video_record – stop video recording



setting screen parameters

set_screen_resolution – set the screen resolution

en/objects/windows.txt · Last modified: 2026/08/05 22:30 (external edit)