Disable security of XAML

There is .msi installer command line parameter DISABLE_SECURE_XAML to disable protection of installed XMAL files.

What this option actually change and how to switch the security on/off ex post?
@Palaniyappan ?

Thx

1 Like

Usually Unsecured XAML files allow users to read and modify the process files and logic
So this can be done with this command
And setting it to 1 will Disable security for XAML files for Windows service Robots.

Cheers @J0ska

1 Like

Hi @Palaniyappan,
Do you know how to change the setting WITHOUT reinstalling the robot?
Is there any config file option or whatever which controls this feature?

Cheers