Mark
Go to the following web page. Note the TOC in the left panel. Expand the
Command Reference item and you will see many more pages on this subject
including a complete A-Z list of commands.
Command Reference:
http://technet2.microsoft.com/Window...802d51033.mspx
It takes a while to study many of the commands that are referenced there to
learn exactly what they can do. If you find a command that is not in the
reference, then you can use the /? for the command. Click the icon in the
top left corner of the command prompt window and click Edit/Select All and
then press the Enter Key to copy the information to the clipboard. Open
Notepad and Paste it there. Save it with an intuitive name for future
reference.
One thing to remember when using the command line is that many of the
commands can make serious changes to the system without any further prompts
before or after you hit the enter key, so this is not something that you
want to use lightly.
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User
"Mark Bourne" <> wrote in message
news:...
> Sam Yost wrote:
>> I have been looking into this for a while. Here is what I have so far:
>>
>> 2. To disable hybernation, go to an administrators command prompt and
>> type:
>> "powercfg /hibernate off". This removes the option in the shutdown menu.
>
> Is there some documentation of these kinds of tricks somewhere?
>
> Disk Cleanup provides an option to save space by disabling hibernation,
> but no way of re-enabling it. There doesn't seem to be an option to
> enable/disable hibernation from the "Power Options" in control panel
> either. After reading the above, I tried "powercfg /hibernate on" to
> enable hibernation, which worked. It just made me wonder how people are
> meant to know about these commands?
>
> Yes - I know I can get the options to "powercfg" by running "powercfg /?",
> but that won't tell me about commands for doing other things!