New
#31
See this Dell link:
https://www.dell.com/support/kbdoc/e...0image%20below.
You can use a Service Tag to identify the computer. When looking for device drivers for your computer and laptop from website of the computer manufacturer you can in most cases use Service Tag to find correct device drivers for your computer and laptop.
Here's how to find out your computer service tag:
1. Open the Command Prompt by clicking Start Menu --> All Programs --> Accessories, right-click on Command Prompt, and open it as an administrator. In Windows Vista and later versions of Window operating systems type cmd.exe into Start Screen or Start Menu, right-click on Cmd.exe, and open it as an administrator.
2. Type following command and press Enter key.
Service Tag assigned to your computer would be displayed.Code:wmic bios get serialnumber
Refer to the image below:
![]()
Using administrative PS:
gwmi win32_bios | select SerialNumber
Using administrative CP:
wmic bios get serialnumber
wmic baseboard get product,Manufacturer,version,serialnumber
wmic csproduct get name,identifyingnumber,uuid
You don't need to use the service tag, using it just adds extra reassurance that the driver is applicable to your PC. It should be on a label under the laptop, zbook and FreeBooter have told you other ways to find it.
But as I said before, you don't even need this download to set the battery charging. You can use F2 at start up and do it in the BIOS settings. Have you tried that yet? The Dell Power Manager Lite doesn't add any control that isn't already available, it just lets you set them from Windows.
Thank you! It worked. Last night I googled where to find the serial number and got instructions that generated a lot of nonsense but no serial number.
- - - Updated - - -
I actually like to avoid rebooting when I can. It shuts down all my programs and I have to start over again. But I did try downloading that battery charging app you showed me, the 'Dell Power Manager Lite Application', and it didn't work. It supposedly downloaded, and then I clicked "install". When it was done, I get a message showing UNinstall was incomplete. I can't find it anywhere now, and looking it up shows that uninstalling that program can cause problems, which is what I'm trying to avoid.