Regedit add keys and dword

487 views Asked by At

How do I add a custom key and a dword. For example, I want to add windows mobility center to my desktop, so I have to add the AdaptableSettings key and the SkipBatteryCheck dword to the Computer\HKEY_CURRENT_USER\Software\Microsoft\MobilePC\AdaptableSettings builtin key. Is there any way to do that?

1

There are 1 answers

2
DasniloYT On BEST ANSWER

Yes, you can do that so first of all : Open "regedit" as administrator

  • In the Registry Editor, navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\MobilePC.

  • Right-click on the "MobilePC" key, then select "New" -> "Key" and name it "AdaptableSettings."

  • Now, go into the "AdaptableSettings" key that you just created.

  • Right-click within this key, select "New" -> "DWORD Value," and name it "SkipBatteryCheck."

Hope it helped you