Introduce a way(Internal network penetration) to control Windows by macOS.
[toc]
PassNAT(aff)
Check me (aff) to jump the offical site.
AutoStart
AutoStartFrpc.bat
1 | @echo off |
AutoStartFrpc.ps1
1 | Start-Process -FilePath "C:\Users\Robin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\AutoStart\frpc\frpc.exe" -ArgumentList '-c "C:\Users\Robin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\AutoStart\frpc\frpc.toml"' -WindowStyle Hidden |