slaacaa@lemmy.world to Lemmy Shitpost@lemmy.world · 16 days agoWord.lemmy.worldimagemessage-square181linkfedilinkarrow-up11.33Karrow-down132
arrow-up11.3Karrow-down1imageWord.lemmy.worldslaacaa@lemmy.world to Lemmy Shitpost@lemmy.world · 16 days agomessage-square181linkfedilink
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up6·15 days agoI 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?
minus-squarerandomblock1@lemmy.worldlinkfedilinkarrow-up2·14 days agoA line immediately after that: “Windows Powershell failed to load .NET command. Aborting…” So presumably some of those commands will fail if .NET is missing.
I went over the powershell script out of boredom,
Found this
Anyone knows why they are trying to do 2 tasks that actually do nothing?
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.