29039

Results 13 comments of 29039

I got the same problem here. It is a problem especially when you have a user account for installing software and a standard limited user for regular use. The problem...

For now, I am installing WInDirStat this way: ``` choco install -y windirstat Move-Item -Path "$env:AppData\Microsoft\Windows\Start Menu\Programs\WinDirStat\WinDirStat.lnk" -Destination "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\WinDirStat.lnk" Remove-Item "$env:UserProfile\Desktop\WinDirStat.lnk" Remove-Item "$env:AppData\Microsoft\Windows\Start Menu\Programs\WinDirStat\" -Recurse icacls "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\WinDirStat.lnk" /RESET...

Hi guys, I found this by Googling. I have been looking practically forever to find a Pi mounted in a PCI slot and this came up... and also, I was...

Also, would be cool if the non-conductive PCI slot insertion bit was segmented so that it can fit into x1, x4, x8 x16 slots for extra stability, and each segment...

Great work! Looking forward to it. Using actual PCIe is great idea, there should be enough standby power to run underclocked and then once pwr_on is kicked in you'd get...

dang it where's mine? haha. Enjoy it.

> Just saw @geerlingguy video (thanks!). > > I know this is a very niche ask, but what about servers with no display support? Would it be possible to make...

> > You can't remote control a display which doesn't exist. > > The chip above is (AFAIK) an embedded VGA compatible GPU. So it makes the display exist if...

I am having the same problem. my typical set up is to run Windows Sandbox (from Windows 10) and then in the Windows PowerShell, issue the following commands: ``` Set-ExecutionPolicy...

As an update, I went back to using `npm install -g @pnp/cli-microsoft365` (with the -g) and it seems to install now. Typically I try to keep these commands relatively portable...