• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. luilly23
    3. Best
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 14
    • Best 6
    • Controversial 0
    • Groups 0

    Best posts made by luilly23

    • RE: Log Viewer Blank

      @mronh said in Log Viewer Blank:
      taking the opportunity here to question, may it have some relation with this “unauthorized” in the storages and server? (image below)

      It is a reported bug
      https://forums.fogproject.org/topic/16731/unauthorized-storage-node?_=1684166729513

      posted in Bug Reports
      L
      luilly23
    • RE: Hard Drive not recognized after image is deployed

      This is the typical behavior if you make the image with BIOS legacy and dump it in UEFI.
      Check that you have made the virtual image in UEFI

      posted in General
      L
      luilly23
    • RE: Create scheduled task on a W10 with snapins

      @processor you can do bat with -> /ru “System”
      schtasks /create /sc daily /tn “MYTASK-DAILY-20PM” /TR “shutdown /p /s” /ST 20:00 /ru “System” > C:\Users\AB\Desktop\done.txt

      posted in FOG Problems
      L
      luilly23
    • RE: Issues with deployment to Dell Precision 3450

      Dell usually sets the drives to RAID in the BIOS.
      Fog doesn’t recognize RAID drives, you have to set it to AHCI.

      posted in FOG Problems
      L
      luilly23
    • RE: can't install sumatrapdf

      The default installation of Sumatra is done in the user’s profile.
      C:\Users\your_user\AppData\Local\SumatraPDF

      Fog does the installation with the user System and Sumatra installs in
      C:\Windows\system32\config\systemprofile\AppData\Local\SumatraPDF

      To install Sumatra for all users you must use
      -all-users (https://www.sumatrapdfreader.org/docs/Installer-cmd-line-arguments)
      and it will be installed in
      C:\Program Files\SumatraPDF

      If you already have it installed in
      C:\Windows\system32\config\systemprofile\AppData\Local\SumatraPDF
      When installing it for all users it seems to detect it and won’t go to
      C:\Program Files\SumatraPDF

      When I encounter problems of this type, I use PsExec to study the behavior of the installation as the user System.
      https://specopssoft.com/blog/how-to-become-the-local-system-account-with-psexec/

      posted in FOG Problems
      L
      luilly23
    • RE: Snapin never completes and client reboots constantly

      @desq-fogforum Do you do the reboot within the script or in the snapin template?

      I had a similar problem.
      Dell bios is an .exe file with the parameter “/r” (reboot) For example “biosdell.exe /r”

      When restarting with “/r” fog it did not understand that the task was finished and it repeated it. I suppose that Windows was rebooted without the fog client being able to inform the server

      I solved it by putting the reboot in the snapin template instead of putting the “/r” parameter

      The reboot marked in the template is supposed to be done when the task is marked as completed

      posted in FOG Problems
      L
      luilly23
    • 1 / 1