http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html
Dataone Account Usage Checker in PERL
The following Script in PERL is a Dataone account usage checker.#!/usr/bin/perl# http://digitalpbk.blogspot.com/2008/06/
free-dataone-account-usage-checker-perl.htmluse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;my $verbose = 0;my $username;my $password;my $url="http://10.240.64.195/weblogin.jsp";for(my $i=0;$i{ if($ARGV[$i] eq "-v" or $ARGV[$i] eq "--verbose"){ $verbose = 1; } elsif($ARGV[$i] eq "-u" ...
Published 3 years, 10 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
OR
If that doesnt work
manually do the following.
The registry stores the details of the power plans and power states of the various devices under various conditions. It is stored in the following location under registry.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes.
Run regedit.exe (You have to be an administrator)
On the left tree navigate to the above said location. Now the power plans called "PowerSchemes" is located in
HKEY_LOCAL_MACHINE ...
Published 2 years, 1 month ago