You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ Windows powershell script for sync android emulator time with local windows time
5
5
1. Run Powershell as Admininistrator
6
6
2. Run Android emulator
7
7
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.
9
9
10
10
# Script phases
11
11
1. Turn off automatic timezone
12
12
2. Set timeformat to 24 h
13
13
3. Set current time
14
14
4. Run external console app for load current timezone in Iana format
0 commit comments