Remote control BOINC

This commit is contained in:
Michele Cereda
2023-02-17 19:59:20 +01:00
parent 7ac1447c29
commit cb85869e6d
3 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,17 @@
# Microsoft windows
## TL;DR
```bat
Rem Check ports in listening state.
netstat -an
```
```ps1
# Test a network connection.
Test-NetConnection -Port 443 -ComputerName 192.168.0.1 -InformationLevel Detailed
```
## Disable fast startup on Windows 10
1. open the Control Panel