Open elevated command prompt (start – type “cmd” – right click – Run as administrator).
In command prompt:
powercfg -h off
Now you can delete hiberfil.sys file, if it is not deleted automatically.
To enable hibernation back, use:
powercfg -h on
Real men don't make backups
Open elevated command prompt (start – type “cmd” – right click – Run as administrator).
In command prompt:
powercfg -h off
Now you can delete hiberfil.sys file, if it is not deleted automatically.
To enable hibernation back, use:
powercfg -h on
Beginning from Windows Vista and Windows Server 2008 it is possible to encrypt Windows paging file. Paging file can contain your credentials, passwords, session data, temporary data from database, etc.
To check if encryption is enabled use the following command in cmd window:
fsutil behavior query encryptpagingfile
To enable encryption:
fsutil behavior set encryptpagingfile 1
P.S. After enabling, your system may work a little bit slower, but normally you won’t notice it.
P.S.S. This works only on NTFS and will not work on FAT32.
Also, encrypt the Temp folder on your hard disk to ensure that your encrypted documents remain encrypted during editing.
Visual Studio 2008 Pro does not ship with native profiler. Only Team edition does.
Sleepy is a C/C++ CPU profiler for Windows systems.
Very Sleepy is improved version with Threading support and much more.
Thanks to codersnotes.com, Richard Mitton, Nicholas Chapman, Dan Engelbrecht.