Advertisement
Lucidbrot

How to Let your desktop PC sleep

Nov 30th, 2014
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. How to shut down your Desktop-PC and continue later at the exact same point e.g. continue a youtube-upload.
  2. 1. Create either
  3. a) a new Shortcut (Right-click --> New Shortcut) or
  4. b) a file called "sleep.txt"
  5.  
  6. 2. a) choose "C:\Windows\System32\rundll32.exe Powrprof.dll,SetSuspendState Sleep" as destination
  7. b) edit the file and paste "C:\Windows\System32\rundll32.exe Powrprof.dll,SetSuspendState Sleep"
  8.  
  9. 3. a) Name it however you want
  10. b) save it with the ending .bat instead of .txt
  11.  
  12. 4. a) you can choose an icon by right-clicking the Shortcut --> Properties
  13. b) you can rename the file to whatever you like as long as it stays ".bat"
  14.  
  15. 5. To pause the computer, double-click the file / shortcut
  16.  
  17. 6. To continue, start the computer again. It will be right where it was before you paused, because all RAM was written into Memory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement