Advertisement
Guest User

ef

a guest
Apr 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. FOR /F "tokens=*" %%a in ('tzutil /G') do SET tzcurrent=%%a
  2. tzutil /s "Tokyo Standard Time"
  3. start "" "ef_first.exe"
  4. timeout 5
  5. tzutil /s "%tzcurrent%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement