Skip to content

Commit a7c720a

Browse files
authored
Fixed list format
1 parent a77f6bd commit a7c720a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Windows powershell script for sync android emulator time with local windows time
55
1. Run Powershell as Admininistrator
66
2. Run Android emulator
77
3. Run AndroidEmulatorTimeSyncWithWindows.ps1 script in Powershell
8-
⋅⋅* Error *"cannot be loaded because the execution of scripts is disabled on this system"* may occur. In this case run **Set-ExecutionPolicy Unrestricted** command and try run script again.
8+
* Error *"cannot be loaded because the execution of scripts is disabled on this system"* may occur. In this case run **Set-ExecutionPolicy Unrestricted** command and try run script again.
99

1010
# Script phases
1111
1. Turn off automatic timezone
1212
2. Set timeformat to 24 h
1313
3. Set current time
1414
4. Run external console app for load current timezone in Iana format
1515
5. Set emulator timezone
16-
6. Emulator reboot
16+
6. Emulator reboot

0 commit comments

Comments
 (0)