Hibernation is a feature introduced in Windows 2000 and later in Windows XP which allows your computer to enter a sort of "deep sleep" mode - your computer's state is preserved, and it uses far less power than if you just put your computer into Standby mode. But in order to enable your system to Hibernate, Windows reserves a hidden file (c:\hiberfil.sys) which is roughly equal in size to the amount of RAM your system has. Hence if you have 2GB of RAM in your system, then you'll have a corresponding hiberfil.sys file which is roughly 2GB in size. This is perfectly fine and harmless if you plan on using the Hibernation feature and you have plenty of hard disk space to spare. On my desktop machine, however, I don't plan on using the Hibernation feature (since this system is always on as a server/workstation) and my drive space is at a premium.
Disabling the Hibernation feature in Windows XP was fairly straightforward using the Power Options in the Control Panel. It's a bit trickier in Windows Vista, though, since there's no graphical way of disabling this via the Control Panel. (Or if there is, I certainly didn't find it!)
In Windows XP you can disable hibernation by doing the following:
1. Open Power Options in Control Panel
2. Select the Hibernate tab
3. Clear the checkbox for enabling hibernation
In Windows Vista, it is easy enough to disable via the command line as follows:
1. Click Start (or the Windows Logo) -> All Programs -> Accessories.
2. In this folder you will see an entry labeled Command Prompt. Right-click this entry and select "Run as administrator."
3. At the command prompt, type "powercfg -h off" (without the quotes) and press Enter.
Unfortunately there's no confirmation message to indicate whether or not you were successful. But we can confirm this for ourselves by typing "dir /a:h c:\hiberfil.sys" (again, without the quotes) and pressing Enter.
If we were successful then you should get a message which says "File Not Found."
That's it We have just disabled Hibernation and freed up some disk space. But if you decide that you want to enable Hibernation later you can do so by following steps 1-3 again, but this time specify "on" instead of "off" during step 3.
Note: If you get a User Account Control dialog during any of the above steps you can simply click Continue.
Saturday, February 21, 2009
Friday, February 20, 2009
Windows XP mouse Snap To
Enable the Microsoft Window XP mouse Snap To feature to automatically focus on dialog box buttons. Enabling this feature will automatically move your mouse cursor to the default button on any dialog box that appears on Windows. This is a great way to save a little time and not have to move you mouse cursor to the "Ok" button each time a dialog box appears. To enable this feature follow the below steps.
1. Click Start, Settings, Control Panel.
2. Double-click the Mouse icon
3. In the Mouse Properties window click the Pointer Options tab and check the "Automatically move pointer to the default button in a dialog box" option.
1. Click Start, Settings, Control Panel.
2. Double-click the Mouse icon
3. In the Mouse Properties window click the Pointer Options tab and check the "Automatically move pointer to the default button in a dialog box" option.
Create desktop shortcuts to your favorite web pages
Easily create Windows desktop shortcuts to your favorite web pages by following the below steps.
1. Open the web page you wish to create a shortcut for.
2. Resize your browser window so it's not maximized.
3. Once in a window mode click the icon to the left of the Internet address in the address bar and drag it to your desktop and let go to create a shortcut.
1. Open the web page you wish to create a shortcut for.
2. Resize your browser window so it's not maximized.
3. Once in a window mode click the icon to the left of the Internet address in the address bar and drag it to your desktop and let go to create a shortcut.
Tuesday, February 17, 2009
Microsoft .NET platform
Category | Technologies |
---|---|
Application Infrastructure | Common Language Runtime (CLR) .NET Framework |
Mobile | .NET Compact Framework ASP.NET Mobile Silverlight Mobile Web |
Web | ASP.NET |
Rich Internet Application (RIA) | Microsoft Silverlight |
Rich Client | Windows Forms Windows Presentation Foundation (WPF) |
Services | ASP.NET Web Services (ASMX) Windows Communication Foundation (WCF) |
Collaboration / Integration / Workflow | Windows Workflow Foundation (WF) Microsoft Office SharePoint Server (MOSS) Microsoft BizTalk Server |
Web Server | Internet Information Services (IIS) |
Database Server | Microsoft SQL Server |
Subscribe to:
Posts (Atom)