How to enable disable Hibernation option by using C# code.
-
Hi All, I wanted to get that hibernation option is enabled in system or not. If it is enable then wanted to disable this option. Thanks in Advance.. Piyush
-
Hi All, I wanted to get that hibernation option is enabled in system or not. If it is enable then wanted to disable this option. Thanks in Advance.. Piyush
Maybe you will have to edit the Registry through C#.NET. Refer : 1. http://support.microsoft.com/kb/893056[^] 2. Working with Registry in .NET[^] Hope this helps. All the best.
-
Hi All, I wanted to get that hibernation option is enabled in system or not. If it is enable then wanted to disable this option. Thanks in Advance.. Piyush
I doubt your users want you to do that.
-
Hi All, I wanted to get that hibernation option is enabled in system or not. If it is enable then wanted to disable this option. Thanks in Advance.. Piyush
This is normally done by using Group Policy, not by any code in an application.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi All, I wanted to get that hibernation option is enabled in system or not. If it is enable then wanted to disable this option. Thanks in Advance.. Piyush