Technical Blog | All posts with tag: any tag , RPA, RPA-4, RPA-C, Release Notes, cycle analysis, news, scripting, thermodynamics

Changing GUI style on Windows 11

18-Aug-2024, 12:49 GMT | Tags: RPA-4

If the graphical user interface (GUI) of the application on Windows 11 appears unusual or distorted, you can change its style by launching the application with a specific command line option.


Steps to Change the GUI Style

  1. Open Command Prompt:
    • Press Win + R, type cmd, and press Enter.
  2. Start the RPA Application with the Fusion Style:
    • Run the application with the following command:
      > RPA.exe -style Fusion
    This command changes the GUI style to "Fusion", which might resolve any visual issues.

Creating a Batch File for Easy Access

To simplify this process, you can create a batch file that automatically starts the application with the desired style. Follow these steps:

  1. Create a Batch File:
    • Open Notepad.
    • Enter the following content:
      @echo off
      start "" "RPA.exe" "-style" "Fusion"
  2. Save the Batch File:
    • Save the file as RPA.bat in the same directory where the application executable file RPA.exe is located.
  3. Run the Application:
    • Double-click the RPA.bat file whenever you want to start the application with the "Fusion" style.

RP Software+Engineering UG

53819 Neunkirchen-Seelscheid, Germany

About us  |  Impressum

Customers

Contact information

RP Software+Engineering UG

53819 Neunkirchen-Seelscheid, Germany

About us  |  Impressum

Customers

Contact information


Copyright © 2009 - 2024 RP Software+Engineering UG