You can try something like:
Get-ChildItem -Path HKLM:\ -Recurse -Include *WAAgent* -ErrorAction SilentlyContinue | Remove-Item
Get-ChildItem -Path HKLM:\ -Recurse -Include *WAHost* -ErrorAction SilentlyContinue | Remove-Item
You must specify in -Pathif they are located in HKLM (local computer) or HKCU (current user), since they are two different disks. This should be run as administrator and will give a lot of errors (so I used -ErrorAction SilentlyContinueto hide them).
: , , -, , . , , , foreach . , DARGEROUS .