Create Hibernate Shortcut For Windows

hibernate windows

Previously we have posted about how to create shutdown desktop shortcut for Windows.If you have liked it but want similar desktop shortcut to Hibernate the Windows too, go ahead and follow the steps outlined below.

Steps:

1. Start creating a new desktop shortcut by right-clicking on the desktop and selecting “Shortcut” from the context menu.

create new shortcut

2. In the next step, you will be asked to type the location of the item for which you want to create shortcut.

Just type

C:\Windows\System32\rundll32.exe powrprof.dll, SetSuspendState 0,1,0

notepad_command

in the space and click Next

setup shortcut for hibernate

3. In the next step give your desired name for the shortcut like “Hibernate Windows” or “Shortcut for Hibernation” or whatever you like.Click Finish to finalize the wizard.

rename hibernate windows shortcut

4. Now you can find the shortcut for Hibernating windows as shown below.

Hibernate windows shortcut

5. You can now start using the desktop shortcut for hibernation created above or you can go for customizing the icon of the shortcut to match its purpose.

Use the following path to look for icons

%SystemRoot%\system32\SHELL32.dll

icons_notepad_scriptchange shortcut icon

Choose the suitable icon and now you are done with creating the shortcut.

customize Hibernate windows shortcut icon

This tutorial has been tested on a Windows 7 machine and worded fine.You may also want to read about how to enable and disable the Hibernation in Windows.

Delete Hiberfil.sys from Windows 7, Vista & XP By Disabling Hiberation

hibernate

Running out of space in C Drive?

If you are running out of space in C drive and if you don’t want to delete or move any data from it, you can probably try these two things:

1. Disable System restore or delete the restore points.

2. Delete hiberfil.sys file from your hard disk.

HIBERFIL.SYS is a Windows system file managed by Windows for the purpose of Hibernating the system. Hibernation mode of Windows allows you to completely save the current process and power off your computer where the system will not require any power. During Hibernation the system will write the complete status and process of your computer and save it in the hard disk which is the hiberfil.sys.

While you start your computer, the system loads the status from the hard disk which was written in hiberfil.sys file.

HIBERFIL.SYS reserves around 2.5 GB in Windows 7 and Vista. And it takes 512 MB in Windows XP.

Important Note: You can delete hiberfil.sys only if you do not want to use the hibernation feature. Even if you delete the file you can still use the sleep mode. If you want to see the hiberfil.sys file in your C drive then you need to show system hidden files.

hiberfil_sys

How to delete HIBERFIl.SYS file from the your drive?

As hiberfile.sys is a system file we cannot delete it directly. So in order to delete it we need to disable the Hibernate feature in Windows.

Disable hibernation mode in Windows 7 and Vista:

Open Command Prompt. Press Start + R. Type CMD and press Enter.

Type the following commands and Press Enter after each command:

cd/
cd Windows
cd System32
powercfg -h off

It will look like:

cmd_disable_hibernate

To turn on the Hibernate feature Type:

powercfg –h on

Disable hibernation mode in Windows XP:

In Windows XP it is easy. Follow the instruction below:

Open Start menu, Go to Control Panel. In control Panel, go to Performance and maintenance. Then Click Power Options

In power options windows, go to Hibernate Tab. Uncheck Enable hibernation and press OK.

disable_hibernate_xp

If you want to re enable hibernation, then check the check box and press OK.

Now after performing the steps, if you check your C drive, you will find that the hiberfil.sys file is gone.

Hope you have got some free space at least for now 🙂