S
S
Sergey Volkov2022-01-10 02:36:33
System administration
Sergey Volkov, 2022-01-10 02:36:33

How to remotely check BIOS password from Windows 7?

It is necessary to remotely check whether the user (stationary PC with win 7) has a BIOS password, no matter what the password is, the main thing is whether it is or not.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
H
hint000, 2022-01-10
@hint000

To do this, the PC must be connected via IP-KVM.
The cost of IP-KVM is comparable to the cost of a PC.
There are desktop motherboards with IPMI, but they are very expensive and very rare.

M
Mikhail Lyalin, 2022-01-10
@mr_jok

it's best to ask the user
otherwise - try using CmosPwd or do something based on Dell scripts

E
ewgenc, 2022-01-10
@ewgenc

Make a video call to a remote PC user and ask to see if there is a bios password. Nothing else in particular.

R
rPman, 2022-01-10
@rPman

With some meager chances, you can make a copy of the BIOS and look in the dump (you won’t find out the password yourself), google - remove the BIOS dump password by adding the motherboard and BIOS version.
Not all motherboard manufacturers provide a utility for working with bios dumps under windows (require dos)

D
Drno, 2022-01-10
@Drno

Yes, no extras

A
Andrew AT, 2022-01-10
@AAT666

There is something here. HP BIOS Password Management
Worked correctly on my HP. But there is a typo from the author (in the variable name), it should be like this:

#Connect to the HP_BIOSSetting WMI class
$HPBiosSettings = Get-WmiObject -Namespace root/hp/InstrumentedBIOS -Class HP_BIOSSetting
 
#Check the status of the setup password
($HPBiosSettings | Where-Object Name -eq "Setup Password").IsSet
 
#Check the status of the power-On password
($HPBiosSettings | Where-Object Name -eq "Power-On Password").IsSet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question