Windows
Module for work with Windows configuration
Read this in other languages: English, Português, Español
How to install this module
To install the module in Rocketbot Studio, it can be done in two ways:
- Manual: Download the .zip file and unzip it in the modules folder. The folder name must be the same as the module and inside it must have the following files and folders: _init_.py, package.json, docs, example and libs. If you have the application open, refresh your browser to be able to use the new module.
- Automatic: When entering Rocketbot Studio on the right margin you will find the Addons section, select Install Mods, search for the desired module and press install.
Overview
-
Get Screen resolution
Return the current resolution of the main screen to a Rocketbot variable -
Get All resolutions
Returns all allowed screen resolutions on the main screen -
Change resolution
Change the resolution of the main screen to the indicated one. It must be a resolution allowed by the system -
Get User Name
Returns the current user name -
Lock Windows Screen
Locks the Windows screen -
Is logged in?
Checks if the current user is logged in and not on the lockscreen -
Maximize window
Maximizes a window by title -
Restore window
Restore a window by title -
Minimize window
Minimize a window by title -
List open windows
List open windows by title and handle if you want it -
Set foreground window
Set window to foreground -
Find window
Find a window by title -
Get service status
Get service status -
Start service
This command starts a Windows service. Rocketbot.exe must be run as administrator to execute this command. -
Stop service
This command stops a Windows service. Rocketbot.exe must be run as administrator to execute this command. -
Move and resize window
Change position and dimension of windows from title
OS
- windows