Navigation

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

    Gunnie

    @Gunnie

    0
    Reputation
    3
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Gunnie Follow

    Best posts made by Gunnie

    This user hasn't posted anything yet.

    Latest posts made by Gunnie

    • RE: Azure Toec Deploy

      @theopenem_admin
      Sadly no, the different combinations of username and domain that I have tried have not worked so far. It not an issue of Toec, was just curious if others have been able to do it.

      posted in Support
      G
      Gunnie
    • Azure Toec Deploy

      Does anyone know the trick to deploy Toec on Azure computers? I have tried different combinations of username and domain, but none have worked so far.

      69fca78b-9c0f-42f9-9b79-e3b1e1b6ab62-image.png

      posted in Support
      G
      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