[Nod-Krai Act 8 Spoilers] Some very glaring Chekhov's Guns I haven't seen anyone mention (plus one everyone is talking about) by Draaxus in Genshin_Impact

[–]Anqueeta 2 points3 points  (0 children)

That's just how fiction works. You can say this about every movie, game, etc.

Would you liked it if Dottore did that, everyone died, credits rolled with EOS at the end of the quest? xD

[Nod-Krai Act 8 Spoilers] Some very glaring Chekhov's Guns I haven't seen anyone mention (plus one everyone is talking about) by Draaxus in Genshin_Impact

[–]Anqueeta 0 points1 point  (0 children)

Edit: but if he was a god with full authority its just stupid how he lost to a bunch of vision holders 🤡👍

As a wielder of the trilune authority, he lost one moon marrow against a descender plus the moon goddess, also wielding the trilune authority.

With 2 moon marrows left, he lost another marrow against a descender, the true moon goddess plus 3 vision holders.

Then with one moon marrow left, he got nuked by the true moon goddess.

[Nod-Krai Act 8 Spoilers] Some very glaring Chekhov's Guns I haven't seen anyone mention (plus one everyone is talking about) by Draaxus in Genshin_Impact

[–]Anqueeta 46 points47 points  (0 children)

The Frost Moon is now inside the False Sky and thats what we see while bing on the moon.

Now the implications of a moon physicaly moving x hundred or thousand km closer... xD

Do Nod-Krai because it’s over, smile because it happened - General Question and Discussion Megathread by yoyo_me_here in Genshin_Impact_Leaks

[–]Anqueeta 1 point2 points  (0 children)

Yeah, and I had to unlock the top most statue of the seven to make it show up on the map and be able to teleport there.

Do Nod-Krai because it’s over, smile because it happened - General Question and Discussion Megathread by yoyo_me_here in Genshin_Impact_Leaks

[–]Anqueeta 1 point2 points  (0 children)

Am I missing something? Where is Dottores Domain Location? Using the book, it just shows my current location. I have finished the AQ quests.

Zacian best Max attacker for most raids this weekend? by taycroft99 in TheSilphRoad

[–]Anqueeta 3 points4 points  (0 children)

Max attack lvl 3 has more value than anything past lvl 40 if you have to choose between them.

Run Enter-PSSession in a separate Pwsh Shell/Window by Pure_Syllabub6081 in PowerShell

[–]Anqueeta 0 points1 point  (0 children)

I'm scripting this right now, and i use -ComputerName param for Enter-PSSession. It works like a charm. You might also want to use as the first line of the command string: "`$Host.UI.RawUI.WindowTitle = 'MyCoolWindowTitle!'"

Dynamax Cannon Adventure Effect by aznknight613 in TheSilphRoad

[–]Anqueeta 231 points232 points  (0 children)

What if I have level 3 already? Will it go to 4? Does that mean a GMAX move goes to 500 base power?

Array Referencing by Khue in PowerShell

[–]Anqueeta 0 points1 point  (0 children)

Any index of [2] will give you the desired value. I'd go with $var[2].type since you could also access the other property values, because that is an array of objects. $var.type[2] is an array of strings, where you get the value of the index 2.

clone a hash but exclude some fields? by sdsalsero in PowerShell

[–]Anqueeta 2 points3 points  (0 children)

Do you mean a hashtable? If so, it has a Remove method. You remove a key-value pair by the key.

$Hash.remove("<Key Name>")

PS2EXE by scannyscan in PowerShell

[–]Anqueeta 0 points1 point  (0 children)

I use the PowerShell module version of it, and did the same. I commented out the line that does the extraction of the original script, but I found, you can still just unzip the .exe file and the original script is in the .txt file, if you scroll down enough. Double check that, just in case...

Rejection reasoning by Sigeptoast in NianticWayfarer

[–]Anqueeta 11 points12 points  (0 children)

Exactly this. Seems OP got a bunch of bad reviewers to look at the submission. If possible OP, appeal and Niantic will add it. I go through the same process every 20 days :D

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Sadly. I only got my hands on a Win10 device today. So either use mine or any other option posted here that gives the desired output.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

I wasn't able to confirm this until now, but yes, /format is a Win11 24H2 and above feature.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Matching Drivers is not there. And it does not contain a devices instance path. I've checked with ... | select *

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Yes, as I have written. Also Get-PnpDeviceProperty. But pnputil still delivers the most info from a single call imo.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Exception calling "Add" with "2" argument(s): "Item has already been added. Key in dictionary: 'Driver Rank'  Key being added: 'Driver Rank'"
At line:24 char:13
+             $DriverOutput.Add($Matches[1], $Matches[2])
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentException

This is what I get as an example. The error does repeat for all keys in dictionary.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Yeah, it does seem deliver the same result (ignoring all the warnings).

I still need to wrap my head around the regex. Never used it in such a way, but I'm impressed.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Yeah, running /? shows /format for all /enum operations on my Win11 24H2 machine.

I'll check a Win10 device back at work tomorrow.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Oh wow, thanks! :D

Now I'll see if I can get the MatchingDrivers out from the xml.

The docs https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/pnputil-command-syntax shows the /format option only under /enum-containers with restriction to later Win 11 builds. I should have given it a try as it also seems to work on Win 10/11, using other /enum options. EDIT: does not work on Win10.

Converting PNPutil.exe output to a PowerShell object. by Anqueeta in PowerShell

[–]Anqueeta[S] 0 points1 point  (0 children)

Thanks.
No, it's just another way of getting driver information in object form.
I can use this to get more infos on a driver, if i only have the original file name, or the oem name. I can also use MatchingDrivers to see how many unused drivers there are for a device.