Hi NuttanontNeti,
Welcome to Microsoft Community and thank you for sharing your concern with us today.
I understand that Seem like dptf_helper.exe is preventing my laptop to enter sleep mode. I am glad to offer you help on this issue.
Dptf_helper.exe is not essential for the Windows OS and causes relatively few problems. Dptf_helper.exe is located in a subfolder of C:\Windows\System32—common is *C:\Windows\System32\DriverStore\FileRepository\dptf_cpu.inf_amd64_4a3ae74cfa6c37d6*. The file size on Windows 10/8/7/XP is 517,512 bytes.
Dptf_helper.exe is not a Windows core file. It is a Microsoft signed file. The program is not visible. The file has a digital signature. Therefore the technical security rating is 12% dangerous.
If dptf_helper.exe is the problem, you can fix it by doing the following:
try running SFC and DISM to check for system errors and corrupted files. After that, restart your computer.
Right-click the Windows key,and then left-click the Windows Terminal (admin) option. Press the Enter key after each command:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
But it's also possible that a setting you didn't turn on causes the process to prevent your computer from going into sleep mode.
There are many reasons for this.
- You can use the PowerShell command to see which devices wake up the computer, and try shutting them down one by one.
Right-click on the Start button (or press the Win plus X shortcut) and tap in the pop-up system shortcut menu (Windows PowerShell (Administrator)
Enter the powercfg/devicequery wake_armed to see what hardware wakes up your PC?
If a stubborn problem persists, remove unnecessary hardware and troubleshoot it.
- Software, driver prevent system sleep.
Modify registry closed: Press Windows + R and enter regedit. And find:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\AwayModeEnabled
Key value:
0, off
1, on
Without this key, create a new "DWORD 32 bit" value, named "AwayModeEnabled", and assign a value of 0.
(Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click here to view the article.)
If your computer system is professional, you can also customize your group policy to solve your problem.
The Local Group Policy Editor is only available in the Windows 10 Pro, Enterprise, and Education edition.
1. Open the Local Group Policy Editor. (press Windows + R and enter service.msc)
2. In the left pane of Local Group Policy Editor, navigate to the location below. (see screenshot below)
Computer Configuration\Administrative Templates\Windows Components\Portable Operating System
3. In the right pane of Portable Operating System in Local Group Policy Editor, double click/tap on the Disallow standby sleep states (S1-S4) when starting from a Windows To Go workspace policy to edit it. (see screenshot above)
4. To Enable Sleep when Starting from a Windows to Go workspace
A) Select (dot) Not Configured or Disabled, click/tap on OK, and go to step 5below.
Not Configuredis the default setting.
5. When finished, you can close the Local Group Policy Editor if you like.
Welcome to tell me if the above method is effective.
I hope the information provided is useful for you. If you have any additional questions, please do not hesitate to reach out to our support.
Best Regard,
Kevin | Microsoft Community Support Specialist
*Beware of scammers posting fake support numbers here."
*Kindly Mark and Vote this reply if it helps, as it will be beneficial to more community members reading here.