mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Merge pull request #1313 from linuxgemini/patch-1
fix mislinked image for troubleshooting doc
This commit is contained in:
commit
241c9515dc
1 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ When ```explorer.exe .``` doesn't work.
|
|||
Trying to access the dump files created in WSL, you will need to run ```explorer.exe .``` but sometimes this doesn't work.
|
||||
[As seen here](https://github.com/microsoft/WSL/issues/4027) they suggest checking the following registry value for *P9NP*
|
||||
|
||||
[![screenshot of regedit](/doc/md/Use_of_Proxmark/wsl2_p9np.png)](/doc/md/Use_of_Proxmark/wsl2_p9np.png)
|
||||
[![screenshot of regedit](/doc/md/Installation_Instructions/wsl2_p9np.png)](/doc/md/Installation_Instructions/wsl2_p9np.png)
|
||||
|
||||
## Troubles with running the Proxmark3 client
|
||||
Some reports has stated that they needed to execute the Proxmark3 as root on their *nix system.
|
||||
|
@ -237,4 +237,4 @@ Try running the client without the SESSION_MANAGER environment variable.
|
|||
|
||||
```
|
||||
env -u SESSION_MANAGER ./pm3
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue