I have a Dell XPS 13 9360 laptop. It always took a bit to reconnect my internet after waking up from sleep mode.

"Did you try the information in the next-to-last post by RBotero at this link?" >>>I did post earlier in regarding this. Here is what I asked:


I'm trying to interrupt the following below. Do I create a create a new “DWORD (32-bit) Value“. Title is ‘v PlatformAoAcOverride‘, Value Data ‘0‘, Base ‘Hexadecimal‘?

Add PlatformAoAcOverride (0) to HKLM\System\CurrentControlSet\Control\Power; same place as the old CsEnabled key.

reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0

Or to remove: reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride