Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Gunnie
    3. Topics
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 11
    • Best 0
    • Groups 0

    Topics created by Gunnie

    • G

      Admin Settings DB Maintenance
      Support • • Gunnie

      1
      0
      Votes
      1
      Posts
      249
      Views

      No one has replied

    • G

      Non-working shortcut when created via Toec
      Support • • Gunnie

      4
      0
      Votes
      4
      Posts
      600
      Views

      G

      @theopenem_admin said in Non-working shortcut when created via Toec:

      I suspect that wscript.shell needs a user context instead of service.

      Interesting enough, the following works fine in Toec to create a Chrome shortcut pointing to a specific web site.

      $shell = New-Object -comObject WScript.Shell
      $shortcut = $shell.CreateShortcut("C:\Users\Public\Desktop\ETA Test Site - Chrome.lnk")
      $shortcut.TargetPath = "C:\Program Files\Google\Chrome\Application\chrome.exe"
      $shortcut.Arguments = "https://www.eta-i.org"
      #$shortcut.WorkingDirectory = ""
      $shortcut.Save()

    • G

      Language Files Don't Copy Correctly
      Support • • Gunnie

      5
      0
      Votes
      5
      Posts
      391
      Views

      G

      Update: I created a zip with Winrar and but the same thing happened.

    • G

      Risky action blocked
      Support • • Gunnie

      2
      0
      Votes
      2
      Posts
      283
      Views

      T

      @gunnie I'm getting this from most software on windows 11 now, including other parts of windows. Yesterday I got one of these because Remote Desktop Connection tried to save the .rdp file to my documents folder.

      There's an unintuitive way to interact with the UI in your screenshot that lets you authorize it, I don't remember it at the moment, something there is a button

    • G

      How to apply a .reg file
      Support • • Gunnie

      1
      0
      Votes
      1
      Posts
      172
      Views

      No one has replied

    • G

      Front End Log Errors
      Support • • Gunnie

      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied