Vista SP1 broke my hibernation, so I searched and came across this. It worked for me, so in the interest of helping someone else, here you go:
1. Run CMD.EXE as administrator
2. Run the following command: bcdedit -enum all
Look for “Resume from Hibernate” in the output from the command above(example below):
Resume from Hibernate
———————
identifier {3d8d3081-33ac-11dc-9a41-806e6f6e6963}
device partition=C:
path \Windows\system32\winresume.exe
description Windows Vista (TM) Enterprise (recovered)
inherit {resumeloadersettings}
filedevice partition=C:
filepath \hiberfil.sys
pae Yes
debugoptionenabled No
3. Once you have found it, copy the value for identifier (in this example – {3d8d3081-33ac-11dc-9a41-806e6f6e6963})
4. Run the following command: bcdedit /deletevalue {3d8d3081-33ac-11dc-9a41-806e6f6e6963} inherit
5. Test hibernation.
This is a good article about user interface design, which is something I’m quite passionate about. I enjoy creating user interfaces that are simple but functional. Centruflow is an example of this. Inside our company, I have put up a set of rules that all UI designers/developers need to follow. I thought I’d repeat them here:
- KISS principle — Keep It Simple, Stupid. You don’t need to make everything customisable and you don’t want to overwhelm your users with a multitude of options.
- Make it ‘just work’. Automate as much as you can. Try to have configuration options that either will work in the vast majority of cases with the defaults, or have the application automatically try to determine the best settings for the user’s environment. The best configuration dialog is one the user never has to see.
- Softer software — make things customisable, but in a way that they don’t HAVE to be customized for a good user experience. Most users won’t customise their environment very much. Always keep this in mind.
- Present as little of the interface as necessary to accomplish the task at hand. Better to have more dialogs or dialog tabs with a few options than one big gargantuan dialog that has everything.
- On layouts — put the most commonly-used controls in a very prominent place and make them big and easy to click on. Things that are less likely to be used should be smaller and out of the way. Buttons are better than menus, but don’t end up with so many buttons that the user gets lost — again, fewer controls on more windows is better than more controls on fewer windows.
- Know your audience.
I boil it all down to the last point – unless we are developing for other software developers, we should consider our user interface/interactions very carefully, and from their perspective. I would recommend everyone to develop a set of UI rules that all developers within a team should read once in a blue moon to remind themselves of what is important. Just copy the above ones if you want.
On that note – users (as opposed to customers – quite often different people) don’t care that your software is using a RESTful webservice that connects to a messaging server that allows for Enterprise blah-di-blah – the user interface is the program to them. If they can’t find the functionality they need the software may as well send messages via courier pigeon.
One other thing – as the lead tech guy at Centruflow Ltd it’s important to have cool features implemented and integrated into Centruflow based on customer feedback – but the development of any feature only begins if an intuitive integration is possible. I believe it’s my job to provide a first layer of protection against any ‘feature creep’ that might begin to invade the context menus, toolbars, menubars, control panels. We need to always keep these areas as clean and as intuitive as possible. The question should always be ‘how do we expose this functionality intuitively but without costing much UI real estate?’.
Well, that was a bit of a braindump, sorry for the mess – I’m running out the door to CeBIT and wanted to throw that out there. Maybe one day I’ll come back and clarify my points. Remember to read this article too if you have time.
I’ve been pretty quiet on this site recently, and for that I apologise – I’ve been working full-on on Centruflow leading up to CeBIT in Germany. Well, right now I am in Germany at CeBIT, and Centruflow is getting a lot of interest and positive feedback.
Of course there is always more to do, but CeBIT has really helped clarify what needs doing, and what is most important to customers.
I make no claims at being any kind of photographer, but my photos are available to see here. They are all a little blurry as I have scaled them down to be web friendly, and to be fair, were mostly taken whilst I was walking. Maybe they may be enjoyable to some people (not least my family).
Anywho, busy few days just been, busy few days ahead, so I’m turning in. Today I met Pete Hodgson (New Zealand’s MP for research and science, among many things), and tomorrow is New Zealand day, so things have been hectic. Time for sleep.