Dad rpc zoom call @ 7p: (Win10 Windows Assist as backup software) - Locate and bring: - Win10 product key / box - launch PS window as admin - mkdir C:\diag (or wherever on C:) -disk status: wmic diskdrive get status - download PSCP: wget https://the.earth.li/~sgtatham/putty/latest/w64/pscp.exe -OutFile .\pscp.exe - download cpu-z: wget http://download.cpuid.com/cpu-z/cpu-z_1.92-en.exe -OutFile .\cpu-z.exe - winver (screenshot; save as png) - device manager (screenshots; save as png) - cpu-z (screenshot; save as png) - Download eventviewer logs: (Get-WmiObject -Class Win32_NTEventlogFile | Where-Object LogfileName -EQ 'System').BackupEventlog('C:\diag\System.evtx') (Get-WmiObject -Class Win32_NTEventlogFile | Where-Object LogfileName -EQ 'Application').BackupEventlog('C:\diag\Application.evtx') (Get-WmiObject -Class Win32_NTEventlogFile | Where-Object LogfileName -EQ 'Security').BackupEventlog('C:\diag\Security.evtx') - Send all to snackbox: .\pscp.exe -r .\diag\ ap@snackbox.org:/home/ap/data/diag