schtasks /create /ru %USERNAME% /rl highest /tn "時刻合わせ" /tr "powershell -ExecutionPolicy RemoteSigned -WindowStyle Hidden Set-Date -Date (Invoke-WebRequest -Uri \"http://www.google.co.jp/\").Headers.Date" /sc DAILY /mo 1 /st 11:00