Hi djsolidsnake86,
Welcome to the Forum
From what you are describing it sounds like some of those tiles are not syncing with current date/time.
You could see whether re-syncing time helps.
- In your Search box type command
- In the search results right-click on Command Prompt and select Run as administrator
- When the User Account Control prompts you, click Yes
- In the Administrator: Command Prompt window type or copy & paste the following:
Press
Enter key
Next
type or
copy & paste the following:
Press
Enter key
Type
exit then press
Enter key
- Next right-click on Taskbar and select Task Manager
- Scroll to bottom and right-click on Windows Explorer and select Restart
The screen will darken/flash for a moment.
Close Task Manager
Now try those tiles again.
If they still will not open or refresh with live data, then you'll need to reset the live tile cache.
To do that you'll need to return to an elevated Command prompt:
- In your Search box type Command
- In the search results right-click on Command Prompt and select Run as administrator
- When the User Account Control prompts you, click Yes
- In the Administrator: Command Prompt window type or copy & paste the following:
Code:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore" /v ResetCache /t REG_DWORD /d 1 /f
- Now right-click on Taskbar and select Task Manager
- Scroll to bottom of window and right-click on Windows Explorer and select Restart
The screen will darken/flash for a moment.
- Close Task Manager
- Now back in the Administrator: Command Prompt window type or copy & paste the following:
Code:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore" /v ResetCache /t REG_DWORD /d 0 /f
Press
Enter key
Type
exit and press
Enter key
Now try those tiles again.
Report back on how you go.
Regards,
Regedit32