Korhaka@sopuli.xyztosimpsonsshitposting@sh.itjust.works•Maybe a bit optimistic, but one can dreamEnglish
1·
4 hours agoThat is pretty much my experience when I have to use a windows machine at work. Sorry, the powershell command is how long? Just got this from ChatGPT, no idea if it works and I am not booting windows to test it.
Bash: grep -iRl “test”
Powershell: Get-ChildItem -Recurse | Select-String -Pattern “test” -CaseSensitive:$false | Select-Object -ExpandProperty Path -Unique
What is the typical power consumption of the steamdeck when in use? If you wanted to get an approximation as to how long a battery would last for. Also how much is efficiency likely to matter? If it was 30W and you had a 30Wh battery how likely is a 1 hour lifespan going to be? Would efficiency just be a rounding error or something like cut in half.