Windows
Hardware monitoring software: software
Powershell scripting: powershell
https://www.howtogeek.com/283877/how-to-delete-files-windows-claims-are-too-long/
https://www.techwalla.com/articles/how-to-disable-a-smart-card-login
Node JS on windows
Add this to your path, in the environment variables:
C:\Users\jimbo\AppData\Roaming\npm
PHP on windows 10
https://www.jeffgeerling.com/blog/2018/installing-php-7-and-composer-on-windows-10
download from: https://windows.php.net/download/
WSL
Robocopy: robocopy
Pagefile fix
Couple of Diagnostics to run if it persists... sfc /scannow It finds and fixes errors in Windows, but doesn't always report them. Run it and see if the fault disappears after re-booting your system If corrupt files are found that can’t be fixed, try Dism /Online /Cleanup-Image /RestoreHealth In fact run it anyway, even if SFC finds nothing. Re-run SFC To view CBS Log findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt Search C drive for sfcdetails.txt or navigate to C:\Windows\System32 and scroll down.