rights - How to enable/disable hibernate feature on windows 7 at user level -


i have 2 users in pc. want user account have hibernate feature enabled disabled in other user. have tried powercfg -h off admin mode disables feature users.

also free disk space.

the hiberfil.sys hidden system file located in root folder of drive operating system installed. windows kernel power manager reserves file when install windows. size of file approximately equal how random access memory (ram) installed on computer.

the computer uses hiberfil.sys file store copy of system memory on hard disk when hybrid sleep setting turned on. if file not present, computer cannot hibernate.

to make hibernation unavailable, follow these steps:

click start, , type cmd in start search box.

in search results list, right-click command prompt, , click run administrator.

when prompted user account control, click continue.

at command prompt, type powercfg.exe /hibernate off, , press enter.

type exit, , press enter close command prompt window..

to make hibernation available, follow these steps: click start, , type cmd in start search box.

in search results list, right-click command prompt, , click run administrator. when prompted user account control, click continue.

at command prompt, type powercfg.exe /hibernate on, , press enter.

type exit, , press enter close command prompt window.

i agree raymond chen comment. "hibernation system feature, not user feature."


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -