Comment on Word.
ReginaPhalange@lemmy.world 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?