Navigation

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

    Posts made by Gunnie

    • Admin Settings DB Maintenance

      Can someone explain what the numbers mean in the Admin Settings section, and under DB Maintenance.

      I'm guessing that they are possibly days. Also, Computers Auto Archive appears to be set to 90 by default. Does this mean that if a computer has not checked in around 90 days, it will automatically be archived? Is it possible to turn off computer auto archiving? Thanks

      posted in Support
      G
      Gunnie
    • RE: Non-working shortcut when created via Toec

      @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()

      posted in Support
      G
      Gunnie
    • RE: Non-working shortcut when created via Toec

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

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

      I was able to get around it by using file copy to place the shortcut. Thanks for your time looking into it.

      posted in Support
      G
      Gunnie
    • Non-working shortcut when created via Toec

      I'm trying to create a shortcut via Toec with the following power shell lines. This works when ran on manually by running the power shell script on a test computer, but via Toec the behavior is different.

      Toec creates the shortcut but when you double click it, it doesn't open at all.

      $shell = New-Object -comObject WScript.Shell
      $shortcut = $shell.CreateShortcut("C:\Users\Public\Desktop\Staff Shortcuts.lnk")
      $shortcut.TargetPath = "\servername\DesktopShortcuts\Staff Shortcuts"

      Give the shortcut a specific icon, on this example the Star icon, # $shortcut.IconLocation = "shell32.dll,43"

      $shortcut.IconLocation = "shell32.dll,43"
      $shortcut.Save()

      posted in Support
      G
      Gunnie
    • RE: Language Files Don't Copy Correctly

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

      posted in Support
      G
      Gunnie
    • RE: Language Files Don't Copy Correctly

      If I try to copy the files over without zipping them through the Instant Module Runner, I get an error saying "Could Not Start Instant Module".

      posted in Support
      G
      Gunnie
    • RE: Language Files Don't Copy Correctly

      @theopenem_admin I had zipped the files with whatever the default for 7-Zip version 23.01 is when you right click on the folder and select Add to "fillename.zip". I'm able to extract it with 7-zip without any issue as well. I looked for encoder setting in 7-Zip but was not able to find any.

      posted in Support
      G
      Gunnie
    • Language Files Don't Copy Correctly

      I noticed that the file copy of Toems changes certain language files when they are copied and extracted from a zip.

      The left picture shows the original and the right picture shows how they appear after a file copy to a client computer. I have attached the language files that I was testing with.

      One program that I'm trying to install won't install correctly due to the language file changes.

      New folder.zip

      585c0bc3-5b71-495d-a6d2-27b95a1398c3-image.png

      posted in Support
      G
      Gunnie
    • Risky action blocked

      Anyone getting the following with the new 1.5.6 Toec client.

      dfc07003-feb4-4c8e-a9d9-261aeadd52c8-image.png

      posted in Support
      G
      Gunnie
    • How to apply a .reg file

      I'm trying to apply a .reg file using reg.exe via the command module. I have tried different working directories but haven't had any luck. Thanks

      posted in Support
      G
      Gunnie
    • Front End Log Errors

      Are these application log errors normal?

      I did generate the keys and imported them per the documentation. Also, everything appears to be working, so its the reason I'm asking. It possible the generate key errors appeared after I finished installing Toems and I didn't generate the keys before error appeared.

      994b7013-5060-4d4e-a910-865b4fda8c9e-image.png

      posted in Support
      G
      Gunnie