Thursday, October 15, 2015

Command schtasks

For schtasks command, Do not put "/RP" with u wanna use "/IT". it might not work.

eg.
schtasks /CREATE /S 192.168.1.10 /RU ru_name /TN 123test /SC ONCE /TR "Powershell.exe D:\test123.ps1" /ST 13:00 /SD 10/10/2016 /IT /f /RL highest

schtasks /CREATE /TN 123test /SC ONCE /TR "Powershell.exe D:\test123.ps1" /ST 13:00 /SD 10/10/2016 /IT

Wednesday, October 07, 2015

remote problem RDP

WIN10 remote to old protocol.


Thursday, April 23, 2015

Access denied : get-childitem

i get access denied well running get-childitem (powershell) as administrator.
try many way not solve the problem.
RESTART computer solve my problem.