I am going to execute katalon studio in cmd as other user.
For example, i am login as A user, but i want to run katalon studio in console mode as B user.
Now, I tried to use “runas” command before, however it not work.
and the log message is:
java.lang.IllegalStateException: The platform metadata area could not be written: C:\Windows\System32\config\.metadata. By default the platform writes its content
under the current working directory when the platform is launched. Use the -data parameter to
specify a different content area for the platform.
How to fix this issue? or have any other method can do the same thing?
plz help me.