Hi hope these steps could help you resolve this
—store the above string in the text file (.txt)
— use a read text file and pass the file path of the txt file and get the output with a variable of type string named out_text
— use a send hot key activity and use key as win + r, which will open the cmd window
— use a click activity to click on the run window field and use a type into activity and pass the input as “cmd[k(enter)]”
And enable these properties like sendwindowmessage, emptyfield, and clickbeforetyping in the property panel of type into activity
—then use type into activity to type inside the cmd window and pass the input as out_text and enable the same properties in the property panel as mentioned in the previous point
— use a send hot key with key enter