How can I create schtasks without requiring password in Windows XP? -
i trying create script uses schtasks schedule task, without entering password. task intended run under logged on user, creates task.
i've tried using /rp "" flag don't work... in windows xp
ex. schtasks /create /tn mytask /tr "d:\mytask.bat" /sc onstart /ru username /rp ""
please me
Comments
Post a Comment