Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
711–720 of 908 posts
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#712I stopped using my Microsoft Surface Pro because it had the same issues. It's a clusterfuck of bad design decisions at Microsoft, the most offensive one being that they prioritize the execution of their scheduled spyware upload (telemetry) over honoring the agreement with the user that a sleeping PC will remain asleep unless the user takes action. It'll even install updates at night and then make reboot sounds to wak…
I mean, I know it's too late to help you, but running "powercfg.exe /lastwake" after a windows computer wakes from standby will tell you exactly what woke it up, if it knows. I've never had it return with "unknown" once in over a decade, but some people I know have. if you can find all the things waking the computer, and fix those things, it will never wake without user intervention. usually, for me, it's been device…
# load assembly System.Windows.Forms which will be used
Add-Type -AssemblyName System.Windows.Forms
# set powerstate to suspend (sleep mode)
$PowerState = [System.Windows.Forms.PowerState]::Suspend;
# do not force putting Windows to sleep
$Force = $false;
# don't allow the computer to be woken by devices or tasks (e.g. windows updates)
$DisableWake = $true;
# do it! Set computer to sleep
[System.Windows.Forms.Application]::SetSuspendState($PowerState, $Force, $DisableWake) | Out-Null;Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#713Earlier quoted context omitted.
The probability of the issue happening seems to be meaningfully far less on certain operating systems than others.
I don't see how you can possibly make any meaningful conclusions about relative probability from this thread.
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#714Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#715Earlier quoted context omitted.
Writing this from my 2019 XPS 15 7590 i9 with (extended) 64 GB RAM. The OLED display quality is still the best any laptop can offer, but that's where it ends. Had countless issues with sleep, reboots after being "killed in sleep" for going over Windows sleep "battery drain limit" (can be increased in registry but hey), wifi/bt issues after wake-up, short battery endurance, fan noise (mitigated by undervolting w/ Thro…
I'll chime in as well from my 2020 XPS 17. This issue is incredibly frustrating. It's worth switching over, however I don't really know where to go for a premium laptop. I'm not very interested in a Mac. HP and Lenovo have given me tons of problems in the past (which is why I switched to Dell). From this thread it seems like several other vendors have similar problems to this Dell one. What options are there?
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#716I had a Dell XPS 9310 until about 3 months ago when suddenly one of the fans died on me for no obvious reasons while I was in quarantine. Given that the fans are now soldered onto the mainboard, Dell was offering me to repair this for almost the same amount I paid for the whole laptop 2 years earlier. Needless to say that this was the last time I will buy a Dell. Since I am located in Asia, I also went to one of the…
Anecdotally, I know three people including myself who’ve had ASUS machines die on them right out of warranty protection, and I do not recommend them at all.
For me it's Acer users that always have defects on their laptops. Someone else I know swears by Toshiba. Given how many different opinions there are out there, I feel like we just can't tell which brands are good without doing actual research, and probably we'd have to segregate by things like price band or series and perhaps even by year as teams or executives come and go.
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#717Earlier quoted context omitted.
Should airplanes forbid PC laptops? It’s more serious than laptops committing suicide in bags. It’s, anything with a high-energy battery can short itself and cause a fire. Worse, it could be malware or hardware. At this point I am surprised the vulnerability hasn’t been used by anyone.
Airplanes have bags/boxes to throw li-ion batteries into and extinguish any particular fire. The law is that you can only bring aboard Li-ion batteries of size 100 watt-hrs or smaller on any airplane ( https://www.tsa.gov/travel/security-screening/whatcanibring/... ). I think the airline crews are confident they can handle 100 watt-hours worth of burning, but no more than that!
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#718I stopped using my Microsoft Surface Pro because it had the same issues. It's a clusterfuck of bad design decisions at Microsoft, the most offensive one being that they prioritize the execution of their scheduled spyware upload (telemetry) over honoring the agreement with the user that a sleeping PC will remain asleep unless the user takes action. It'll even install updates at night and then make reboot sounds to wak…
Basically if I know I won't be using my laptop for a bit and am putting it in a bag I always make sure to turn it off now.
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#719Earlier quoted context omitted.
This is the literal reason I switched to OSX. I dislike the impractical design of Macbooks - horrible connectivity and no way to swap batteries. However the combination of 15 hrs battery life + closing the lid and it not melting a hole in my bag trumps any negatives.
"Not melting a hole" Ha! While not related to the bag issue, I had a 15" MBP literally catch fire in my bed while I was asleep. I fell asleep wat hing Netflix or some such and the macbook caught fire and woke me up. It was in the recall batch for batteries at that time. I took it to apple flagship SF store. They had the FN machine for two months then came back and said that at some point the moisture sensor went off…
Re: Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag
#720I own XPS 13 9380 with Windows 10. Same mess with the sleep. I have to carry the laptop in the bag when commuting. You never know what it is doing when lid is closed. There is no lights on the laptop to indicate its state so I just usually put it to my ear and listen until the fan goes off after closing the lid. Then it is semi safe to put it into the bag. Feels like stone age. Things are just getting worse with Wind…