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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -