You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
2 months ago
|
# portforward windows localhost to wsl
|
||
|
`netsh interface portproxy add v4tov4 listenport=1080 listenaddress=127.0.0.1 connectport=1080 connectaddress=$(hostname -I)`
|
||
|
|
||
|
# update computer account group membership (without reboot)
|
||
|
`klist -lh 0 -li 0x3e7 purge`
|
||
|
`gpupdate`
|