Tôi đang cố gắng chạy tập lệnh này trong PowerShell. Tôi đã lưu tập lệnh dưới đây như ps.ps1
trên máy tính để bàn của tôi.
$query = "SELECT * FROM Win32_DeviceChangeEvent WHERE EventType = 2"
Register-WMIEvent -Query $query -Action { invoke-item "C:\Program Files\abc.exe"}
Tôi đã tạo một tập lệnh bó để chạy tập lệnh PowerShell này
@echo off
Powershell.exe set-executionpolicy remotesigned -File C:\Users\SE\Desktop\ps.ps1
pause
Nhưng tôi nhận được lỗi này: