Talk:Put Hard Drive From Old Computer in New

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

attrib

Ian MathewApr 10, 2013, 8:43 AM Hey man.. the same thing happened to me..so i surfed around the net and this solved my problem.... all credit goes to the guy who answered my question

1. click start>>run>>type in "cmd"
2. type the location of your flash drive.. e.g. "d:", "e:", "f:", etc..
3. type "dir /ah"
*you will now see the files/folders with hidden attributes
4. type "attrib [name of file/folder] -r -a -s -h"
*if you're going to unhide files, you should type the whole name plus the extension (format).. example "attrib party.jpg -r -a -s -h"
**if you have folders with 6 characters and above, type the first 6 characters then "~1".. example for folder named "birthday"
"attrib birthd~1 -r -a -s -h"
5. you should repeatedly type dir /ah after unhiding some files/folders so you'll know if they're now working or not..
6. now check you flash drive.. it should be there..

hibernate vs sleep

When you turn off your computer using hibernate, the operating system needs to store all your current running program states onto hard disk so that programs can resume where they left off when you power up your PC again. To achieve this, the OS need to save all the information into a file called hiberfil.sys. Windows OS (7, vista, XP) usually stores this as a hidden file under your C directory or your main OS partition. [ad#In Post]

So if you never use hibernate, than its time for you to get your hard drive space back.

[Note: Hibernate mode is not sleep mode. When hibernating your computer completely shuts down, however, under sleep mode your PC is not completely shut down; it still consumes a small amount of power.]

The best way to delete hiberfil.sys or disable hibernate:

   Go to Start menu, type “cmd” open up command prompt
   Type “powercfg.exe -h off” [make sure you are an Administrator]
   ENTER
   Type “exit”
   ENTER