| Operating System | Android 10, 11, 12, 13 & 14 |
| CPU | 1.4 GHZ Quad Core |
| RAM | 2 GB |
| Storage | 16 GB |
| Bluetooth | 2.0 |
| Data Connectivy | Cellular | Wifi | GPS |
| Operating System | Android 10, 11, 12, 13 & 14 |
| CPU | 1.3 GHZ Quad Core |
| RAM | 1.5 GB |
| Storage | 8 GB* |
| Data Connectivy | Cellular | Wifi | GPS |
Get-ChildItem -Force To modify Explorer setting permanently:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "Hidden" -Value 1 Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSuperHidden" -Value 1 Then restart explorer.exe :
dir /a:h To permanently change Explorer setting via registry (requires admin):
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f Then restart Explorer or log off. To show hidden files in listing (not permanent):
Get-ChildItem -Force To modify Explorer setting permanently:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "Hidden" -Value 1 Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSuperHidden" -Value 1 Then restart explorer.exe :
dir /a:h To permanently change Explorer setting via registry (requires admin):
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f Then restart Explorer or log off. To show hidden files in listing (not permanent):
| Operating System | Android 10, 11, 12, 13 & 14 |
| CPU | 1.3 GHZ Quad Core |
| RAM | 1.5 GB |
| Storage | 8 GB |
| Data Connectivy | Cellular | GPS |
| Operating System | Android 10, 11, 12, 13 & 14 |
| CPU | 1.3 GHZ Quad Core |
| RAM | 1.5 GB |
| Storage | 8 GB |
| Bluetooth | 2.0 |
| Data Connectivy | Cellular | Wifi | GPS |