How To Manage Hibernate Mode in Windows 7 (hiberfil.sys File)

If you don’t use the Hibernate option in Windows 7, you can save some disk space by disabling it. Here we will look at a few different ways to manage hibernate options in Windows 7.

Enable or Disable Hibernate Through Command Prompt

To Enable Hibernate Mode Run this code in Command Prompt.
powercfg /hibernate on

To Disable Hibernate Mode Run this code in Command Prompt.
powercfg /hibernate off

How to Change Windows Virtual Memory (pagefile.sys File Size)

To change windows Virtual Memory follow these step:
  1. Open System by clicking the Start button, Right-Clicking Computer, and then clicking Properties.
  2. In the left panel, click Advanced system settings.  If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
  3. On the Advanced tab, under Performance, click Settings.
  4. Click the Advanced Tab, and then, under Virtual Memory, click Change.
  5. Uncheck the Automatically Manage Paging File Size for all Drives Checkbox.
  6. Under Drive [Volume Label], click the drive that contains the paging file you want to change.
  7. Click Custom Size, type a new size in megabytes in the Initial size (MB) or Maximum size (MB) box, click Set, and then click OK.

Note

Increases in size usually don’t require a restart for the changes to take effect, but if you decrease the size, you’ll need to restart your computer. We recommend that you don’t disable or delete the paging file.

How do i know who had visited my timeline most

To know it follow these steps

  1. Go to your timeline and press Ctrl + u or mouse right click and chose “View Page Source”.
  2. Then find “InitialChatFriendsList” by pressing Ctrl + f.
  3. After that word you will see some Facebook use ID number (like 100003309186884)
  4. Now go to “https://facebook.com/” and Add that number after it. It will take you to that person profile page who had visited your profile most.

Create or Delete Partition with Windows Command Line

Open Windows command Line and follow these steps.

  1. Run Command diskpart
  2. Run Command list disk
  3. Note the disk number that corresponds to your USB drive (it should be obvious going by size)
  4. Run Command select disk X (where X is the number from step 4)
  5. Run Command list partition – There should be two, numbered 0 and 1, each about 7 GB
  6. Run Command select partition 0
  7. Run Command delete partition
  8. Run Command select partition 1
  9. Run Command delete partition
  10. Run Command create partition primary
  11. Exit Command Prompt (type exit or just close the window)

In Windows, go to Computer and try to open the disk. It will ask you to format it.
Format it with the default settings and give it a name if you want.