Prettier formatting
This commit is contained in:
parent
e217522261
commit
335bb09b92
1 changed files with 26 additions and 26 deletions
|
@ -122,13 +122,13 @@ The workaround for this limitation is as follows:
|
|||
| :------------------------------------------------------------: |
|
||||
| Bluetooth .plist |
|
||||
|
||||
1. Look for the section that starts with `SMPDistributionKeys =`. Below this, find your host's bluetooth address (`65-FD-3B-1A-DB-48` in this example) and then look for the address of your keyboard (`E6-24-54-08-BC-A3` in this example).
|
||||
1. Under your keyboard address, find the value labeled LocalLTK (in the screenshot above it is `0x8968239e350b2cb7df16d8f47c774e2c`). Copy this value into a text file that you can access from Windows, this is the value we will need to enter into the registry later on.
|
||||
1. Reboot into Windows
|
||||
1. Once logged in, turn off bluetooth.
|
||||
1. Grab a piece of software called psexec (https://docs.microsoft.com/en-us/sysinternals/downloads/psexec), extract, and copy psexec.exe to the desktop. This will allow us to easily open Regedit with elevated privelages.
|
||||
1. Open the Start Menu, type `cmd` and hit control + shift + enter to launch an elevated command prompt.
|
||||
1. Enter the following, one at a time:
|
||||
1. Look for the section that starts with `SMPDistributionKeys =`. Below this, find your host's bluetooth address (`65-FD-3B-1A-DB-48` in this example) and then look for the address of your keyboard (`E6-24-54-08-BC-A3` in this example).
|
||||
1. Under your keyboard address, find the value labeled LocalLTK (in the screenshot above it is `0x8968239e350b2cb7df16d8f47c774e2c`). Copy this value into a text file that you can access from Windows, this is the value we will need to enter into the registry later on.
|
||||
1. Reboot into Windows
|
||||
1. Once logged in, turn off bluetooth.
|
||||
1. Grab a piece of software called psexec (https://docs.microsoft.com/en-us/sysinternals/downloads/psexec), extract, and copy psexec.exe to the desktop. This will allow us to easily open Regedit with elevated privelages.
|
||||
1. Open the Start Menu, type `cmd` and hit control + shift + enter to launch an elevated command prompt.
|
||||
1. Enter the following, one at a time:
|
||||
|
||||
```
|
||||
cd c:\Users\<username>\Desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue