
Registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 Change: Attributes to the value of 2
NTttcp Utility – https://github.com/microsoft/ntttcp/releases/download/v5.35/NTttcp.exe
Below are my normal settings I use. Default port is 5001.
That can be changed with the -p parameter
Receiver settings: NTttcp.exe -r -m 16,*,10.20.30.40
16 threads run on any core, receiving on IP: 10.20.30.40
Sender settings: NTttcp.exe -s -m 16,*,10.20.30.40 -t 30
16 threads run on any core, sending to IP: 10.20.30.40, for 30 seconds.
At a command prompt type:
net stats work
This will display statistics for the Workstation service. This service starts with the computer, so the uptime for this should be the same
From a CMD
netsh int ipv4 show dynamicport tcp netsh int ipv4 show dynamicport udp netsh int ipv6 show dynamicport tcp netsh int ipv6 show dynamicport udp
net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:"servername1, servername2" net start w32time w32tm /config /update w32tm /resync /rediscover
Check with:
w32tm /query /status
Event Viewer
Filter System log for event id: 1074
net localgroup administrators
From CMD
sc \\server start service
sc \\server stop service