mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 22:40:14 +00:00
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
|
REM set timezone to Eastern
|
||
|
DELAY 500
|
||
|
GUI R
|
||
|
DELAY 500
|
||
|
STRING cmd
|
||
|
DELAY 100
|
||
|
ENTER
|
||
|
DELAY 2000
|
||
|
|
||
|
ALTSTRING tzutil /s "Eastern Standard Time"
|
||
|
ENTER
|
||
|
|
||
|
DELAY 300
|
||
|
|
||
|
ALTSTRING exit
|
||
|
ENTER
|