Recent content by jursky

  1. J

    Ctrl+v not working in notepad

    Here https://www.laptopmag.com/articles/how-to-windows-10-command-prompt-copy are described some steps I did not know about which will allow you to use ctrl+c/v directly in CMD window. Alternatively you can redirect output of cmd window into a file by specifying the " > c:\some_file.txt" after...
  2. J

    Send keys Fn+F11

    For that you don't have to explicitly invoke FN+F11 combination, Adobe Acrobat Reader listens by default for just F11 key, so you can simply trigger "{F11}" and that should be it. I don't have experience with another programs (like Sumatra, etc.) but I suspect that it would be similar. Anyway...
  3. J

    Blue prism - Unable to launch service manager (Services.msc)

    Judging by the name of 1st element in Application Modeller I presume that you're trying to use it for restarting some Windows service? For that you can simply use Utility Environment - Start Process, and use it like this: cmd /c "net stop "Service Name" & sc start "Service Name"" This will...
  4. J

    Send keys Fn+F11

    I am pretty sure you cannot send FN keys using SendKeys combination. FN keys are NOT native part of keyboards, altough it might seems like it. Pressing the FN key on keyboard physically alters the key codes send by the keystrokes, and everything is done by the EC controller, so therefore it is...
Top