powercfg -energy -output

Joined
Jan 23, 2010
Messages
1
Reaction score
0
Hi!

I have tried to find out my laptop`s status with following command powercfg -energy -output \C:\Users\User\Downloads\Energy_Report.html and than pressed enter but in the following folder didnt appear any new file,data so I wonder where it is or what happened because windows 7 search engine cant find any folder,data with Energy_Report.html name.....
Any ideas???

Thanx
 
Joined
Nov 6, 2010
Messages
241
Reaction score
33
run system file checker;

from elevated command prompt - type - SFC /SCANNOW - then hit enter and let it scan then when its done restart computer try again.

let us know how you get on.

also go to Start>Run and type powercfg.cpl that also will open power control panel. see if that way works too.
 
Joined
Mar 8, 2009
Messages
5,063
Reaction score
1,185
Hi sandokan - Welcome to w7forums


OK, I just went through the stages:
  • It would seem that the folder must exist before the file will be written.
  • Secondly the slash before the C:\ needs to be removed.

Example:
powercfg -energy -output C:\Users\Public\Downloads\Energy_Report.html
 

TrainableMan

^ The World's First ^
Moderator
Joined
May 10, 2010
Messages
9,353
Reaction score
1,587
powercfg -energy -output \C:\Users\User\Downloads\Energy_Report.html
First off does the folder c:\Users\User\Downloads exist? as I doubt the folders & subfolders will be created on the fly.
Second is \C:\ a typo? as there should be no \ in front
Third, are you an administrator? try running this in an elevated command prompt

Try something simpler like:
powercfg -energy -output C:\ER.html
then look for it in the root directory.
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Powercfg/Sleep Issue 8

Top