zeezam Posted July 26, 2010 Posted July 26, 2010 After a fresh windows 7 install on laptop I have to uncheck "Allow the computer to turn off this device to save power" for the wireless driver.Is there any solution to do this with a command?
johnhc Posted July 26, 2010 Posted July 26, 2010 After a fresh windows 7 install on laptop I have to uncheck "Allow the computer to turn off this device to save power" for the wireless driver.Is there any solution to do this with a command?zeezam, I used RegShot on my W7 x64 Ultimate to see if it would find the secret. The following key is involved:Changed values (2) for shot A [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007] "PnPCapabilities"=dword:00000118 "PnPCapabilities"=dword:00000100 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007] "PnPCapabilities"=dword:00000118 "PnPCapabilities"=dword:00000100 The first value for PnPCapabilities (0x118) unchecks "Allow the computer to turn off this device to save power" and the second value checks the box. You will need to run RegShot (or something similar) on your machine to identify the key since the name contains a GUID, which is probably different for your machine/NIC. I do not know if this value changes from install to install and you may need to search the Registry for the GUID to see where it is assigned to your NIC card. Good luck, John.
jaclaz Posted July 26, 2010 Posted July 26, 2010 Just for the record, the GUID is for Network NiC's:http://technet.microsoft.com/en-us/library/cc780532(WS.10).aspxThe actual \0007 part in your example will probably change:http://technet.microsoft.com/en-us/library/cc781989(WS.10).aspxThough curiously enough this report has the same \0007 :http://bigbadbirdie.blogspot.com/2010/06/dell-e6500-network-configuration-for.htmlAnd also this one:http://www.sevenforums.com/general-discussion/99318-problem-echo-batch-script.htmlThis latter has a batch that may be useful as inspiration.jaclaz
zeezam Posted July 27, 2010 Author Posted July 27, 2010 After a fresh windows 7 install on laptop I have to uncheck "Allow the computer to turn off this device to save power" for the wireless driver.Is there any solution to do this with a command?zeezam, I used RegShot on my W7 x64 Ultimate to see if it would find the secret. The following key is involved:Changed values (2) for shot A [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007] "PnPCapabilities"=dword:00000118 "PnPCapabilities"=dword:00000100 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007] "PnPCapabilities"=dword:00000118 "PnPCapabilities"=dword:00000100 The first value for PnPCapabilities (0x118) unchecks "Allow the computer to turn off this device to save power" and the second value checks the box. You will need to run RegShot (or something similar) on your machine to identify the key since the name contains a GUID, which is probably different for your machine/NIC. I do not know if this value changes from install to install and you may need to search the Registry for the GUID to see where it is assigned to your NIC card. Good luck, John.I'm using windows 7 32bit oem images. What program do you run regshots with?
johnhc Posted July 27, 2010 Posted July 27, 2010 I'm using windows 7 32bit oem images. What program do you run regshots with?zeezam, the same program. It has two folders, one for 32 and one for 64 bit. This link is in Russian, but you can find English sites and the program supports English (and other languages). Enjoy, John.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now