• ReginaPhalange@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

    I went over the powershell script out of boredom,
    Found this

    try {
            [void][System.AppDomain]::CurrentDomain.GetAssemblies(); [void][System.Math]::Sqrt(144)
        }
    

    Anyone knows why they are trying to do 2 tasks that actually do nothing?

    • randomblock1@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      A line immediately after that: “Windows Powershell failed to load .NET command. Aborting…”

      So presumably some of those commands will fail if .NET is missing.