Hi guys,

Does anyone know if its possible to set and activate a bios password in .net?

Regards.

Recommended Answers

All 3 Replies

You are talking about very low-level stuff, which would vary depending on the BIOS. I doubt this functionality is baked in to the .Net framework. It would pose serious security risks if the BIOS password could be easily set by just any .Net application (Administrator or not).

Given some non-portable assumptions, I beleive the answer is "yes".

I'm not sure how this is usefull though.

Member Avatar for humorousone

Just to add to what chris said (he's right), there are some motherboard drivers that allow some limited manipulation of the bios settings, although it's probably done through some motherboard-specific api.

Either way, the functionality isn't built into .net and even if it was, it'd be difficult to get your application to work on more than one brand/series of motherboard.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.