▲ 1462 ▼ Word. (lemmy.world) submitted 8 months ago by slaacaa@lemmy.world to c/lemmyshitpost@lemmy.world 195 comments fedilink hide all child comments
[–] CorneliusTalmadge@lemmy.world 8 points 8 months ago (2 children) I will just leave this here in case you need to go the MS route. permalink fedilink source parent hideshow 4 child comments replies: [–] ReginaPhalange@lemmy.world 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? permalink fedilink source parent hideshow 2 child comments replies: [–] randomblock1@lemmy.world 2 points 8 months 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. permalink fedilink source parent [–] DaCrazyJamez@sh.itjust.works 4 points 8 months ago Beautiful. Thank you. permalink fedilink source parent
[–] ReginaPhalange@lemmy.world 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? permalink fedilink source parent hideshow 2 child comments replies: [–] randomblock1@lemmy.world 2 points 8 months 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. permalink fedilink source parent
[–] randomblock1@lemmy.world 2 points 8 months 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. permalink fedilink source parent
[–] DaCrazyJamez@sh.itjust.works 4 points 8 months ago Beautiful. Thank you. permalink fedilink source parent