you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 8 months ago (2 children)

I will just leave this here in case you need to go the MS route.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 8 months ago (1 child)

    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?

  • source
  • parent
  • hideshow 2 child comments