powershell.exe "powershell.exe" Remove-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'V-14';New-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'V-14' -Value '"C:\Users\test22\AppData\Local\Temp\V-14.exe"' -PropertyType 'String'
2744