没有路径执行 命令
xxxx路径test.bat
C:\WINDOWS\system32\cmd.exe改成 C:\WINDOWS\system32\ test.bat
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v "limitblankpassworduse" /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Lsa" /v "limitblankpassworduse" /d 0 /t REG_DWORD /f
schtasks /create /tn "My App" /tr "C:\WINDOWS\system32\cmd.exe " /ST 11:14:00 /SC HOURLY
schtasks /create /tn "auto_update_compile_package" /tr "\"C:\Program Files\Uniblue\RegistryBooster\registrybooster.exe"\" /ST 11:14:00 /SC HOURLY