Sunday, October 19, 2008
How to re-enable hibernation on a computer that is running Windows 2008 or Vista
It can be re-enabled using following steps:
1) Run as Administrator the command line program, from start search box menu type cmd and in result right click in Command Promt and click Run as Administrator
2) Type powercfg /hibernate on
3) Press Enter
4) The Hibernation will be on
Also you can review other details in http://support.microsoft.com/kb/920730/
How to disable hibernation on a computer that is running Windows 2008 or Vista
It can be disabled using following steps:
1) Run as Administrator the command line program, from start search box menu type cmd and in result right click in Command Promt and click Run as Administrator
2) Type powercfg /hibernate off
3) Press Enter
4) The Hibernation will be off
Also you can review other details in http://support.microsoft.com/kb/920730/
Thursday, September 4, 2008
Error message when you try to set an IP address on a network adapter
Some times when you change your network card, the last IP configuration is not clean, and when you trying to set the new IP address, you receive and error similar to:
The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter….
You try following steps to remove all IP configuration:
1) Open the command line, type in run programs cmd, and press Enter
2) Type set devmgr_show_nonpresent_devices=1, and press Enter
3) Type devmgmgt.msc, and press Enter
4) Select View > Show Hidden Devices menu
5) Go to tree view and expand network adapters
6) Select the all network adapter
7) Right Click and select Uninstall
Next time, you do not have any problem to configure your IP address
Also you can review other details in http://support.microsoft.com/kb/269155