I work for a server manufacturer. We have custom BIOSes that we use for our servers. We have the BIOS call our code (mostly a diagnostic environment, but not entirely). So, unless you have this type of setup, writing to the registers after POST could be very difficult. I assumed that you were a developer of some sort, so you would have this type of resources. However, if you don't, then I'm not sure what to tell you. Do you have some kind of guide that tells you what each register does? You certainly don't want to go writing ones and zeros randomly to the registers. That could cause bad things to happen (mostly system hangs, unstability, and unexpeted behavior). There may be a utility that lets you modify registers, but I am not aware of one.