slaacaa@lemmy.world to Lemmy Shitpost@lemmy.world · 2 days agoWord.lemmy.worldimagemessage-square176fedilinkarrow-up11.39Karrow-down129
arrow-up11.36Karrow-down1imageWord.lemmy.worldslaacaa@lemmy.world to Lemmy Shitpost@lemmy.world · 2 days agomessage-square176fedilink
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up5·1 day 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-up1·28 minutes 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.